Skip to main content
Glama
bruhsb
by bruhsb

paperclip_rollback_agent_config

Destructive

Restore an agent's configuration to a specific previous revision, enabling you to recover from config changes that cause agent failures.

Instructions

⚠ Board-only: Roll back an agent's config to a specific previous revision.

Args:

  • agentId: string — Agent UUID (example: "agt_abc123")

  • revisionId: string — Config revision UUID to restore (example: "rev_xyz789")

Returns: Returns the agent object with config restored to the specified revision.

Examples:

  • Use when: reverting a bad config change that broke an agent's heartbeat (requires board API key)

  • Don't use when: you want to make targeted edits — use paperclip_update_agent instead

Error Handling:

  • 401: authentication failed → check PAPERCLIP_API_KEY

  • 403: permission denied → this tool requires a board (human) API key

  • 404: agent or revision not found → list revisions with paperclip_list_agent_config_revisions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdYesAgent UUID
revisionIdYesConfig revision UUID
Behavior4/5

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

Annotations already include destructiveHint=true, but description adds context: board-only requirement, returns agent object, and lists error handling codes. No contradictions.

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 (Args, Returns, Examples, Error Handling). Front-loaded the board-only warning. Each sentence adds value, though slightly verbose in error handling.

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?

Covers return value, authentication, permissions, and error cases. No output schema, but description explains what is returned. Missing mention of whether rollback is reversible, but annotations cover destructive nature.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters (agentId, revisionId) with descriptions. Description repeats parameter info but adds example values, which is helpful but not essential beyond schema.

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 'Roll back an agent's config to a specific previous revision' with a specific verb ('roll back') and resource ('agent config'). It also distinguishes from sibling tools by mentioning 'use paperclip_update_agent instead' for targeted edits.

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?

Provides explicit when-to-use (reverting bad config that broke heartbeat) and when-not-to-use (targeted edits), including alternative tool. Also indicates board-only access and required API key permissions.

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