Skip to main content
Glama
slulove
by slulove

reading_dismiss_card

Dismiss a reading card from your inbox to declutter your queue, while retaining it for future access.

Instructions

Dismiss one collected reading card from the card inbox without deleting it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardIdYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations only carry a title, so the description carries the burden of behavioral disclosure. It clearly states the primary action (dismiss from the inbox) and a key side-effect boundary (does not delete the card), which is useful safety-relevant context. It does not discuss reversibility or persistence details, but for a simple single-parameter action this is adequate.

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?

A single, front-loaded sentence with no filler. It delivers the action, the scope, and the non-deletion caveat in minimal wording.

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?

For a tool with one required parameter and no output schema, the description is nearly complete: it identifies the input (a collected card from the inbox) and the result (dismissed, not deleted). It lacks explicit guidance on obtaining the cardId, but sibling tools such as reading_card_inbox and reading_list_cards cover that context.

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 0%, so the description must compensate. It clarifies that the single parameter refers to a collected reading card from the inbox, but it does not explicitly state where cardId comes from or its expected format. This is modest compensation, not complete.

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?

States a clear verb ('Dismiss') and resource ('collected reading card from the card inbox'), and explicitly distinguishes the action from deletion with 'without deleting it.' This separates it from sibling operations like collect, save, or open.

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?

Provides clear context: this tool is for collected cards currently in the card inbox, and the non-deletion clause signals when not to use it. It does not explicitly name alternative tools, but the inbox and non-deletion framing make the appropriate use case evident.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/slulove/co-reading-mcp'

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