7383d19c2d62edcfe37801247c5d8fb8b43233c4source_git · garoth/wolframalpha-llm-mcp · current release
Observed 2026-08-30T18:55:27.567Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {
"ask_llm": true,
"get_simple_answer": true,
"validate_key": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
ask_llmAsk WolframAlpha a query and get LLM-optimized structured response with multiple formatsInput schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The query to ask WolframAlpha"
}
},
"required": [
"query"
]
} | — | — · — | — |
get_simple_answerGet a simplified, LLM-friendly answer focusing on the most relevant informationInput schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The query to ask WolframAlpha"
}
},
"required": [
"query"
]
} | — | — · — | — |
validate_keyValidate the WolframAlpha LLM API keyInput schema{
"type": "object",
"properties": {},
"required": []
} | — | — · — | — |