Skip to main content
Glama
bruhsb
by bruhsb

paperclip_release_issue

Releases a checked-out issue back to the board without marking it done, returning it to an assignable state for when work is abandoned mid-run due to a blocker or wake-mismatch.

Instructions

Release a checked-out issue back to the board without marking it done.

Args:

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

Returns: Returns the updated issue object with executionRunId cleared.

Examples:

  • Use when: abandoning work mid-run due to a blocker or wake-mismatch; issue returns to assignable state

  • Don't use when: you finished the work — use paperclip_update_issue with status:'in_review' or 'done' instead

Error Handling:

  • 401: authentication failed → check PAPERCLIP_API_KEY

  • 404: issue not found → verify ID with paperclip_list_issues

  • 409: issue is not checked out by the current agent → check current issue state with paperclip_get_issue

Input Schema

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

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

Description discloses that the tool modifies state (clears executionRunId) and returns the updated issue object. Error handling details (401, 404, 409) add transparency beyond annotations, though no destructiveHint is explicitly given.

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?

Well-structured with sections for args, returns, examples, and error handling. No unnecessary text; every sentence adds value.

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?

For a simple release operation with one parameter and no output schema, the description covers purpose, usage, errors, and return value completely, enabling correct agent invocation.

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% with one parameter. Description adds example value ('PAP-42') and context for verification with list_issues, enriching the parameter's semantics.

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 releases a checked-out issue back to the board without marking it done, which is a specific verb+resource. It distinguishes from siblings like paperclip_checkout_issue and paperclip_update_issue.

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?

Includes explicit 'Use when' and 'Don't use when' guidance, naming alternative tool paperclip_update_issue for marking done. Also provides error handling steps, making usage context clear.

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