wolfram_alpha
Query Wolfram Alpha with natural language questions to receive computed answers, data, or full pod information.
Instructions
Query Wolfram Alpha with natural language.
This gives Mathematica superpowers - ask questions in plain English and get computed answers, data, and more.
Args: query: Natural language question (e.g., "population of France", "integrate x^2 from 0 to 1", "weather in Tokyo") return_type: - "result": Simple text result (default) - "data": Structured data when available - "full": All available pods/information
Returns: Wolfram Alpha response in requested format
Example: wolfram_alpha("population of Tokyo") -> "13.96 million people (2021)" wolfram_alpha("derivative of sin(x^2)", "data") -> {result: "2 x cos(x^2)"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| return_type | No | result |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |