Skip to main content
Glama
StreamlinedStartup

sendook-mcp

sendook_create_inbox

Creates a managed inbox with a unique email address for an AI agent to send and receive emails.

Instructions

Create a new inbox for an AI agent to send and receive emails.

Creates a managed inbox with a unique email address. Each inbox has independent message storage and can have webhooks configured for real-time notifications.

Args: params: CreateInboxInput containing: - name (Optional[str]): Display name for the inbox - email (Optional[str]): Custom email address; auto-generated if omitted

Returns: str: JSON with the created inbox details including id, name, email, and createdAt

Examples: - Create support inbox: name="Customer Support Bot" - Create with custom email: email="support@agents.example.com"

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 show readOnlyHint=false (mutation) and destructiveHint=false (not destructive). Description adds that inbox is managed, unique email, independent storage, webhooks, and returns JSON with details. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with summary, args, returns, examples. Front-loaded with purpose. Slightly verbose in middle paragraph but overall efficient for the complexity.

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 simple input (1 param with 2 optional properties) and output schema implied, description covers purpose, parameters, return format, and examples. Lacks error handling discussion but acceptable for this tool.

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 descriptions for name and email are already detailed and cover 100% of properties. Description adds examples but does not significantly extend beyond schema. 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?

Clearly states 'Create a new inbox for an AI agent to send and receive emails' with specific verb and resource. Distinguishes from sibling tools like get_inbox and list_inboxes. Includes key differentiator: each inbox has independent storage and webhooks.

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 examples for creating with name or custom email, and notes email auto-generation. Implicitly guides when to use (inbox creation) but lacks explicit when-not-to-use or alternatives among siblings.

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