find_asyncapis
AsyncAPI (event-driven) specifications across the catalog. Event/streaming APIs. Filter by q / tags / providers; include=["content"] inlines bodies. Use find_artifacts for cross-type search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free text over name + description. | |
| page | No | ||
| sort | No | Order: relevance (catalog order), provider, or name. | |
| 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 | |
| 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 | ||
| version | No | AsyncAPI spec version — the `asyncapi:` declaration, e.g. 2.6.0 or 3.0.0. | |
| providers | No | ||
| info_version | No | The document's OWN version from info.version, set by whoever wrote the spec. Absent on 70% of them. |