full_query
Pack: wolfram-alpha · Endpoint: https://gateway.pipeworx.io/wolfram-alpha/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Natural-language query |
units | string | no | metric | imperial (default metric) |
include_pods | string | no | Comma-separated pod IDs to restrict (e.g., “Result,Solution”). Default: return all. |
format | string | no | plaintext (default) | plaintext,image — plaintext is most agent-friendly. |
Example call
curl -X POST https://gateway.pipeworx.io/wolfram-alpha/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"full_query","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"wolfram-alpha": {
"url": "https://gateway.pipeworx.io/wolfram-alpha/mcp"
}
}
}
See Getting Started for client-specific install steps.