Skip to main content
Glama

Add Paperclip comment

paperclip_comment_add

Attach a comment to a Paperclip issue, optionally reopening it, and receive a compact confirmation without cluttering context.

Instructions

Add a comment to authoritative Paperclip state. Returns only a compact acknowledgement; the full created comment response is not injected into context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
reopenNo
issue_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.6.0

TDQS

A3.5/5.0
Behavior4/5

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

The description usefully discloses that the tool returns only a compact acknowledgement and does not inject the full created comment response into context, which is valuable since there is no output schema. Combined with annotations that already signal a non-idempotent, non-destructive operation, this gives good behavioral transparency.

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?

Two short sentences, each earning its place: the first states the purpose, the second sets expectations about the response. 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 core action and response behavior are covered, which is important given the lack of an output schema. However, the description omits the semantics of reopen, does not mention any workflow prerequisites, and leaves the relationship to sibling comment/issue tools implicit.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the parameters. 'Add a comment' implies that body is the comment text and issue_id identifies the target, but the reopen boolean is left entirely unexplained, and no parameter-level detail is provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear action ('Add a comment') and a specific resource ('authoritative Paperclip state'), so an agent can tell this is a write operation for comments. It does not explicitly contrast with sibling tools like paperclip_comments or paperclip_issue_update, so it misses the top score.

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

Usage Guidelines3/5

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

The intended use is implied: use this when you need to add a comment to Paperclip state. However, there is no explicit guidance about when to prefer this over paperclip_issue_update or paperclip_comments, nor any mention of prerequisites such as issue checkout.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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