Skip to main content
Glama

pause_loop

Pause or resume a scheduled posting loop by ID. Set paused to false to continue, or omit to pause.

Instructions

Pause or resume a loop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
pausedNofalse to resume; defaults to true

Schema Changelog

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

  1. First observedv0.1.3

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that the tool pauses or resumes a loop, with no explanation of what pausing does to an active loop, whether the operation is idempotent, what side effects occur, or what happens on resume.

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?

The description is a single, front-loaded sentence with no filler or repetition. It could be slightly more informative without losing conciseness, so it is strong but not perfect.

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

Completeness3/5

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

For a simple two-parameter state toggle, the combination of the description and the schema is minimally viable: id is the required target and paused has an explicit schema description. However, it lacks behavioral context, return expectations, and any relationship to sibling loop tools, leaving the agent to infer too much.

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

Parameters2/5

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

Schema description coverage is only 50%, and the description names neither parameter. The agent must infer that id identifies the target loop and that paused controls the state; the description adds no parameter-level meaning beyond what the schema already provides.

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 uses a specific action—pause/resume—and identifies the resource as a loop, which clearly distinguishes it from siblings like create_loop, list_loops, and delete_loop. Even without naming alternatives, the operation is unambiguous for an agent choosing among the provided sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance about when to use this tool versus alternatives, no conditions, and no mention of related tools such as create_loop, top_up_loop, or delete_loop. The only usage signal is the action phrase itself, which is implied rather than explicitly scoped.

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/vb-tyagi/capx-cafe'

If you have feedback or need assistance with the MCP directory API, please join our Discord server