get_doc
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". |