Skip to main content
Glama

Add fmsg recipients

add_recipients
DestructiveIdempotent

Add missing recipients to an already-sent message so they receive it and join its thread. Ideal when a conversation needs new participants, but not for terminal messages.

Instructions

Add recipients to a message that was already sent (one you sent or received as a primary recipient). They receive the message and become participants of its thread. This cannot be undone. Fails on terminal messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesfmsg message id
add_toYesaddresses or short names to add

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
addedYes
add_toYes

Schema Changelog

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

  1. First observedv0.1.3

TDQS

A4.2/5.0
Behavior4/5

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

Adds meaningful behavior beyond annotations: recipients become thread participants, the operation is irreversible, and terminal messages are unsupported. Annotations already cover destructive and non-read-only hints, so the description's additional context is valuable.

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?

Three short sentences, each carrying necessary information: scope, effect, and caveats. No filler or repetition of schema content.

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?

The description is complete enough for a low-complexity tool with full parameter schema and output schema. It covers eligibility, consequences, and a key failure mode, though it could hint at why openWorldHint matters for address resolution.

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 100%, so the schema already documents id and add_to. The description clarifies the operational effect of the recipients but does not add parameter-specific meaning beyond what the schema provides.

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?

States a specific action ('Add recipients') with a precise resource ('message that was already sent') and eligibility constraints (sent by you or received as primary recipient). This clearly distinguishes it from send_message, reply, and react.

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?

Gives clear context for when the tool applies: only to already-sent messages where the caller is a primary participant. It notes terminal messages as a failure case, though it does not explicitly name alternative tools.

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

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/markmnl/fmsg-mcp'

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