Skip to main content
Glama

Auditer une URL (AEO/GEO)

aeo_audit

Lance un audit AEO/GEO d’une URL (asynchrone, ~2 min) et renvoie immédiatement l’audit_id. Suivre avec aeo_audit_status jusqu’à completed, puis aeo_report / aeo_improvements. Coûte 50 GTO, débités à la complétion. NE PAS relancer le même audit pendant qu’un run est en cours.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL ou domaine à auditer

TDQS

A4.7/5.0
Behavior5/5

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

The description goes far beyond the annotations, revealing the asynchronous behavior (~2 min), the cost (50 GTO debited at completion), and a concurrency constraint (do not relaunch while running). Annotations only provide basic safety hints (readOnlyHint=false, destructiveHint=false), so this rich behavioral context is valuable and not contradictory.

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?

Three sentences, all dense with information: the action, the asynchronous/cost/concurrency caveats, and the follow-up workflow. No fluff or redundancy; each sentence earns its place.

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?

For a tool that initiates an async audit, the description covers essential context: what it returns (audit_id), how to track progress (status), how to get results (report/improvements), cost, and concurrency warnings. No output schema exists, but the immediate return value is clearly stated, making this sufficiently complete.

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?

The schema already covers the single parameter 'url' with a description ('URL ou domaine à auditer') at 100% coverage. The tool description restates 'URL' but adds no new meaning beyond the schema, so it meets the baseline but does not exceed it.

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 clearly states the specific action ('Lance un audit AEO/GEO d'une URL') and the immediate output (audit_id). It distinguishes from siblings by detailing the asynchronous nature (~2 min) and the follow-up workflow (aeo_audit_status, aeo_report / aeo_improvements), making it unmistakable from related tools like aeo_batch_audit or aeo_audit_status.

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?

Explicit workflow guidance is provided: 'Suivre avec aeo_audit_status jusqu'à completed, puis aeo_report / aeo_improvements'. It also includes a clear exclusion: 'NE PAS relancer le même audit pendant qu'un run est en cours', and implicitly guides when not to use this tool by naming the status/report tools as next steps.

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