Read a Colyseus documentation page
read_docRead 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
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Document slug (path-style identifier). Empty string or 'index' returns the landing page. Slugs may also be tried as paths like '/state/schema'. |