Skip to main content
Glama
Bizclik-Media

Google Ad Manager MCP

List orders

list_orders

Retrieve Ad Manager orders with optional filter expressions and pagination to add account context alongside report data.

Instructions

List Ad Manager orders, for context alongside report data. Supports a filter expression.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoAd Manager filter expression, e.g. 'status = APPROVED'.
pageSizeNoMaximum orders to return.
networkCodeNoAd Manager network code. Defaults to the configured network.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. 'List' weakly implies read-only, but nothing is said about pagination/truncation behavior, ordering, auth/network requirements, or what happens when filter matches nothing - significant gaps for a no-annotation tool.

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

Conciseness4/5

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

Two short sentences, front-loaded with the core action. The trailing 'for context alongside report data' is slightly vague but not wasteful.

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?

For a 3-parameter list tool with no output schema and no annotations, the description covers the purpose and filter support but omits return shape, pagination semantics, and the meaning of the default network - gaps the missing output schema leaves unaddressed.

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 description coverage is 100%, so filter, pageSize, and networkCode are already fully documented in the schema. The description's mention of 'a filter expression' adds no syntax or constraints beyond that, so baseline 3 is appropriate.

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

Purpose4/5

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

States a specific verb (List) and resource (Ad Manager orders) and hints at its role ('for context alongside report data'). However, it does not differentiate itself from siblings like list_reports, run_report, or list_line_items, so an agent cannot route between them from the description alone.

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?

'For context alongside report data' implicitly suggests using this to enrich report results, but there is no explicit when-to-use, when-not, or named alternative among the sibling list tools. Usage must be inferred.

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