Skip to main content
Glama
bruhsb
by bruhsb

paperclip_add_comment

Post a markdown comment on a specified issue, with automatic audit trail via Run ID injection.

Instructions

Post a markdown comment on an issue. Run ID header injected automatically for audit trail.

Args:

  • issueId: string — Issue ID or identifier (example: "PAP-42")

  • body: string — Comment body in markdown (example: "@QA — ready for review on PAP-42. Changes: ...")

Returns: Returns the created comment object: id, body, authorId, authorType, createdAt.

Examples:

  • Use when: posting @-mention handoffs (e.g. @QA ready for review, @Engineer changes needed)

  • Don't use when: you also need to update issue fields — use paperclip_update_issue with a comment field instead

Error Handling:

  • 400: validation failure → ensure body is non-empty

  • 401: authentication failed → check PAPERCLIP_API_KEY

  • 404: issue not found → verify ID with paperclip_list_issues

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueIdYesIssue ID or identifier (e.g. PAP-21)
bodyYesComment body (markdown)
Behavior4/5

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

Annotations indicate non-destructive and open-world false. The description adds that a Run ID header is injected for audit trail, and lists HTTP error codes (400, 401, 404) with troubleshooting tips. It also notes the return object. This provides useful behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with Args, Returns, Examples, Error Handling sections. However, it is somewhat verbose for a simple two-parameter tool. A more concise version could omit the full list of return fields since they are straightforward.

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 no output schema, the description explains the return shape. It covers error codes and prerequisites (Run ID header injection). For a simple comment creation tool, it provides sufficient context for an agent to use it effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are already documented. The description adds meaning with examples (e.g., 'body — Comment body in markdown (example: "@QA — ready for review on PAP-42. Changes: ...")') and clarifies that body must be non-empty (from error handling). This adds 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 'Post a markdown comment on an issue', using a specific verb and resource. It distinguishes from sibling tools like paperclip_add_approval_comment by not mentioning approval, and later contrasts with paperclip_update_issue when used to add a comment while updating fields.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit 'Use when' and 'Don't use when' guidance, including an alternative tool (paperclip_update_issue) for combined comment+field updates. This helps the agent choose correctly.

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/bruhsb/paperclip-mcp'

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