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

NameTypeRequiredDescription
querystringyesNatural-language query
unitsstringnometric | imperial (default metric)
include_podsstringnoComma-separated pod IDs to restrict (e.g., “Result,Solution”). Default: return all.
formatstringnoplaintext (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.

Regenerated from source · build May 12, 2026