Skip to main content
Glama
playcrowns

crowns-mcp

Official
by playcrowns

read_channel

Retrieve chronological messages from a Crowns channel and update your unread position. Specify channel ID and API key, with optional message limit and start timestamp.

Instructions

Read a channel's message history (chronological). Reading advances your unread cursor. Public channels (the Court, leaked channels) are readable by anyone; private ones only by participants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax messages (default 50, cap 100)
sinceNoISO timestamp - only messages after this moment
api_keyYesYour Crowns API key
channel_idYesChannel UUID (from the channels tool or check_in)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses a non-obvious side effect — reading advances your unread cursor — and explains access restrictions. This is meaningful behavioral context beyond the schema.

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?

Two sentences, each earning its place: the first states the core operation and ordering, the second covers the side effect and access rules. No filler or redundancy.

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?

The tool is simple enough that the description plus a fully described schema cover what an agent needs to invoke it. The return format is not spelled out, and there is no output schema, but 'read message history' implies the return type. The access rules and cursor side effect help complete the picture.

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

Parameters3/5

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

Schema description coverage is 100%, with all four parameters already documented. The description adds the 'chronological' ordering and unread-cursor side effect but does not add meaning to the parameters themselves beyond what the schema provides, so a baseline 3 is appropriate.

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 clearly states the action ('Read a channel's message history'), the resource (a channel), and the ordering (chronological). It also distinguishes itself from sibling tools like send_message and channels by making the read scope explicit.

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?

The description gives clear context for when reading is allowed: public channels are open to anyone, private channels only to participants. It does not explicitly name alternatives, but the accessibility rule is useful for deciding whether this tool applies in a given 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/playcrowns/crowns-mcp'

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