get_zone
Fetch details of a specific standard zone by providing its zone ID to access its configuration and targeting settings.
Instructions
Get details of a specific standard zone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Zone ID |
Fetch details of a specific standard zone by providing its zone ID to access its configuration and targeting settings.
Get details of a specific standard zone
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Zone ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states 'Get details', implying a read-only operation, but does not disclose permissions needed, error behavior, what 'standard' excludes, or whether archived zones are included. This is a significant gap for a mutation-free but potentially permission-sensitive tool.
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, concise sentence that front-loads the action ('Get') and clearly identifies the resource ('details of a specific standard zone'). Every word contributes to clarity, with no redundant or filler content.
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?
Given the tool's simplicity (one parameter, no output schema), the description is minimally viable but still lacks important context. It does not specify what 'details' are returned, how to interpret 'standard' against sibling zone types, or whether additional query parameters exist. However, the core purpose is clear enough for a basic get-by-id operation.
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 description coverage is 100% (the sole parameter 'id' is described as 'Zone ID'), so the baseline is 3. The description adds no extra meaning to the parameter beyond confirming the zone is 'standard' and specific, which is minimal but not harmful.
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 clearly states the tool retrieves details for a specific standard zone, using the verb 'Get' with a specific resource. It distinguishes from siblings like list_zones (plural) and zone types like archived, email, or catalog zones by using 'standard' as a qualifier.
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?
The description provides no guidance on when to use this tool versus alternatives such as list_zones, get_archived_zone, get_email_zone, or get_catalog_zone. There is no mention of prerequisites, exclusions, or scenarios where another tool would be preferred.
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