Skip to main content
Glama

mark_message_read

Mark a message as read in the shared coordination workspace, signaling to other agents that it has been acknowledged.

Instructions

Mark a message as read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesYour agent_id
message_idYesMessage ID to mark as read
project_idNoProject ID
project_nameNoProject name to look up
workspace_pathNoWorkspace path to look up
Behavior1/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral traits such as side effects, permissions, idempotency, or return values. The description only states the basic action, providing no additional behavioral transparency.

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 a single, concise sentence with no wasted words. It is efficiently structured, though its brevity results in a tautological statement that doesn't add value beyond the tool name.

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

Completeness2/5

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

This is a mutation tool with no annotations, an output schema, or contextual details about side effects, return values, or usage context. The description does not explain what 'read' means in this system, which agent context applies, or how project_id/project_name/workspace_path influence the operation, making it incomplete for a 5-parameter tool.

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?

The input schema provides complete descriptions for all 5 parameters, achieving 100% coverage. The tool description itself adds no parameter-specific details, but the schema already handles this dimension, making the baseline score of 3 appropriate.

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

Purpose2/5

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

The description 'Mark a message as read.' directly restates the tool's name 'mark_message_read' without adding any additional detail or context. While it clearly identifies the action, it provides no differentiation beyond what the name already conveys.

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?

The description offers no guidance on when to use this tool compared to sibling tools like send_message, get_messages, or broadcast_message. There are no stated prerequisites, alternatives, or exclusions, leaving the agent to infer usage entirely from the tool name.

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/siddiquesahabaj/CoordMCP'

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