Read a GunSpec documentation guide
Returns one GunSpec documentation guide as Markdown. Pass the anchor of a section from gunspec_search_docs to read just that section, which is what an answer usually needs; omit it for the whole page, which can run to tens of kilobytes. Quote what this returns rather than paraphrasing from memory, and cite the url. Call gunspec_search_docs first unless the guide id is already known.
Anwendungsbeispiel
- 1
Eine Person fragt
- Read the GunSpec caching guide and tell me how long I may keep a firearm record.
- 2
Der Assistent ruft das Tool auf
tools/calljson{ "name": "gunspec_read_docs", "arguments": { "guide": "caching", "anchor": "caching-policy" }} - 3
Der Server antwortet
Für dieses Tool liegt noch keine erfasste Antwort vor.
Zugehörige Referenzen
Argumente
- stringerforderlich
The guide id, e.g. "caching", "pagination", "errors" or "rate-limits".
- string
A section anchor from gunspec_search_docs. Omitted, the whole page is returned.
- Gesendet als
- ?anchor=
Jedes Argument wird als der angegebene Parameter an GET /v1/docs/guides/{id} gesendet. Dieselbe Anfrage lässt sich also mit deinem Schlüssel direkt an die API stellen, wenn du bestimmen möchtest, was zurückkommt.