Skip to main content
Glama

Stop the cookie robot

stop_cookie_robot
Idempotent

Halts an active cookie robot for a browser profile. No action taken if none is running.

Instructions

Stop a running cookie robot. No-op if it is not running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
browserProfileIdYes
Behavior3/5

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

Annotations already provide idempotentHint and destructiveHint. The description adds explicit no-op behavior when the robot is not running, which reinforces idempotency. It does not disclose any other behavioral traits like side effects, auth requirements, or error behavior.

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?

Two brief sentences, front-loaded with the core action. Every word earns its place with no redundancy.

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 simple one-parameter tool, the description covers the main action and the no-op behavior. It does not mention return values, but the absence of an output schema makes that less critical. Could further clarify that it only stops the robot, not the profile, but it's sufficiently complete.

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?

The schema has one required integer browserProfileId with no description. The description does not explain the parameter's meaning beyond the name, and schema description coverage is 0%. The description should compensate but does not.

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?

Description clearly states the action 'Stop a running cookie robot' with a specific resource. 'No-op if it is not running' adds scope. This distinguishes it from the sibling run_cookie_robot as the inverse operation.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when you want to stop a cookie robot) but does not explicitly mention alternatives like stop_profile or prerequisites. The no-op note gives a behavioral guideline but no exclusions or when-not-to-use guidance.

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/someorgyouwontcareabout/DolphinMCP'

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