action math_get_numbers_cardinal { label: "get_numbers_cardinal" description: "Get the cardinal of the given number" provider: math method: GET path: "/numbers/cardinal" encoding: json input: { type: "object" properties: { language: { type: "string" format: "string" } number: { type: "integer" format: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }