get_doc
Retrieve the full StitchAPI documentation page in Markdown format using a URL or slug. Use this tool to get complete documentation after finding a relevant snippet via search.
Instructions
Fetch a full StitchAPI documentation page as Markdown — the "read the whole thing" escape hatch for a search_docs hit. Pass a url (as returned by search_docs) or a slug like "guides/resilience/throttle".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Page URL from search_docs (absolute or /docs/…). | |
| slug | No | Page slug, e.g. "guides/resilience/throttle". |