WolframAlpha LLM MCP Server

get_simple_answer

Get a simplified, LLM-friendly answer focusing on the most relevant information

Input Schema

NameRequiredDescriptionDefault
queryYesThe query to ask WolframAlpha

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The query to ask WolframAlpha", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools