Skip to main content
Glama

Release Paperclip issue

paperclip_issue_release
Destructive

Release the agent's current checkout and move the issue back to todo, returning a compact acknowledgement.

Instructions

Release the current agent checkout and return the issue to todo. Returns only a compact acknowledgement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

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

  1. First observedv0.6.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already signal destructive and non-idempotent behavior. The description adds useful context beyond that: the issue transitions to todo, and the response is only a compact acknowledgement. It does not contradict the annotations.

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 with no fluff. The core action is front-loaded, and the response behavior is stated in the second sentence. Every word earns its place.

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?

For a one-parameter destructive action, the description covers the core effect and return shape. However, it leaves meaningful gaps: the semantics of `id`, any prerequisites like an active checkout, and the exact contents of the compact acknowledgement are all unspecified.

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?

The schema has zero description coverage and the description never explains what `id` refers to. An agent must guess whether it is the issue id, a checkout id, or something else, especially since the wording emphasizes 'current agent checkout' without tying it to the required parameter.

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 states a specific action ('release'), the target resource ('current agent checkout'), and the resulting state ('return the issue to todo'). This clearly distinguishes it from siblings like checkout, create, update, or comment operations.

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 role as the counterpart to paperclip_issue_checkout is implied, and an agent can infer it should be used when finished with a checked-out issue. However, the description never explicitly states when to use it, when not to use it, or names an alternative.

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