# remote::wolfram-alpha ## Description Wolfram Alpha tool for computational knowledge and mathematical calculations. ## Configuration | Field | Type | Required | Default | Description | |-------|------|----------|---------|-------------| | `api_key` | `str \| None` | No | | | ## Sample Configuration ```yaml api_key: ${env.WOLFRAM_ALPHA_API_KEY:+} ```