get_provider_apis
Every API one provider publishes, as a page you can filter — the provider's own catalog rather than the whole network's. Prefer this over find_apis with a providers filter when you already know the company: it is the endpoint the provider page itself is built from, so meta.total is that provider's real API count. Filter by tags (with match), require artifact_types, or pass include=["content"] to inline artifact bodies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| slug | Yes | ||
| tags | No | Tag slugs. On PROVIDERS this is identity — what the company says it does, from its own apis.yml. A resource or operation term (webhook, saml, order, oai-pmh) will correctly match no provider; use find_apis?tags= for those, or find_providers?api_tags= to reach companies whose APIs merely touch it. | |
| limit | No | ||
| match | No | any | |
| fields | No | Return exactly these top-level keys (overrides view). | |
| context | No | Optional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable. | |
| include | No | ||
| artifact_types | No |