Skip to main content
Glama
bruhsb
by bruhsb

paperclip_pause_agent

Idempotent

Pause an agent temporarily to stop new heartbeat runs, useful for halting a misconfigured agent during incident response.

Instructions

Pause an agent, preventing it from starting new heartbeat runs.

Args:

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

Returns: Returns the updated agent object with status set to paused.

Examples:

  • Use when: temporarily stopping a runaway or misconfigured agent during incident response

  • Don't use when: you want to permanently stop an agent — use paperclip_terminate_agent (board-only, irreversible)

Error Handling:

  • 401: authentication failed → check PAPERCLIP_API_KEY

  • 404: agent not found → verify ID with paperclip_list_agents

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdYesAgent UUID
Behavior4/5

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

Description explains the effect of pausing (prevents new heartbeat runs, sets status to paused) and returns updated agent object. Annotations already indicate idempotent and openWorldHint false, which are consistent. Could mention that already running heartbeats are unaffected, but overall clear.

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?

Structured with sections (Args, Returns, Examples, Error Handling), front-loaded main purpose, no unnecessary words. Every sentence provides value.

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 mutation tool with one parameter and no output schema, the description covers purpose, usage context, alternatives, error handling, and return value. Complete given the tool's simplicity.

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 provides 100% coverage with description 'Agent UUID'. Description adds value with example format 'agt_abc123' and context of use, but schema already describes the parameter adequately.

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 the verb 'pause' and resource 'agent', with specific effect 'preventing it from starting new heartbeat runs'. It distinguishes from sibling tools like paperclip_terminate_agent and paperclip_resume_agent.

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 examples: when to use ('temporarily stopping a runaway or misconfigured agent during incident response') and when not to use (for permanent stop, use paperclip_terminate_agent). Also includes error handling guidance for 401 and 404.

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