Skip to main content
Glama
DatalisHQ

ZuckerBot

by DatalisHQ

zuckerbot_list_custom_conversions

List custom conversions on the connected ad account: id, name, rule, source event, pixel, and availability. Use the id for a campaign's optimization_event reference; read-only, no ad slot consumed.

Instructions

List the custom conversions on the connected ad account: id, name, rule, source event, pixel and availability (is_unavailable). A pure read of the already-bound ad account — it never binds or consumes an ad-account slot. If the list is truncated, re-call with the returned next_cursor as after. Use this to find the custom conversion id a campaign spec's optimisation_event should reference.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoOpaque pagination cursor from a previous truncated list response (next_cursor)
business_idNoOptional business ID override for the authenticated API key
Behavior5/5

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

With no annotations, the description carries full behavioral disclosure and the author steps up: it says it is a pure read, states it never binds or consumes an ad-account slot, and explains the pagination cursor contract. This gives an agent enough information to reason about side effects and repeated calls.

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 and each one earns its place: what is returned, side-effect and pagination behavior, and when to use the tool. The most differentiating information (it never binds an ad-account slot) appears early.

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

Completeness5/5

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

There is no output schema, so the description compensates by listing the returned fields and mentioning next_cursor for pagination. It also provides the routing use case and the read-only safety guarantee, making the tool well-specified for an agent to select and invoke it confidently.

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

Parameters3/5

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

Schema documentation coverage is 100%, so the schema already explains after and business_id. The description reinforces the pagination usage of after but does not add substantial new parameter meaning beyond what the schema provides.

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 it lists custom conversions on the connected ad account and enumerates the exact fields returned (id, name, rule, source event, pixel, availability). The plural 'list' differentiates it from get_custom_conversion or create_custom_conversion without forcing an agent to infer from the name.

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?

Explicitly gives a concrete use case: find the custom conversion id a campaign spec's optimisation_event should reference. It also explains pagination behavior for truncated lists. However, it does not explicitly mention alternatives like get_custom_conversion from create_custom_conversion or what to do when you need a single specific conversion.

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/DatalisHQ/zuckerbot'

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