get_simple_answer
Retrieve concise, optimized answers from WolframAlpha for natural language queries, focusing on the most relevant information for LLM integration.
Instructions
Get a simplified, LLM-friendly answer focusing on the most relevant information
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"
}