Skip to main content
Glama
bruhsb
by bruhsb

paperclip_get_feedback_trace_bundle

Read-only

Fetch the complete payload and event history for a specific feedback trace by providing its UUID.

Instructions

⚠ Board-only: Fetch the full bundle for a single feedback trace by its UUID.

Args:

  • traceId: string — Feedback trace UUID (example: "ft_abc123")

  • response_format: 'markdown' | 'json' (optional) — Output format (default: markdown)

Returns: Feedback trace bundle object: traceId, events[], metadata, and related context fields.

Examples:

  • Use when: retrieving the complete payload and event history for a specific feedback trace

  • Don't use when: you need to browse traces — use paperclip_list_feedback_traces or paperclip_list_issue_feedback_traces

Error Handling:

  • 401: authentication failed → check PAPERCLIP_API_KEY

  • 403: permission denied → board-only endpoint, requires board API key

  • 404: trace not found → verify traceId with paperclip_list_feedback_traces

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
traceIdYesFeedback trace UUID
response_formatYesOutput format: 'markdown' (default, human-readable) or 'json' (structured)markdown
Behavior5/5

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

Annotations show readOnlyHint=true, consistent with fetch operation. Description adds key behaviors: board-only endpoint requiring board API key, specific error handling (401, 403, 404) with troubleshooting tips, which is beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections, but somewhat verbose with error handling details. However, all content is relevant and earns its place; front-loaded with purpose.

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?

Comprehensive for a read tool with no output schema: mentions return fields (traceId, events, metadata, related context), covers prerequisites (board-only, API key), and error handling. Sibling context is rich but tool is fully documented.

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%, baseline 3. Description adds example value ('ft_abc123') and clarifies default for response_format, providing minor added utility over schema alone.

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?

Description explicitly states 'Fetch the full bundle for a single feedback trace by its UUID', using a specific verb and resource. Among siblings, it distinguishes from list tools by targeting a single trace UUID.

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?

Clearly states when to use (retrieving complete payload) and when not (browsing traces, with explicit sibling alternatives paperclip_list_feedback_traces and paperclip_list_issue_feedback_traces).

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