Skip to main content
Glama

Server Details

MCP server for querying Forkast documentation

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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 DescriptionsB

Average 3.3/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: get_all_docs retrieves all documents, get_doc fetches a single document by ID, search_query performs full-text content search, and search_title searches by title only. There is no overlap or ambiguity between these functions, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: get_all_docs, get_doc, search_query, and search_title. The naming is predictable and readable, using clear verbs (get, search) paired with descriptive nouns that indicate the tool's specific function.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of accessing Forkast documentation. Each tool earns its place by covering distinct aspects: bulk retrieval, single document access, and two types of search. This count is neither too thin nor excessive for the domain.

Completeness4/5

The toolset provides strong coverage for reading and searching documentation, including all-docs, single-doc, and search functionalities. A minor gap exists in the lack of write operations (e.g., create, update, delete documents), but for a documentation access server, the surface is largely complete and supports core agent workflows without dead ends.

Available Tools

4 tools
get_all_docsInspect

Retrieve every document in the Forkast documentation space

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_docInspect

Retrieve a single document by its Archbee document ID

ParametersJSON Schema
NameRequiredDescriptionDefault
docIdYesThe Archbee document ID
search_queryInspect

Full-text search across Forkast documentation content

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query text
search_titleInspect

Search Forkast documentation by document title

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesTitle search text

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.

Resources