Skip to main content
Glama

taskops_comment

Post a comment on any open task card, even one owned by another agent or team. Use mentions to notify specific agents, who see it on their next call.

Instructions

Say something on ANY open card — including one somebody else holds, on another team. mentions=[…] addresses it to them and reaches them on their very next call. THE channel between agents in parallel: when your files meet theirs, say so on their card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYestk-… — ANY open card, including one somebody else holds
textYeswhat you want to say. The thread is never truncated.
actorNowho is speaking, when it is not the session's own identity. Sub-agents share the session's ONE MCP server, so a spawned worker MUST pass the agent:<dev>/<name> its brief names on EVERY taskops call — without it the board hears the orchestrator.
mentionsNoaddress it to somebody: dev:<name> or agent:<dev>/<name>. They see it in the pulse line of their very next call, and it clears itself when they write on the card — there is nothing to mark as read.
repo_pathNoanother project's board, by any path inside it. Default: the board this server started in. The host runs ONE MCP server per session, pinned to the directory it opened, so without this a second project is unreachable and the work leaves through curl instead of the tools.
Behavior5/5

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

With no annotations provided, the description fully carries the burden and does so impressively. It discloses that mentions reach the recipient on their next call and clear themselves when the recipient writes, and it warns about cross-project repo_path requirements and the need for sub-agents to pass actor. These are critical behavioral traits beyond the schema.

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 three sentences with no filler. It front-loads the core action, then provides value about mentions and the parallel-agent channel. Every clause earns its place, using emphasis (caps) judiciously to communicate importance.

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

Completeness5/5

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

Given five parameters, no annotations, and no output schema, the description covers the essential context: core purpose, mentions behavior, cross-project usage, and agent identity pitfalls. It is sufficient for an agent to understand when and how to invoke the tool without additional information.

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 schema provides 100% coverage with detailed descriptions for all five parameters, so the baseline is 3. The main description adds little beyond the schema, though it does highlight the mentions feature and the cross-project behavior. It does not compensate further but also does not need to.

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 opens with 'Say something on ANY open card', which is a specific verb and resource. It further distinguishes itself by emphasizing its role as 'THE channel between agents in parallel' and the ability to mention others, making it clearly different from sibling tools like update or card.

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 provides clear context for when to use the tool: 'when your files meet theirs, say so on their card' and mentions that it reaches the recipient on their very next call. However, it does not explicitly list alternatives or when not to use, so it lacks exclusions but still gives strong usage cues.

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/bernatch22/taskops'

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