Skip to main content
Glama

pause_bot

Temporarily stop automated replies to a single contact. Provide the contact's user_ns and a positive number of minutes to disable bot responses.

Instructions

Pause the bot for one contact for minutes (must be positive). user_ns from find_contact. Write: automations stop replying to this contact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minutesYes
user_nsYes
Install Server

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It states the main effect — 'automations stop replying to this contact' — and the positivity constraint on `minutes`. It does not mention reversibility or repeated-call behavior, but the core mutation is disclosed.

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?

One concise sentence plus a short behavioral note; no filler. The action, scope, and constraints are all front-loaded.

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?

For a 2-parameter tool with no output schema and no annotations, it says enough: what it does, what each parameter means, and the observable result. It could add a mention of resume_bot for a fully round-tripped picture, but nothing essential is missing.

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 description coverage is 0%, so the description must compensate. It clarifies that `minutes` must be positive and that `user_ns` should come from `find_contact`, adding meaning beyond the raw 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 uses a specific verb ('Pause') with a clear resource ('the bot'), scopes it to one contact, and bakes in the key parameter `minutes`. This cleanly separates it from sibling tools like resume_bot and send_text.

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

Usage Guidelines4/5

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

Tells the agent exactly when to use it: to pause a bot for a single contact with a positive number of minutes. It also tells where `user_ns` comes from (`find_contact`), though it doesn't explicitly name resume_bot as the reversal alternative.

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

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/Anthonygp21/chateapro-mcp'

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