Examples
A common flow: you have a company name, and you want its full procurement picture.
Company by name → full profile
From MCP
Call oro_company_profile with { "company_number": "02081330" } (or { "name": "Capita" }) for the same result. The tool resolves the company and returns the core record plus every won contract in one call, charging 12 credits on success.
Tips
- Send a stable
Idempotency-Keyheader per logical request so retries never double-bill. - Check
credits_remainingon each response and top up before you hit zero. - Prefer the profile bundle over separate lookups when you need the whole picture, it's cheaper.