Skip to main content
Glama
Bizclik-Media

Google Ad Manager MCP

List Ad Manager networks

list_networks

Retrieve the Google Ad Manager networks accessible to this account, including their network codes, to discover a code before configuration.

Instructions

List the Google Ad Manager networks this account can access, with their network codes. Use this to discover the network code if it has not been configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. 'List' implies a safe read, and it discloses the returned content (networks plus their codes), but it does not state whether pagination applies, whether results are cached, or any auth requirements. Adequate but shallow for an unannotated tool.

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 tight sentences: purpose first, then the practical reason to call it. Zero filler, front-loaded.

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?

For a zero-parameter list tool with no output schema and no nested data, the description covers what is returned and why to call it. Minor gaps around pagination/volume of results, but nothing an agent needs to invoke it correctly is missing.

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?

Zero parameters, so the schema offers nothing to document and the baseline is 4. The description correctly implies no inputs are needed to perform the listing.

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?

States a specific verb (List) and resource (Ad Manager networks) with added scope detail (the networks this account can access, with their network codes). Clear what it returns and how it differs from report/order/line-item siblings.

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 says to use it 'to discover the network code if it has not been configured,' giving a clear triggering condition. It does not enumerate alternative tools, but none of the siblings overlap in purpose, so the guidance is sufficient.

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