Skip to main content
Glama

docs-mcp

Server Details

Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
frumu-ai/tandem
GitHub Stars
87

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

13 tools
answer_how_toInspect

Answer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesThe Tandem task or question that needs a docs-grounded answer.
limitNoMaximum number of supporting docs recommendations to include.
audienceNoOptional audience hint such as developer, desktop user, or operator.
compare_doc_page_refreshInspect

Force-refresh a docs page and return before/after hashes so page content changes can be proven.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesDocs path like /start-here/ or /sdk/python/ to compare before and after refresh.
compare_docs_index_refreshInspect

Force-refresh the docs indexes and return before/after hashes so content changes can be proven.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_docInspect

Fetch and normalize a published Tandem docs page by path or URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesDocs path like /sdk/python/ or a full Tandem docs URL.
get_docs_cache_statusInspect

Inspect the current docs cache state for index sources and warmed pages.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_start_pathInspect

Recommend the best Tandem docs starting path for a desktop user, server admin, or developer.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleYesThe user role to optimize the docs starting point for.
get_tandem_guideInspect

Return a structured Tandem learning guide for install-engine, python-sdk, typescript-sdk, build-workflows, or headless-deploy.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesNamed Tandem learning guide to return.
invalidate_docs_cacheInspect

Invalidate docs cache entries for index data, all pages, or a specific page path.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathNoRequired when target is page; identifies the specific docs path to invalidate.
targetNoWhich cache area to invalidate.
recommend_next_docsInspect

Recommend the next Tandem docs to read after a current page, optionally biased toward a goal.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoOptional goal such as install Tandem, use the Python SDK, or build workflows.
limitNoMaximum number of next-doc recommendations to return.
current_pathYesCurrent Tandem docs path the user has already read.
refresh_doc_pageInspect

Force-refresh a docs page and report whether content came from the network, cache, or stale fallback.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesDocs path like /start-here/ or /sdk/python/ to refresh.
force_refreshNoWhether to bypass cache and force a network refresh attempt.
refresh_docs_indexInspect

Force-refresh docs indexes and report whether data came from the network, cache, or stale fallback.

ParametersJSON Schema
NameRequiredDescriptionDefault
force_refreshNoWhether to bypass cache and force a network refresh attempt.
search_docsInspect

Search the published Tandem docs index for relevant pages.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matching docs pages to return.
queryYesThe Tandem question, task, or keyword query to search for.
audienceNoOptional audience filter such as developer, desktop user, or operator.
warmup_docs_cacheInspect

Refresh the docs index and preload the most important Tandem docs pages into cache.

ParametersJSON Schema
NameRequiredDescriptionDefault
force_refreshNoWhether to bypass cache and force fresh upstream fetches first.

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.