action roaring_get_company_overview { label: "get_company_overview" provider: roaring method: GET path: "/company-overview" encoding: json input: { type: "object" properties: { companyId: { type: "string" } countryCode: { type: "string" } } required: ["companyId", "countryCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }