Skip to main content
Glama
katekruger

instantly-mcp

by katekruger

reply_to_email

Reply to an inbound Unibox email by providing the email ID and body. Sends the response from your account, deriving the subject and sender when omitted, with optional HTML formatting.

Instructions

Reply to an inbound Unibox email. HIGH_WRITE (sends mail from your account).

If eaccount (the sending account) or subject are omitted, they're derived from the original email ("Re: ") on execute. Set html=true to send body as HTML instead of plain text.

NOTE: v2 POST /emails/reply requires reply_to_uuid, eaccount, subject, and

a body object ({html|text}).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
htmlNo
confirmNo
subjectNo
eaccountNo
email_idYes
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and makes the critical side effect explicit: 'HIGH_WRITE (sends mail from your account).' It also discloses that omitted eaccount/subject are derived on execute and how html controls body formatting. It does not cover the confirm parameter or return/error behavior, so it is not a 5.

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?

The description is compact and front-loaded with the most important facts: purpose and write side effect. The v2 note at the end is useful but somewhat confusingly worded and slightly undermines the earlier derived-default statements, so it does not earn full marks.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a write action with no output schema and no annotations, the description covers the core invocation path: required email_id/body, optional html, and eaccount/subject defaults. It is not fully complete because confirm is unexplained and the v2 note introduces endpoint-level requirements that are not reconciled with the input schema.

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%, and the description compensates by explaining eaccount as the sending account, subject derivation, html formatting, and body content. However, it leaves confirm completely unexplained and the final v2 endpoint note introduces reply_to_uuid/body-object terminology that does not map cleanly to the schema's email_id/body string fields.

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 opens with a specific action: 'Reply to an inbound Unibox email,' which clearly identifies the verb and resource. It also states the key consequence, 'sends mail from your account,' and the word 'reply' differentiates it from sibling forward_email without 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 gives clear context for when the tool applies: replying to an inbound Unibox email, and explains derived defaults for eaccount and subject. It does not explicitly name alternatives or exclusions, so it stops short of a 5, but the usage context is clear.

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/katekruger/instantly-mcp'

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