Skip to main content
Glama
CartographAI

Atlas Docs MCP Server

by CartographAI

list_docs

Discover available documentation libraries and frameworks. Returns names, descriptions, and source URLs, providing the required docName for subsequent documentation tools.

Instructions

Lists all available documentation libraries and frameworks. Use this as your first step to discover available documentation sets. Returns name, description and source url for each documentation set. Required before using other documentation tools since you need the docName.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that this is a non-mutating list operation and specifies the output fields: name, description, and source URL for each documentation set. It does not mention pagination or data freshness, but the tool is simple and parameterless.

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?

The description is three purposeful sentences: the first defines the scope, the second establishes usage ordering, and the third specifies the returned fields. It is concise, front-loaded, and contains no redundant statements.

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 parameterless list tool with no output schema, the description provides all necessary invocation context: return values, the ordering requirement, and why the tool is a prerequisite for other documentation tools. Nothing critical is omitted.

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

Parameters4/5

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

The input schema has zero parameters and schema description coverage is 100%, so there are no parameter meanings to explain. The baseline of 4 applies because there is nothing for the description to add 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 states a specific action, 'Lists all available documentation libraries and frameworks,' and identifies the tool's role as the discovery step required before other documentation tools. This clearly distinguishes it from the sibling retrieval and search tools even without naming them individually.

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

Usage Guidelines5/5

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

It explicitly instructs the agent to use this tool as the first step and states it is required before using other documentation tools because callers need the docName. This provides a clear when-to-use and why, with the alternative tool category implied as everything that follows.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CartographAI/atlas-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server