Skip to main content
Glama
Ownership verified

Server Details

Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
yonatangross/orchestkit
GitHub Stars
186

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: search to find pages, get to retrieve content. No overlap.

Naming Consistency5/5

Both tools follow the same 'orchestkit_docs_verb' pattern consistently.

Tool Count3/5

Only two tools is minimal, but for a simple documentation retrieval scope it is acceptable. However, it feels thin.

Completeness4/5

Covers the basic workflow of searching and getting pages. Missing features like listing all pages or indexing, but search handles discovery.

Available Tools

2 tools
orchestkit_docs_getA
Read-onlyIdempotent
Inspect

Fetch one OrchestKit documentation page as Markdown. Use after orchestkit_docs_search to read a page in full. Input: the page path (e.g. '/docs/getting-started/installation'). Returns the page Markdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesPage path, e.g. /docs/getting-started/installation
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnly, idempotent, and non-destructive behavior. Description adds that the output is Markdown, which is beyond the annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no wasted words. The purpose and usage are front-loaded. Highly concise and structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool with no output schema, the description fully covers input, output format, and relationship to sibling tool. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The parameter 'path' is already fully described in the schema (100% coverage). The description provides an example but adds minimal new meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches one documentation page as Markdown and distinguishes itself from the sibling search tool by noting it is used after orchestkit_docs_search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says to use after orchestkit_docs_search, providing a clear workflow. Could be improved by also stating when not to use, but the guidance is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

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

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.