List available countries
list_locationsCountries available for the given proxy type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Proxy type |
list_locationsCountries available for the given proxy type.
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Proxy type |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so safety is covered. The description adds that results are filtered by proxy type, which is mildly useful, but says nothing about coverage limits or why the list might differ by type.
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?
A single short sentence with no filler, front-loading the resource. It is a fragment rather than a full statement, which slightly weakens clarity.
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 one-parameter read-only list tool with full schema coverage and annotations, the essentials are present. It omits any hint of return shape or how the list is ordered or paginated, which leaves gaps for an agent planning a call.
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?
Schema coverage is 100% and the single 'type' parameter has an enum with three values plus a description, so the schema does the work. The description restates the dependency on type without adding format or behavior detail beyond it.
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?
States a specific resource (countries) scoped to a proxy type, so the verb-less fragment still conveys what is returned. It does not name or distinguish itself from any sibling, which keeps it below a 5.
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?
There is no statement of when to use this tool versus alternatives, nor any prerequisite such as needing an existing proxy. The phrase 'for the given proxy type' implies the input is a type, but not when an agent should reach for this list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.