action wolframalpha_get_wolfram_cloud_results { label: "Evaluate Wolfram Language code" provider: wolframalpha method: GET path: "/api/v1/cloud-plugin" encoding: json input: { type: "object" properties: { input: { type: "string" } } required: ["input"] additionalProperties: false } output: { type: "object" additionalProperties: true } }