Skip to main content
Glama

linear_createComment

Add a comment to issues, projects, initiatives, document content, or reply in threads using Markdown.

Instructions

Add a comment to an issue, project, initiative, update, document content, or as a threaded reply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesText of the comment (Markdown supported)
postIdNoID of the post to comment on
issueIdNoID or identifier of the issue to comment on (e.g., ABC-123)
parentIdNoID of the parent comment to reply to (for threaded comments)
projectIdNoID of the project to comment on
quotedTextNoOptional quoted text for inline comments
initiativeIdNoID of the initiative to comment on
subscriberIdsNoOptional user IDs to subscribe to the comment target
projectUpdateIdNoID of the project update to comment on
documentContentIdNoID of the document content to anchor an inline comment to
initiativeUpdateIdNoID of the initiative update to comment on

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
urlNo
bodyNo
userNo
issueNo
projectNo
parentIdNo
createdAtNo
updatedAtNo
initiativeNo
projectUpdateNo
initiativeUpdateNo
Behavior2/5

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

Annotations indicate mutation (readOnlyHint false) but the description fails to disclose side effects, permission requirements, or constraints like requiring at least one target parameter. No contradictions with annotations, but insufficient transparency for a complex tool.

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?

A single concise sentence that front-loads the purpose. No extraneous words, though the listing style could be more structured.

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?

With 11 parameters and only 1 required, the description does not explain that exactly one target identifier is needed, nor does it clarify return values (though output schema exists). Lacks essential context for correct usage.

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 provides full descriptions for all 11 parameters (100% coverage), so baseline is 3. The tool description adds minimal value beyond listing target types already implied by parameter names.

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 explicitly states the action (Add a comment) and lists all supported resources (issue, project, initiative, update, document content, threaded reply), clearly distinguishing it from sibling tools like deleteComment and updateComment.

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?

No guidance on when to use this tool versus alternatives (e.g., updating a comment), and no mention of prerequisites such as providing at least one target identifier. The description is a simple list without contextual advice.

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/tacticlaunch/mcp-linear'

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