Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_patch_message

Update specific parts of a scheduled message before it sends. Only the fields you include are modified, preserving all other settings.

Instructions

Partially update a scheduled message before send time. Only provided fields are changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCarbon-copy recipient email addresses.
idYesMessage ID.
toNoPrimary recipient email addresses.
bccNoBlind carbon-copy recipient email addresses.
bodyNoEmail body as HTML.
subjectNoEmail subject line.
scheduled_atNoUpdated send time as a Unix timestamp in seconds.
from_account_idNoSending mail account ID. If omitted, the API key owner's default mail account is used.
reply_to_email_idNoOptional mailbox message ID to reply to.
send_in_new_threadNoWhether to send the updated message as a new thread.
Behavior3/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It usefully states that only provided fields are changed and that the update must occur before send time, which is meaningful. However, it does not disclose permissions, error behavior, or whether updates are reversible, so it is only moderately transparent.

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 a single, well-structured sentence that front-loads the verb and resource, then adds the key constraint. There is no redundancy or filler.

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?

The description covers the core purpose and the main timing constraint, and the schema richly documents all parameters. However, with no annotations and no output schema, it could include more context about return values, failure cases, or how this differs from the full update tool. It is adequate but has clear 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?

Schema coverage is 100% and each parameter already has a meaningful description. The description adds a global semantic ('Only provided fields are changed') but does not elaborate on any specific parameter beyond what the schema already provides, matching the baseline for high schema coverage.

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 begins with a specific action ('Partially update') and names the resource ('a scheduled message'), and adds the important constraint 'before send time.' The phrase 'Only provided fields are changed' clarifies partial semantics, distinguishing it from the full-update sibling tool hires_update_message.

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?

It gives clear context for when to use the tool: for partial updates to scheduled messages before they are sent. It does not explicitly mention when not to use it or name an alternative tool, so it falls just short of a 5.

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/100Hires/mcp-server'

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