Search the GunSpec documentation
Searches the GunSpec documentation guides and returns the sections that answer a question, best first, each with a snippet and a link. Use this tool whenever the user asks how something works or how they should do something with GunSpec - rate limits and retries, pagination, caching and ETags, authentication and keys, webhooks, errors and what a reason means, plans and pricing, data quality - instead of answering from memory. Then call gunspec_read_docs with the guide and anchor of the best hit to read it in full. A question the documentation does not cover returns no results, which means the answer is not in the docs rather than that a near-enough one should be given.
Anwendungsbeispiel
- 1
Eine Person fragt
- How should I handle rate limiting when calling the GunSpec API?
- 2
Der Assistent ruft das Tool auf
tools/calljson{ "name": "gunspec_search_docs", "arguments": { "question": "how should I handle a 429 rate limit" }} - 3
Der Server antwortet
Für dieses Tool liegt noch keine erfasste Antwort vor.
Zugehörige Referenzen
Argumente
- stringerforderlich
The question, in the user's own words.
- integer
How many sections to return. 8 by default.
- Bereich
- 1 – 25
- Gesendet als
- ?limit=
Jedes Argument wird als der angegebene Parameter an GET /v1/docs/guides/search gesendet. Dieselbe Anfrage lässt sich also mit deinem Schlüssel direkt an die API stellen, wenn du bestimmen möchtest, was zurückkommt.