full_query
ActiveTool of Wolfram Alpha
Get the full structured result from Wolfram Alpha. Returns named "pods" (Input, Result, Solution, Plot, Properties, etc.) — useful when short_answer is too terse or you need multiple facets (e.g., element properties, equation solution + plot + alternate forms).
Parameters schema
{
"type": "object",
"examples": [
{
"query": "solve x^2 - 5x + 6 = 0"
},
{
"query": "properties of gold",
"include_pods": "Result,Properties"
},
{
"query": "current time in Tokyo",
"format": "plaintext"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Natural-language query"
},
"units": {
"enum": [
"metric",
"imperial"
],
"type": "string",
"description": "metric | imperial (default metric)"
},
"format": {
"type": "string",
"description": "plaintext (default) | plaintext,image — plaintext is most agent-friendly."
},
"include_pods": {
"type": "string",
"description": "Comma-separated pod IDs to restrict (e.g., \"Result,Solution\"). Default: return all."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wolfram Alpha
https://github.com/pipeworx-io/mcp-wolfram-alpha
1/7 registries