Skip to main content
Glama

Checklist d’améliorations

aeo_improvements
Read-only

La CHECKLIST d’améliorations d’un audit : groupées par niveau (1=auto-applicable plugin, 2=générable, 3=rebuild/lead), triées par gain projeté. Fournit les ids à passer à aeo_apply. Passer audit_id OU domain (= dernier audit terminé du domaine). Gratuit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNodomaine : utilise le dernier audit terminé (alternative à audit_id)
audit_idNoid de l’audit (optionnel si domain fourni)

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, but the description adds value by stating it is 'Gratuit' (free) and explains the output structure (grouped by level, sorted by gain, with IDs). This provides behavioral context beyond annotations without contradiction.

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 two compact sentences that convey purpose, grouping, sorting, linking to aeo_apply, parameter alternatives, and cost. It is front-loaded and every piece of information serves a purpose, with no wasted words.

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?

Given the tool's simplicity (2 optional params, no output schema), the description fully explains what it returns (a checklist of improvements with IDs), how to invoke it (audit_id or domain), and how the output relates to sibling tools (aeo_apply). No gaps remain.

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?

Schema coverage is 100% with descriptions for both parameters. The description adds further meaning by clarifying that domain uses the last completed audit and that either audit_id or domain must be provided (mutual exclusivity). This goes beyond the schema alone.

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 explicitly states the tool returns a checklist of improvements for an audit, grouped by level and sorted by projected gain. It clearly distinguishes from siblings like aeo_apply (which applies improvements) and aeo_audit (which starts an audit), making the purpose unmistakable.

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

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is clearly defined: pass audit_id OR domain (last completed audit). The description also links to aeo_apply, indicating when to use this tool (list) vs that tool (apply). No ambiguity about when to use this tool versus alternatives.

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.

TDQS

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes within two domains (Google Ads and AEO), but some overlap exists (e.g., ads_pause_keyword vs ads_keywords, aeo_audit vs aeo_batch_audit). However, descriptions and parameter differences suffice to disambiguate.

Naming Consistency4/5

Tools follow a consistent pattern: prefix (ads_ or aeo_) + verb + noun (e.g., ads_add_keywords, aeo_audit). Minor deviations like ads_ad_status (verb missing) and aeo_apply (verb only) are rare but present.

Tool Count3/5

36 tools is on the high side, especially since there are two distinct service domains (Ads and AEO). While each tool has a specific function, the count feels slightly heavy for a single MCP server, bordering on too many.

Completeness4/5

The Google Ads toolset covers campaign management, keyword optimization, audience targeting, and performance analysis thoroughly. The AEO side covers audit, improvement generation, application, and monitoring. Minor gaps exist (e.g., no tool for ad creation beyond status changes), but overall the surface is comprehensive.

Resources