Skip to main content
Glama

list advertisers

list_advertisers
Read-onlyIdempotent

list advertisers. Classification: read-only. Execution: synchronous. Task support: forbidden. The returned JSON is internal application state for LeanrIQ and ChatGPT orchestration. Use assistantSummary first when responding to the user. Never display raw JSON, data, or meta unless the user explicitly asks for raw JSON. Mention IDs only when useful for follow-up or debugging. Prefer concise, human language, highlight the most useful insight, and suggest the next best LeanrIQ action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
seatIdNo
statusNo
seatNameNo
accountIdNo
campaignIdNo
creativeIdNo
advertiserIdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
errorNo
statusYes
assistantSummaryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior4/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description adds that the returned JSON is 'internal application state for LeanrIQ and ChatGPT orchestration,' and instructs not to display raw JSON to users. It also notes synchronous execution and forbids task support, providing additional behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description contains useful directives but is padded with a tautological first sentence and repetitive classification lines. The response-formatting guidance is clear but could be condensed.

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

Completeness2/5

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

Given nine undocumented parameters and an existing output schema, the description is incomplete. It lacks parameter semantics, pagination behavior, and differentiation from sibling tools, though it does provide some response-handling guidance.

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

Parameters1/5

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

With 0% schema description coverage, the description must explain the nine parameters, but it mentions none of them. There is no information about limit, cursor, seatId, status, or other filters, leaving the agent to guess their semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'list advertisers,' which merely restates the tool name and title. It does not specify what the tool returns, whether it lists all advertisers in the current seat, or any filtering semantics, thus failing to distinguish it from sibling list tools.

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

Usage Guidelines2/5

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 list_advertisers versus get_advertiser or other list_* tools. It focuses on response presentation (e.g., 'Use assistantSummary first') rather than tool selection context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources