delete_demand_endpoint
Delete a demand endpoint from AdButler by providing its ID, removing it from your programmatic setup.
Instructions
Delete a demand endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Demand endpoint ID |
Delete a demand endpoint from AdButler by providing its ID, removing it from your programmatic setup.
Delete a demand endpoint
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Demand endpoint ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, but it merely restates the operation without disclosing whether deletion is permanent, reversible, or has cascading effects. No permission or response information is provided, which is a significant gap for a delete operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence with no unnecessary words. It is front-loaded and easy to read, though perhaps under-specified, but it earns its place as a concise purpose statement.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a mutation tool with no annotations and no output schema, this description is too sparse. It fails to explain the return value, success/failure behavior, or side effects of the deletion, leaving the agent without essential context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema includes a single required parameter 'id' with a clear description, so schema coverage is 100%. The description adds no additional semantic detail beyond the schema, warranting the baseline score.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Delete' and the resource 'demand endpoint,' clearly distinguishing it from sibling operations like get_demand_endpoint, create_demand_endpoint, and update_demand_endpoint. It is unambiguous and identifies exactly what the tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool, prerequisites, or alternatives. It does not mention any conditions for deletion, related considerations, or exclusions, leaving the agent to infer usage from the tool name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adbutler/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server