action wolframalpha_get_wolfram_alpha_results { label: "Get Wolfram|Alpha results" provider: wolframalpha method: GET path: "/api/v1/llm-api" encoding: json input: { type: "object" properties: { input: { type: "string" } } required: ["input"] additionalProperties: false } output: { type: "object" additionalProperties: true } }