Skip to main content
Glama
marwa-mrwan

Mangools MCP

by marwa-mrwan

serpwatcher_delete_tracking

Delete a specific SERPWatcher tracking by its tracking ID to stop rank monitoring and clean up data.

Instructions

Delete a SERPWatcher tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional JSON request body to pass directly to POST/PUT/PATCH/DELETE endpoints.
queryNoOptional query string parameters to pass directly to the Mangools endpoint.
tracking_idYesSERPWatcher tracking ID.
Behavior2/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 disclosing behavioral traits. Although 'Delete' implies a destructive operation, it does not mention whether the deletion is permanent, whether cascading effects occur, or any required permissions. This is insufficient for a mutation tool.

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 sentence with no redundant phrasing. It is appropriately sized for the simple operation it describes, and every word earns its place.

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?

The tool is simple but lacks any contextual information beyond the bare action. No output schema, no annotations, and no guidance on behavioral expectations or usage scenarios. This makes it insufficiently complete for an agent to make fully informed decisions.

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 input schema has 100% coverage, with clear descriptions for all parameters (tracking_id, body, query). The tool description adds no parameter-specific meaning, but the schema already handles this, so the baseline of 3 is appropriate.

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 ('Delete') and resource ('SERPWatcher tracking'), clearly distinguishing this from sibling delete tools like serpwatcher_delete_tracked_keyword or serpwatcher_delete_report. The scope is unambiguous and matches the tool name.

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?

No guidance is provided about when to use this tool vs alternatives, prerequisites (e.g., existing tracking), or consequences. It simply states the action without any contextual direction.

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/marwa-mrwan/mangools-mcp-codex'

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