You're viewing a demo portfolio

Join the waitlist
PRSM

full_query

Active

Tool of Wolfram Alpha

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Wolfram Alpha

https://github.com/pipeworx-io/mcp-wolfram-alpha

1/7 registries
View full server →