Skip to main content
Glama
rejifald

StitchAPI Docs

by rejifald

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_docsA

Search the StitchAPI documentation semantically (hybrid BM25 + vector), entirely locally. 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_docA

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: search_docs for finding relevant excerpts and get_doc for retrieving full pages. No overlap in functionality.

Naming Consistency5/5

Both tools use consistent snake_case naming with verb_noun pattern: search_docs and get_doc. Simple and predictable.

Tool Count4/5

With only 2 tools, the set is minimal but covers the core documentation workflow (search + full retrieval). For a dedicated documentation server, this is slightly thin but complete for its stated purpose.

Completeness4/5

The tools cover search and full-page retrieval. There is no explicit listing of all pages or navigation support, but for a documentation API that emphasizes search-first workflow, this is a reasonable surface with no major dead ends.

Maintenance

ActivityActive
ResponsivenessResponsive