Skip to main content
Glama

AddMessageTool

Add a note/message to a task with optional file attachment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMessage content (supports markdown)
file_nameNoFilename with extension (required when using file_content, e.g., "screenshot.png")
file_pathNoAbsolute path to file to attach (server-local files only)
account_codeYesAccount code (e.g., "bcp", "jchsoft")
file_contentNoBase64-encoded file content (use this for remote MCP clients)
task_relative_idYesRelative ID of the task to add message to

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It does not disclose visibility of the message, notification behavior, permission requirements, or whether the attachment is embedded in the message body — significant gaps for a mutation tool with zero annotation coverage.

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?

A single front-loaded sentence with zero waste that states the resource, the action, and the attachment option. Nothing to trim.

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 schema is fully documented, so parameter details are covered, but for a mutation tool with no annotations and no output schema the description should say more about effects and the choice between this tool and AddAttachmentTool. It is minimally adequate.

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% and all six parameters are documented in the schema, including the file_path vs file_content distinction. The description only adds the phrase 'optional file attachment', so the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('Add a note/message to a task') plus the optional attachment capability, so the agent knows exactly what it does. However, it does not distinguish itself from the sibling AddAttachmentTool, which appears to overlap on the attachment dimension.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives, notably AddAttachmentTool, which sits right next to it in the sibling list and presumably handles files without a message. The overlap is left entirely for the agent to infer.

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.

Resources