ask_llm
Query WolframAlpha to receive structured, LLM-optimized responses in multiple formats for natural language questions.
Instructions
Ask WolframAlpha a query and get LLM-optimized structured response with multiple formats
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The query to ask WolframAlpha |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The query to ask WolframAlpha",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}