Skip to main content
Glama

namesniper_unwatch

Stop monitoring a watched handle and free its slot. Pass the watch id from namesniper_watches, or a username (optionally narrowed to one platform) to remove all its watches. Returns JSON with the removed count and ids. Requires an API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoWatch id from namesniper_watches
userIdNoIgnored - derived from your API key
platformNoLimit username-based removal to one platform
usernameNoRemove watches for this username across all platforms unless platform is given

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / userId / description
      Previous value: -"Ignored — derived from your API key"New value: +"Ignored - derived from your API key"
  2. Added

TDQS

A3.6/5.0
Behavior3/5

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

The description discloses that the action frees a slot and requires an API key, which are important behavioral traits. Since no annotations are provided, the description bears the full burden; this is adequate but could be more explicit about side effects (e.g., if removing a watch cannot be undone) or any rate limits. The description does not contradict any annotations (none exist).

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

Conciseness4/5

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

The description is three sentences: the first states the primary purpose, the second explains usage modes, and the third describes output and requirements. This is concise and front-loaded, with no wasted sentences. Could be slightly more succinct by merging the second and third sentences.

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?

Given that there is no output schema and no annotations, the description adequately covers purpose, usage modes, required auth, and return format. The tool has 4 parameters but none required, and the complexity is moderate. The description provides enough information for an agent to use it correctly.

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?

Schema description coverage is 100%, so baseline is 3. The description adds context about the relationship between parameters (e.g., 'optionally narrowed to one platform') and notes that 'userId' is ignored, which adds value beyond the schema. However, the description does not explain all parameters in detail, and since no output schema is provided, the description's mention of return format ('returns JSON with the removed count and ids') helps fill that gap.

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

Purpose4/5

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

The description clearly states the action ('stop monitoring a watched handle and free its slot') and the resource ('watched handle'), which distinguishes it from sibling tools like namesniper_watch (which adds watches) and namesniper_watches (which lists them). However, it does not explicitly contrast with those siblings.

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 description provides clear guidance on when to use the tool by mentioning the two modes (by watch id from namesniper_watches, or by username/username+platform) and explains how to use each. It does not explicitly mention when NOT to use it or offer alternatives beyond the sibling tools list.

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.