Skip to main content
Glama

tm_delete_domain

Destructive

Remove a registered domain. Profiles targeting it remain saved but become non-runnable until another verified domain covers the host.

Instructions

Remove a registered domain.

Profiles targeting this domain remain saved but won't be runnable until another verified domain covers the target host (see :func:tm_list_domains to find what's covered).

Returns {"domain_id": <id>, "deleted": True} on success. A 400 / "Domain not found" surfaces as a typed :class:ToolError — caller can react to it without parsing message text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_idYes
Behavior5/5

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

The description adds significant behavioral context beyond annotations: profiles preservation, runnability condition, return value format, and error handling as typed ToolError. Annotations only indicate destructive hint and idempotency; description enriches understanding of effects.

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 highly concise: three clear sentences. First sentence states intent. Second explains behavioral nuance. Third details return/error. No wasted words.

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 the tool's simplicity (one parameter, no output schema), the description is nearly complete. It explains return value and error handling, and the parameter name is self-explanatory. However, a brief note on domain_id acquisition would be helpful.

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

Parameters1/5

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

The input schema has 0% description coverage for the single parameter domain_id, and the tool description does not explain what this parameter represents or how to obtain its value. Since schema coverage is low, the description should compensate but fails to do so.

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 clearly states 'Remove a registered domain' which is a specific verb and resource. It distinguishes from siblings like tm_add_domain and tm_list_domains.

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 explains consequences (profiles remain saved but not runnable) and references tm_list_domains for finding covered hosts. However, it does not explicitly state when to use this tool over alternatives or provide exclusions.

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/trafficmorph-gif/tm-mcp'

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