get_provider_docs
Access documentation for a resolved football data provider, optionally filtered by topic or indexed category for targeted lookups.
Instructions
Retrieve documentation for a resolved provider, optionally filtered by topic or indexed category. Use after resolve_provider_id when you know which provider to inspect and want provenance-bearing docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Optional topic to search within this provider's docs. | |
| category | No | Optional indexed category to restrict results, such as api-endpoints, qualifiers, identity-surfaces, or tracking-rendering. | |
| provider | Yes | Provider key or alias. Use resolve_provider_id first when the provider name is ambiguous. | |
| max_results | No | Maximum number of provider docs to return (default 10). |