action ritc_get_app { label: "getApp" description: "Get app information" provider: ritc method: GET path: "/apps/{app_id}" encoding: json input: { type: "object" properties: { app_id: { type: "string" } } required: ["app_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }