Skip to main content
Glama
TESTYEE-09

Doorzo Deal Monitor

by TESTYEE-09

doorzo_monitor_remove

Remove an active deal monitor by ID to stop price alerts and clear its saved item state.

Instructions

Remove a monitor by id (also drops its seen-item state).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitor_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It voluntarily surfaces a non-obvious side effect: 'also drops its seen-item state.' This goes beyond a generic 'removes item' statement and warns the agent about state loss, which is valuable.

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?

The description is a single, tightly packed sentence that includes both the core action and a key side effect. There is no fluff or repetition, making it an excellent example of parsimonious documentation.

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 remove tool with one parameter and an output schema, the description covers the essential behavior and an important side effect. It does not explain error handling or edge cases, but the tool's low complexity means this is an acceptable level of completeness.

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

Parameters3/5

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

The schema provides no description for monitor_id and overall coverage is 0%. The description confirms that the parameter is the monitor's identifier ('Remove a monitor by id'), but it does not provide format, source, or examples. The property name itself is self-explanatory, but the description adds minimal extra meaning.

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 'Remove a monitor by id' uses a specific verb ('Remove') and resource ('monitor'), clearly distinguishing it from sibling tools like doorzo_monitor_add and doorzo_monitor_list. The additional note about dropping seen-item state further clarifies the scope of the operation.

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?

The context is unambiguous: this tool is for removing a monitor, and the 'by id' phrasing implies that one must first obtain the id from a list or search. There is no explicit when-not-to-use or alternative suggestion, but the simplicity of the tool makes the usage clear.

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/TESTYEE-09/DoorzoMCP'

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