Skip to main content
Glama

Wolfram Alpha MCP Server

wolfram_query_with_assumptions

Clarify ambiguous Wolfram Alpha queries by specifying assumptions when initial results show multiple interpretations, ensuring accurate computational answers.

Instructions

Query Wolfram Alpha with specific assumptions when the initial query returns multiple interpretations. Use this when you need to clarify ambiguous queries.

Input Schema

NameRequiredDescriptionDefault
inputYesThe exact same input from the previous query
assumptionYesThe assumption value to use from the previous query result
maxcharsNoMaximum number of characters in the response (default: 6800)

Input Schema (JSON Schema)

{ "properties": { "assumption": { "description": "The assumption value to use from the previous query result", "type": "string" }, "input": { "description": "The exact same input from the previous query", "type": "string" }, "maxchars": { "default": 6800, "description": "Maximum number of characters in the response (default: 6800)", "type": "number" } }, "required": [ "input", "assumption" ], "type": "object" }

Other Tools from Wolfram Alpha MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/henryhawke/wolfram-llm-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server