Skip to main content
Glama
StreamlinedStartup

sendook-mcp

sendook_delete_inbox

DestructiveIdempotent

Delete an inbox to archive its messages and revoke sending access, stopping the inbox from receiving future emails.

Instructions

Delete an inbox and archive its messages.

WARNING: This action revokes sending access and archives all historical messages. The inbox email address will no longer receive messages.

Args: params: InboxIdInput containing: - inbox_id: The inbox identifier to delete

Returns: str: Confirmation of deleted inbox

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already provide destructiveHint=true and readOnlyHint=false. The description adds valuable behavioral context: it revokes sending access, archives all historical messages, and the address stops receiving messages. It does not contradict annotations. It could mention if the action is reversible or what happens to archived messages, but overall strong.

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?

The description is efficient: a short purpose statement, a warning in all caps, and clearly labeled Args/Returns sections. Every sentence adds value, no fluff.

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?

Given the tool's simplicity (one parameter, clear action), the description is nearly complete. It covers the action, consequences, parameter, and return type. It could optionally mention idempotency (implied by delete) or error handling, but these are not critical gaps.

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?

The description repeats the parameter 'inbox_id' as 'the inbox identifier to delete' but adds no meaning beyond the schema, which already provides a description and example. Schema description coverage is considered 0% per context, but the schema itself has a description. With minimal addition, 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 'Delete an inbox and archive its messages' with a specific verb and resource. It distinguishes from sibling tools like sendook_get_inbox and sendook_create_inbox by focusing on deletion, and includes a warning about consequences, leaving no ambiguity.

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 includes a warning that revoking sending access and archiving messages makes this action permanent, implying when to use (when you want to permanently remove an inbox). However, it does not explicitly state when not to use or compare with alternatives like a disable option, but given no such sibling exists, it's nearly complete.

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/StreamlinedStartup/sendook-mcp'

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