Skip to main content
Glama
imdeniil

ya-tracker-mcp

by imdeniil

add_entity_comment

Add comments to projects, portfolios, or goals by specifying entity type and ID, with optional user mentions.

Instructions

Add a comment to a project, portfolio, or goal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesComment text
entity_idYesEntity ID
summoneesNoList of user logins to mention
entity_typeYes"project", "portfolio", or "goal"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must disclose safety/behavioral traits. It only states the action and resource, omitting any details about permissions required, whether the comment is immediately visible, how 'summonees' mentions are processed, or what the response contains. This is a gap for a mutation tool.

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 a single, efficient sentence that front-loads the core purpose. Every word adds value, with no redundancy or filler.

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 tool is relatively simple, has an output schema, and all parameters are documented. However, the description lacks context about prerequisites (e.g., entity must exist) and behavioral outcomes (e.g., whether summonees are notified), leaving some gaps for a complete understanding.

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 coverage is 100%, so the schema already describes all parameters. The description's phrase 'project, portfolio, or goal' restates the entity_type description without adding new semantic meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 uses a specific verb ('Add') and clearly identifies the resource types ('project, portfolio, or goal'). This distinguishes it from the sibling 'add_comment' tool, which likely targets issues, by explicitly naming the entity types.

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 clearly implies when to use this tool: when commenting on a project, portfolio, or goal. It does not explicitly mention alternatives or exclusions, but the entity types in the description differentiate it from the issue-comment sibling 'add_comment'.

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/imdeniil/ya-tracker-mcp'

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