Skip to main content
Glama

List Paperclip issue documents

paperclip_documents
Read-onlyIdempotent

List issue documents as compact Markdown, with inline results for small sets and snapshot paths for larger ones. Use to quickly review or retrieve documents attached to a specific issue.

Instructions

List issue documents as compact Markdown. Results are inline below the configured token threshold and otherwise returned as a new immutable snapshot path. Default output omits document bodies; call paperclip_document for a body or all_fields=true for every returned field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYes
all_fieldsNo

Schema Changelog

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

  1. First observedv0.6.0

TDQS

A4.9/5.0
Behavior5/5

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

Beyond annotations readOnlyHint, openWorldHint, and idempotentHint, the description discloses substantive behavior: results are inline below a token threshold and otherwise become an immutable snapshot path, and default output omits document bodies. This gives the agent useful operational expectations without contradicting 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?

Three tight sentences, each earning its place: purpose, output behavior, and parameter/alternative guidance. The most important information is front-loaded, with no filler or restatement of the schema.

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 two-parameter, read-only listing tool with no output schema, the description covers purpose, output format, truncation behavior, default field omission, and the alternative for getting full bodies. Nothing essential for correct invocation is missing.

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 description coverage is 0%, so the description must compensate. It does for all_fields by explaining that true returns every returned field. issue_id is not explained in prose, but its meaning is clear from the tool purpose and the required schema field, so the gap is minor.

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: 'List issue documents as compact Markdown.' It clearly identifies the tool's output format and scope, and distinguishes it from the sibling paperclip_document by noting that the singular tool is for fetching a document body.

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?

The description explicitly tells the agent when to use an alternative: if a document body is needed, call paperclip_document, or set all_fields=true. It also explains the inline-vs-snapshot result behavior, which guides the agent on what to expect for large result sets.

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