Skip to main content
Glama
muhammedehab35

CHECK-MODULE MCP Server

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
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search-docsA

Search through internal documentation. Returns relevant documents based on query, category, and tags.

get-docA

Get full documentation by ID. Returns the complete content of a specific document.

list-categoriesA

List all available documentation categories.

add-docC

Add or update documentation. Stores a new document or updates an existing one.

fetch-library-docsC

Fetch official documentation from online sources for libraries and frameworks (LangGraph, React, FastAPI, etc.). Automatically retrieves up-to-date documentation from the web.

list-available-librariesA

List all libraries that have known documentation sources configured.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Authentication APIHow to authenticate with our internal API
Database SchemaInternal database schema documentation
Deployment GuideHow to deploy our applications

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: adding/updating docs, fetching external docs, retrieving by ID, listing libraries, listing categories, and searching. No overlap.

Naming Consistency5/5

All tool names follow a consistent lowercase-hyphenated verb-noun pattern (e.g., add-doc, fetch-library-docs, list-available-libraries).

Tool Count5/5

With 6 tools covering creation, retrieval, listing, searching, and external fetching, the set is well-scoped for a documentation server.

Completeness4/5

The tools cover core CRUD operations (add, get, search, list) and add external fetching, but lack an explicit delete or separate update tool (though add-doc covers both add and update).

Maintenance

ActivityInactive
ResponsivenessNo issues