# Wolfram Alpha Api

Integrate computational knowledge into applications via Wolfram|Alpha's APIs.

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 11
- **Triggers:** 0
- **Slug:** `WOLFRAM_ALPHA_API`
- **Version:** 20260223_00

## Tools

### Async Pod Fetch

**Slug:** `WOLFRAM_ALPHA_API_ASYNC_POD_FETCH`

Fetch a single asynchronous pod from Wolfram|Alpha Full Results API. Use this tool to retrieve individual pod computations that were marked as async in a Full Results query. When you query the Full Results API with async=true, pods that take longer to compute return async URLs containing 'id' and 's' tokens. Use those tokens with this tool to fetch the computed pod content. Typical workflow: (1) Query Full Results API with async=true parameter, (2) Parse response for async pod URLs, (3) Extract id and s tokens from URLs like 'asyncPod.jsp?id=MSPa...&s=13', (4) Use this tool with those tokens.

### Establish Wolfram|Alpha Connection

**Slug:** `WOLFRAM_ALPHA_API_ESTABLISH_CONNECTION`

Tool to store Wolfram|Alpha AppID into the connection credential store. Use when establishing or updating your AppID so that subsequent actions automatically include this credential.

### Extract Recalculate URL & Tokens

**Slug:** `WOLFRAM_ALPHA_API_EXTRACT_RECALC_URL_TOKENS`

Tool to extract the recalculate URL and id/s tokens from full Wolfram|Alpha results. Use when you need to follow up with recalc.jsp or relatedQueries.jsp calls.

### Full Results Recalculate

**Slug:** `WOLFRAM_ALPHA_API_FULL_RESULTS_RECALCULATE`

Recalculate a prior WolframAlpha Full Results query to retrieve additional computational results (pods). Use this action when: - A previous Full Results API query timed out or returned incomplete results - You have a recalculate URL or ID token from a previous query - You need to fetch more computational pods from the same query The action requires the 'id' token (obtained from EXTRACT_RECALC_URL_TOKENS or from a Full Results response). The 's' parameter is optional and often not needed. Returns raw XML containing the recalculated query results, which may include additional pods or error information.

### Full Results Related Queries

**Slug:** `WOLFRAM_ALPHA_API_FULL_RESULTS_RELATED_QUERIES`

Tool to fetch related query suggestions for a previous Full Results computation. Use after obtaining `id` and `s` from a Full Results API response.

### Get Wolfram|Alpha AppID

**Slug:** `WOLFRAM_ALPHA_API_GET_APP_ID`

Tool to fetch the Wolfram|Alpha AppID from credentials. Use when you need to verify the current AppID before making API calls.

### Query LLM API

**Slug:** `WOLFRAM_ALPHA_API_QUERY_LLM_API`

Tool to query Wolfram|Alpha LLM API for computed knowledge optimized for large language model consumption. Returns plain text results with query interpretations, computed data, and image URLs. Use when you need comprehensive computational knowledge formatted for AI agent processing.

### Query Summary Box

**Slug:** `WOLFRAM_ALPHA_API_QUERY_SUMMARY_BOX`

Tool to query the Summary Boxes API for pre-generated XHTML boxes summarizing Wolfram|Alpha knowledge. Use when you need formatted summary information for subjects like countries, chemicals, dates, or people. Requires a valid summary box path from Query Recognizer API.

### Short Answers Result

**Slug:** `WOLFRAM_ALPHA_API_SHORT_ANSWERS_RESULT`

Tool to fetch a concise textual answer from Wolfram|Alpha. Use when you need a short, direct response.

### Get Spoken Result

**Slug:** `WOLFRAM_ALPHA_API_SPOKEN_RESULTS_RESULT`

Tool to retrieve a spoken-style single-sentence result from Wolfram|Alpha. Use when you need a concise, conversational answer to a natural-language query.

### Validate Query

**Slug:** `WOLFRAM_ALPHA_API_VALIDATE_QUERY`

Tool to validate a Wolfram|Alpha query, returning parsing assumptions and warnings. Use when you need to check query parse before a full computation.
