Skip to main content
Glama

Checkout Paperclip issue

paperclip_issue_checkout
DestructiveIdempotent

Atomically claim an issue for your agent to prevent duplicate work. Reclaim stale checkouts only for your own crashed runs.

Instructions

Atomically claim an issue for the current agent. A 409 is terminal: do not retry or steal the lock. Set reclaim_stale=true only when adopting your own stale in_progress checkout after a crashed run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
reclaim_staleNo
expected_statusesNoAdvanced override; normally omit.

Schema Changelog

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

  1. First observedv0.6.0

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations (openWorldHint, idempotentHint, destructiveHint), the description discloses atomicity, lock-stealing prohibition, terminal 409 semantics, and the stale-reclaim recovery path. This adds meaningful behavioral context without contradicting any annotation. Minor gap: it does not state what the checkout returns or what state transition the issue undergoes.

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?

Three terse sentences, each earning its place: purpose, conflict handling, and parameter condition. The core purpose is front-loaded in the first clause, and there is zero filler or repetition of schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For moderate complexity, the essential calling knowledge is present: the required id, the precise meaning of reclaim_stale, the terminal 409 behavior, and a safety profile from annotations. Remaining gaps — no return-value disclosure and no elaboration on expected_statuses semantics — are minor but worth noting.

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?

With schema description coverage at only 33%, the description carries the burden for undocumented parameters. It compensates where it matters most: reclaim_stale has no schema description but is fully scoped here (true only when adopting your own stale in_progress checkout after a crash). expected_statuses is already covered by its schema description, and id is self-evident from the resource noun.

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 opens with a specific verb and resource: 'Atomically claim an issue for the current agent,' naming the operation, the object, and the actor scope. This clearly distinguishes checkout from siblings such as paperclip_issue_release (the inverse operation) and paperclip_issue_create without restating the title.

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 context is clear — this is the tool for claiming an issue before working on it — and it adds strong conditional guidance ('Set reclaim_stale=true only when adopting your own stale in_progress checkout after a crashed run') plus a failure rule (409 is terminal). However, it never routes to alternatives explicitly; nothing points to paperclip_issue_release for when work is complete, so when-to-use vs alternatives is only implied.

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