Skip to main content
Glama
VGFP

colyseus-docs-mcp

by VGFP

Read a Colyseus documentation page

read_doc

Read a specific Colyseus documentation page by providing its slug. Returns pre-processed Markdown with all code blocks and prose intact.

Instructions

Read a single Colyseus documentation page by its slug (e.g. 'room', 'room/messages', 'state', 'getting-started/typescript'). Use list_docs first to discover available slugs. Returns pre-processed Markdown — JSX scaffolding from the original MDX has been stripped, but every code block and every prose paragraph is preserved verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesDocument slug (path-style identifier). Empty string or 'index' returns the landing page. Slugs may also be tried as paths like '/state/schema'.
Behavior4/5

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

No annotations provided, so description carries full burden. Describes output format: pre-processed Markdown with JSX stripped but code blocks and prose preserved. Implicitly indicates read-only operation. Does not disclose all possible behaviors (e.g., error handling, rate limits), but sufficient for scope.

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?

Three sentences with no fluff. First sentence states purpose, second gives guidance, third explains output. Efficiently front-loads key information.

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

Completeness4/5

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

No output schema, so description compensates by explaining return format. Provides usage guidance and sibling tool reference. Could mention error cases or page existence handling, but overall complete for a simple read tool with one parameter.

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

Parameters5/5

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

Single parameter 'slug' has schema description already, but tool description adds valuable examples and notes that empty string or 'index' returns landing page. Schema coverage is 100%, and description enhances understanding beyond 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?

Description clearly states verb and resource: 'Read a single Colyseus documentation page by its slug'. Examples of slugs are given. Distinguishes from sibling tools by referencing list_docs for discovery.

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 advises to use list_docs first to discover available slugs. Provides context on when to use this tool (reading a specific page) versus listing all pages. Lacks explicit when-not-to-use or alternative guidance, but adequate given sibling context.

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/VGFP/colyseus-docs-mcp'

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