Skip to main content
Glama
affset

affset MCP server

List zones

list_zones
Read-onlyIdempotent

Retrieve traffic-source zones with filtering by status and name. Includes pagination and details like id, name, status, postback URL, site URL, and publisher.

Instructions

List traffic-source zones in the current namespace. Filter by status and optionally by name (client-side contains match). Returns id, name, status, postback_url, site_url, publisher. Paginated (default 20, max 100).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort field. Default created_at.created_at
limitNoPage size (1–100). Default 20.
orderNoSort order. Default desc.desc
offsetNoPagination offset. Default 0.
statusNoFilter by zone status.
name_containsNoCase-insensitive substring match on zone name (client-side).
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. Description adds pagination defaults (20, max 100) and client-side filtering, beyond what annotations provide. No contradictions.

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?

Two sentences with no unnecessary words. Efficiently conveys purpose, filters, return fields, and pagination. Front-loaded with core action.

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

Completeness4/5

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

Given no output schema, description lists key return fields (id, name, status, etc.). Mentions filtering and pagination but omits sorting options (sort, order) which are covered in schema. Adequate for a list tool.

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 covers all 6 parameters with 100% description coverage. Description adds context for filter parameters (status, name_contains) and pagination limits, supplementing schema details.

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?

Clearly states 'List traffic-source zones in the current namespace' with specific verb and resource. Distinguishes from sibling tools like 'list_campaigns' by focusing on zones.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Describes filtering by status and name but does not provide explicit guidance on when to use this tool versus alternatives like 'list_targeting_types' or 'list_campaigns'. Usage context is implied rather than stated.

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