Skip to main content
Glama
bruhsb
by bruhsb

paperclip_get_comment

Read-only

Fetch a specific comment by its ID and issue ID. Use to read the comment that triggered a wake event, such as an @-mention notification.

Instructions

Fetch a single comment by ID, typically the triggering comment from a wake event.

Args:

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

  • commentId: string — Comment UUID (example: "cmt_abc123")

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

Examples:

  • Use when: PAPERCLIP_WAKE_COMMENT_ID is set — read the exact comment that triggered the @-mention wake

  • Don't use when: you need all comments on an issue — use paperclip_list_comments instead

Error Handling:

  • 401: authentication failed → check PAPERCLIP_API_KEY

  • 404: comment or issue not found → verify both issueId and commentId

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueIdYesIssue ID or identifier (e.g. PAP-21)
commentIdYesComment UUID to fetch
Behavior5/5

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

Annotations declare readOnlyHint=true, matching the read-only nature of fetching a comment. The description adds value by specifying the returned object fields (id, body, authorId, authorType, createdAt) and error handling (401, 404 with remedies). No contradiction exists.

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 well-organized with headings (Args, Returns, Examples, Error Handling). It is concise yet comprehensive, with no wasted sentences. Every section adds essential information.

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?

Despite lacking an output schema, the description explicitly lists the returned fields. It also covers error cases and usage context. For a simple fetch tool, this is fully complete.

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 baseline is 3. The description enhances parameter semantics by providing examples (e.g., 'PAP-42' for issueId, 'cmt_abc123' for commentId) and clarifying their role, particularly that commentId is a UUID. This adds context beyond the schema's descriptions.

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 'Fetch a single comment by ID' with a specific verb and resource. It also distinguishes from sibling tool paperclip_list_comments by noting it is typically for the triggering comment from a wake event.

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?

Explicitly provides use cases: 'Use when: PAPERCLIP_WAKE_COMMENT_ID is set' and 'Don't use when: you need all comments on an issue — use paperclip_list_comments instead'. This clearly guides the agent on when to select this tool.

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