Skip to main content
Glama

Content Sweep

pause_monitor

Pause recurring work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

The annotations already indicate this is a mutating, non-idempotent operation, and the description adds no behavioral context beyond that. It does not explain whether pausing is reversible, what happens if the work is already paused, or what side effects occur, so it provides little transparency beyond the structured annotations.

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

Conciseness3/5

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

The description is extremely short and front-loaded, which is structurally simple. However, the brevity crosses into under-specification, leaving essential meaning to be inferred from the tool name and sibling tools.

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

Completeness2/5

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

For a mutating tool with one required parameter, the description does not identify the id's domain or the operation's effect and recovery path. The lack of output schema and lack of usage guidance make this insufficient for an agent to invoke the tool reliably without external knowledge.

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?

With 0% schema description coverage, the description needed to clarify what the single 'id' parameter refers to, but it does not. An agent cannot tell whether the id is a monitor id, a recurring-work id, or some other entity id, nor where to obtain it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear action ('Pause') and a target ('recurring work'), so it is not a tautology. However, 'recurring work' is vague and never explicitly identifies the monitor resource implied by the tool name, and it does little to differentiate from sibling tools like resume_monitor or get_monitor.

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 guidance about when to use pause_monitor instead of resume_monitor, get_monitor, or monitor_case. No prerequisites, scenarios, or consequences are mentioned, so an agent must infer the appropriate usage from the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources