Skip to main content
Glama
Sealjay

mcp-hey

hey_remove_reply_later

Idempotent

Removes an email from the Reply Later queue, marking it as done and returning it to the Imbox. Requires the posting ID from the list of reply later emails.

Instructions

Remove an email from Reply Later (mark as "Done", moving it back to the Imbox). Requires the posting_id from hey_list_reply_later.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
posting_idYesThe posting ID to remove from Reply Later (use postingId from hey_list_reply_later)
Behavior4/5

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

Annotations indicate idempotentHint=true and destructiveHint=false, which the description complements by specifying the non-destructive effect (moving to Imbox). No contradictions. The description adds value by detailing the exact behavioral outcome.

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 concise sentences: first defines purpose and effect, second provides usage requirement. No redundancy or unnecessary information.

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 simple tool with one parameter and no output schema, the description covers the core behavior. Minor gap: it could mention that the email must currently be in Reply Later, but idempotentHint implies safe repetition.

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

Parameters4/5

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

Schema coverage is 100% with one parameter (posting_id). The description adds context beyond the schema by specifying the source ('from hey_list_reply_later'), which aids in correct parameter selection.

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 ('Remove an email from Reply Later'), the effect ('mark as Done, moving it back to the Imbox'), and distinguishes from sibling tools like hey_reply_later and hey_list_reply_later.

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 explicitly states the prerequisite ('Requires the posting_id from hey_list_reply_later'), guiding when to use this tool. It could further clarify when not to use it, but the context of sibling tools implies alternatives.

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/Sealjay/mcp-hey'

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