action math_get_numbers_ordinal { label: "get_numbers_ordinal" description: "Get the ordinal of the given number" provider: math method: GET path: "/numbers/ordinal" encoding: json input: { type: "object" properties: { number: { type: "integer" format: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }