
StitchAPI Docs
Search and read the StitchAPI docs: searchdocs finds relevant sections, getdoc reads a page.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Search and read the StitchAPI docs: search_docs finds relevant sections, get_doc reads a page.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| search_docs | Search the StitchAPI documentation semantically (hybrid BM25 + vector). Returns the most relevant doc sections as excerpts with deep links — never full pages. Follow up with get_doc to read a full page. |
| 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". |