Skip to main content
Glama

100Hires - AI ATS & Recruitment Software

hires_patch_message

Destructive

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.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate destructiveHint=true. The description adds that the operation is a partial update and applies only to scheduled messages before send time, providing useful behavioral context beyond the annotations. It does not detail error handling or side effects after send time, but the added clarity justifies a 4.

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 two sentences: the first defines the action and resource, the second clarifies the partial update behavior. No extraneous words, front-loaded with the key verb and object.

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 complexity (10 parameters, no output schema), the description conveys the essential purpose and constraint. It omits error conditions (e.g., what happens if the message was already sent) but is otherwise complete for a patch operation with well-documented schema and annotations.

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 each parameter described. The description adds the crucial semantic that only provided fields are changed, which reinforces the patch behavior and is not evident from the individual parameter descriptions. This extra meaning elevates the score above the baseline 3.

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 tool partially updates a scheduled message before send time. The verb-pair 'patch message' and resource 'scheduled message' are explicit, and the qualifier 'only provided fields are changed' distinguishes it from a full update, effectively differentiating it from siblings like 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?

The description specifies the use case 'before send time', which gives clear context. It does not explicitly list when not to use (e.g., after send time) or name alternatives, so the score is high but not maximal. The condition implies proper usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.