Skip to main content
Glama
mkroo
by mkroo

list_sites

Retrieve all sites from your AdSense account to review approval status and auto-ads configuration.

Instructions

List all sites in your AdSense account with their approval status and auto-ads setting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoAccount name. Auto-detected if omitted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the burden of conveying safety and behavior. 'List' clearly signals a read-only operation, and specifying that it returns all sites along with approval status and auto-ads setting provides useful behavioral context without needing to state side effects.

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?

The description is a single sentence with no redundancy. The verb and resource are front-loaded, and the return fields are stated compactly. Every word contributes to the agent's understanding.

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 simple list tool with one optional parameter and no output schema, the description provides sufficient context: what is listed, the account scope, and which properties are returned. It could add explicit alternative routing, but that is already covered by the usage_guidelines gap.

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 coverage is 100% for the only parameter (account), which already documents auto-detection. The description adds no param-specific meaning beyond placing the operation within the user's AdSense account, so the baseline of 3 is appropriate.

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?

The description uses a specific verb 'List' with a clear resource 'all sites in your AdSense account' and names the returned data ('approval status and auto-ads setting'). This distinguishes it from sibling tools like list_accounts, list_ad_clients, and list_ad_units.

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 this tool versus alternatives such as list_ad_units or list_accounts. There are no exclusion criteria, prerequisites, or explicit routing to sibling tools.

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