Skip to main content
Glama
affset

affset MCP server

Create a zone

create_zone

Create a traffic-source zone to attribute conversions. Dry-run preview by default; pass confirm=true to apply.

Instructions

Create a traffic-source zone in the current namespace. Requires a name; optional postback_url (where conversions are reported back — include {source_click_id}), site_url, traffic_back_url, and user_email (publisher owner). Status is always active on create. Counts against the plan's zone limit (402 if exceeded). DRY-RUN by default; pass confirm=true to apply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesZone display name (traffic source / placement).
confirmNofalse = dry-run preview (default). true = create the zone.
site_urlNoOptional site / inventory URL.
user_emailNoOptional publisher email to own this zone (owner/manager only).
postback_urlNoS2S postback URL for the traffic source. Should include {source_click_id} so conversions can be attributed back to the source click.
traffic_back_urlNoOptional traffic-back / fallback URL when no campaign can serve.
Behavior4/5

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

The description discloses status is always active on create and notes the dry-run default, which adds value beyond annotations (readOnlyHint=false, destructiveHint=false). It also warns about plan limit errors. No contradictions with annotations.

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?

Three sentences pack all essential information without redundancy. Each sentence serves a purpose: purpose, options, and behavior. Front-loaded with the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers creation behavior and dry-run, but since no output schema exists, it does not explain return values or error structure beyond the 402 limit. For a mutation tool, this leaves some ambiguity about what the agent can expect back.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds key context: postback_url should include {source_click_id}, user_email is for publisher owner, and confirm controls dry-run. This enhances understanding beyond schema descriptions.

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 explicitly states 'Create a traffic-source zone in the current namespace,' with a specific verb (create) and resource (zone). It clearly distinguishes from sibling tools like update_zone and cut_zones. The scope ('current namespace') adds precision.

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 description details required parameters (name) and optional ones, explains the dry-run default and confirm flag, and mentions plan limit and error code (402). It provides context for when to use this tool vs alternatives (e.g., update_zone, cut_zones), though it does not explicitly state 'use when creating a new zone only'.

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/affset/mcp'

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