Skip to main content
Glama
revenant20
by revenant20

add_issue_comment

Add a text comment to an issue discussion thread on GitFlic. Your comment posts as the authenticated user, enabling direct participation in issue conversations.

Instructions

Add a text comment to an issue discussion thread. The comment will appear as posted by the authenticated user. Use list_issue_comments to see existing comments first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesComment text
ownerYesProject owner alias
projectYesProject alias
issue_idYesIssue local ID
Behavior3/5

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

The description adds one behavioral detail: the comment appears as posted by the authenticated user. With no annotations provided, it carries the full burden, but it lacks other potentially relevant disclosures (e.g., permissions, effects on closed issues) that could aid the agent.

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 concise, consisting of two purposeful sentences. It front-loads the primary action and includes a practical usage tip without any wasted words.

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?

For a simple comment-adding tool with four well-described parameters and no output schema, the description covers purpose, usage, and one behavioral aspect. It is nearly complete, though it could mention restrictions or exceptions (e.g., requiring an open issue) to be fully exhaustive.

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 covers 100% of parameters with descriptions, so the baseline is 3. The description does not add extra meaning beyond the schema, but it does align 'text comment' with the text parameter, providing minimal added value.

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 clearly states the tool's function: adding a text comment to an issue discussion thread. It distinguishes itself from sibling tools like list_issue_comments (viewing) and create_issue (creating issues) by using a specific verb and resource.

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 provides a clear usage context and explicitly advises using list_issue_comments first to see existing comments. However, it does not mention when not to use the tool or suggest alternatives for editing/deleting comments.

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/revenant20/gitflic-mcp'

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