Skip to main content
Glama
1nwooozip

reading-cottage

by 1nwooozip

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
agent_idNoIdentifier for the agent. Used to keep the agent's notes separate from the human's. Defaults to 'agent'.
data_dirNoPath to the data directory where books, configuration, and reading records are stored. Defaults to ~/.reading-cottage.
agent_nameNoDisplay 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/1nwooozip/reading-cottage'

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