reading-cottage
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Identifier for the agent. Used to keep the agent's notes separate from the human's. Defaults to 'agent'. | |
| data_dir | No | Path to the data directory where books, configuration, and reading records are stored. Defaults to ~/.reading-cottage. | |
| agent_name | No | Display name for the agent. Defaults to 'Reading Agent'. |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reader_list_booksC | List the local bookshelf and shared reading progress. |
| reader_start_readingA | Return one chapter plus this agent's journal, pinned context, and previous discussion. This is context, not an unread-reply queue. Keep comments short and avoid later-chapter spoilers by convention; the tool does not enforce a spoiler access boundary. |
| reader_get_chapterA | Get a chapter with all paragraph annotations and highlights. |
| reader_add_annotationB | Write a paragraph annotation as this MCP server's stable agent identity. |
| reader_mark_chapter_doneB | Mark a chapter done and advance the book's shared progress. |
| reader_update_journalA | Append to this agent identity's separate per-book running journal. |
| reader_get_paragraph_threadA | Get one paragraph and its complete annotation thread. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/1nwooozip/reading-cottage'
If you have feedback or need assistance with the MCP directory API, please join our Discord server