get_zone_tag
Fetch the ad serving tag for a zone by providing its ID. Get the embed code to display ads on your site.
Instructions
Get the ad serving tag (embed code) for a zone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Zone ID |
Fetch the ad serving tag for a zone by providing its ID. Get the embed code to display ads on your site.
Get the ad serving tag (embed code) for a 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, the description must itself convey behavioral traits. It states the output is an 'ad serving tag (embed code)', which clarifies the return type and implies a read-only operation. However, it omits details like authentication requirements, error conditions, or the exact format of the embed code.
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 immediately states the tool's purpose. Every word contributes, and it is front-loaded with the verb 'Get'.
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 simple getter with one parameter and no output schema, the description is adequate but not rich. It does not explain any edge cases, such as whether the zone must be active, nor does it clarify the relationship to similar tag-related tools, leaving some ambiguity.
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 schema has 100% coverage; the only parameter 'id' is described as 'Zone ID'. The description adds no further parameter semantics, so the baseline of 3 is appropriate.
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 gets the ad serving tag (embed code) for a zone, using a specific verb and resource. This distinguishes it from sibling tools like get_zone_conversion_tag or get_email_zone_tag, which target different tag types or zone types.
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 gives no guidance on when to use this tool versus alternatives. It does not mention prerequisites, such as the zone needing to exist or be active, nor does it point users to related tools for conversion tags or other zone types.
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