Skip to main content
Glama

delete_proxy_list

Delete a proxy list to immediately revoke its credentials and prevent unauthorized access.

Instructions

Delete a proxy list. The list's credentials stop working immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYes
proxy_idYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses one important behavioral trait (immediate credential invalidation), but does not mention whether the deletion is permanent, reversible, or if special permissions are required.

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 two sentences, both purposeful: the first states the core action, the second adds an immediate consequence. No wasted words.

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 the description lacks essential context: no output schema, no annotations, and parameters are unnamed in terms of semantics. The agent is left guessing about what happens upon deletion and how to provide parameters correctly.

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?

With 0% schema description coverage and no parameter explanation in the description, the agent has no idea what 'proxy_id' and 'list_id' refer to or how they relate. The relationship between the two parameters is ambiguous.

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 the action ('Delete') and the resource ('a proxy list'), with an additional consequence that adds specificity. It distinguishes from sibling tools like create_proxy_list and list_proxy_lists.

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 clear: this tool is for deleting a proxy list. The phrase 'credentials stop working immediately' provides a usage hint (avoid if credentials are still needed), but no explicit alternatives or when-not-to-use guidance is given.

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/voidmobcom/voidmob-mcp'

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