index
Server Details
Ce qu'une IA lit des sites web français : note, axes, secteur, questions sans réponse.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsagent_readinessLa note d'un siteAInspect
Rend l'Agent Readiness Score publié d'un domaine : ce qu'un assistant IA peut lire et comprendre de ses pages, sans exécuter de JavaScript. Rend aussi le détail par axe, la date, le barème, et ce que la mesure ne dit pas.
| Name | Required | Description | Default |
|---|---|---|---|
| domaine | Yes | ex. renault.fr |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals key non-obvious traits: the score is 'publié' (not computed live), it reflects what an AI assistant can read without executing JavaScript, and it includes the measure's limitations. It stops short of describing error behavior, authorization needs, or side effects, but the read-only nature is clearly implied.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: the first part states the core purpose immediately, and the second part lists additional return contents without fluff. Both sentences earn their place, and the text is appropriately sized for a simple one-parameter tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a low-complexity tool with one parameter and no output schema, the description is remarkably complete: it states the input, the core return value, the additional returned fields, and the measurement limitations. There is no overlooked operational aspect that an agent would need to call this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers 100% of the single parameter 'domaine' with an example, so the baseline is 3. The tool description reinforces the role of the parameter by tying it to the domain whose score is returned, but it adds no additional format, validation, or usage detail beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: it returns the published Agent Readiness Score for a domain, and clarifies what that score represents by adding the limitation 'sans exécuter de JavaScript'. It also enumerates the returned information (detail par axe, date, barème, ce que la mesure ne dit pas), making its purpose concrete and distinguishable from sibling tools like 'ce_qui_manque'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use is implied: call this when you need the published Agent Readiness Score for a given domain and its breakdown. However, it does not explicitly state when to prefer this tool over its siblings, such as 'ce_qui_manque' or 'secteur', nor does it provide any exclusion conditions or alternative routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ce_qui_manqueCe qui abaisse la noteBInspect
Rend les axes les plus faibles d'un domaine publié, avec le constat chiffré qui les fonde, et les questions d'achat auxquelles aucune page ne pourra jamais répondre.
| Name | Required | Description | Default |
|---|---|---|---|
| domaine | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the domain must be published and that the output includes quantified findings and purchase questions that no page answers, suggesting a read-only analysis tool. However, it does not cover failure behavior, data freshness, or what happens when the domain is unpublished.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense sentence that leads with the verb and resource, then lists the three output components. There is no filler, though the phrase about 'questions d'achat auxquelles aucune page ne pourra jamais répondre' is somewhat elaborate.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with no output schema and no annotations, the description gives a reasonable outline of the return payload: weak axes, quantified evidence, and purchase questions. It leaves gaps around valid domain values and error behavior, but the low complexity makes this acceptable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description only indirectly defines 'domaine' as a published domain. It provides no format, allowed values, or reference to a sibling tool like secteurs_disponibles for valid inputs. The description adds minimal semantic value for the single parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Rend' (returns) and identifies a concrete resource: the weakest axes of a published domain, along with quantified evidence and purchase questions. This makes it distinguishable from siblings like 'secteur' or 'secteurs_disponibles', though it does not explicitly name them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus agent_readiness, secteur, or secteurs_disponibles. It implies the tool applies to a 'domaine publié' but does not state prerequisites, exclusions, or how to obtain a valid domain value. An agent must infer context from the name and sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
secteurLe classement d'un secteurAInspect
Rend les sites publiés d'un secteur, groupés par niveau. Les notes séparées de moins de 5 points ne sont pas départagées.
| Name | Required | Description | Default |
|---|---|---|---|
| secteur | Yes | ex. assurance, logiciel |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It adds useful behavioral details: results are grouped by level and scores within 5 points are not differentiated. Still, it does not describe return fields, empty results, invalid sector handling, or any data limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences with no filler. The main behavior is front-loaded, and the second sentence adds a meaningful tie-breaking rule. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter retrieval tool, the description gives enough to invoke it correctly: the grouping structure and the scoring nuance. The main gap is the absence of an output schema or field-level explanation, but sibling secteurs_disponibles helps supply valid parameter values.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, and the sole parameter 'secteur' already includes examples. The tool description adds no additional meaning beyond the schema, 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.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Rend') and a clear resource ('les sites publiés d'un secteur') with an explicit grouping behavior ('groupés par niveau'). It is easy to distinguish from siblings like secteurs_disponibles, which likely lists sectors rather than ranked sites.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use is implied: call this tool when you need a sector's published sites grouped by level. However, the description does not state when to prefer this over siblings such as secteurs_disponibles or ce_qui_manque, nor does it mention any exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
secteurs_disponiblesLes secteurs de l'indexAInspect
Liste les secteurs comptant au moins une entreprise publiée.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations available, the description carries the behavioral burden. It discloses the inclusion/filter behavior (only sectors with at least one published company), but does not mention return shape, ordering, or side effects. This is acceptable for a zero-parameter list operation but not richly transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single front-loaded sentence with no filler. Every word contributes meaning, and it avoids repeating the tool name or title.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter listing tool, the description is nearly complete: it names the resource, the operation, and the availability filter. It stops short of describing the exact return representation of a 'secteur', but the absence of parameters and output schema limits the gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has no parameters and schema coverage is effectively complete at 100%, so there is nothing for the description to add. Per the zero-parameter baseline, a score of 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Liste') and a clearly scoped resource ('secteurs comptant au moins une entreprise publiée'). It is immediately distinguishable from the sibling 'secteur' by its plural scope and availability criterion, even though the sibling is not named explicitly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to choose this tool over siblings such as 'secteur' or 'ce_qui_manque'. The selection criterion is implied but no explicit context, prerequisites, or exclusions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
agent_readiness - First observed
ce_qui_manque - First observed
secteur - First observed
secteurs_disponibles
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
French-first SEO: semantic content guides, scoring, E-E-A-T audits for Google, ChatGPT & Claude.
Checks whether a website is readable and citable by AI systems (ChatGPT, Claude, Perplexity, etc.)
Scores any public website on how usable it is by AI agents, with per-check evidence.
51Website intelligence audits for AI agents: free preview plus x402-paid Agent Readiness scoring
Related MCP Servers
- AlicenseAqualityBmaintenanceCheck whether a website is visible to AI search engines (ChatGPT, Perplexity, Claude, Google AI Overviews). Returns a 0-100 readiness score, a grade, and a specific fix for each gap. Dependency-free, no API keys.27MIT

Agundur GEO Scannerofficial
AlicenseNot gradedqualityCmaintenanceChecks whether a website is readable and citable by AI search engines — llms.txt, Schema.org structured data, AI-bot access in robots.txt, content freshness, answer directness, E-E-A-T signals, plus a LocalBusiness Rich Results validator. Free, no API key, remote Streamable HTTP.1MIT- AlicenseAqualityDmaintenanceAnalyzes websites for broken links, missing meta tags, and redirect chains, returning a health score and actionable suggestions.1491MIT
- AlicenseAqualityDmaintenanceAudits AI-bot visibility: robots.txt per-bot for 22 AI user-agents (GPTBot/ClaudeBot/PerplexityBot/etc), Cloudflare flags, JSON-LD, sitemap, llms.txt, SPA shell, plus cross-model brand mentions via Perplexity + OpenRouter. 0-100 score. SSRF-guarded, spend-capped.41MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Most tools are clearly distinct: secteur vs secteurs_disponibles are separate discovery and listing operations, and ce_qui_manque is about weaknesses while agent_readiness is about the score and its axes. The only slight overlap is that both domain-level tools mention axes, so an agent looking for 'axis details' could hesitate.
All names are snake_case, but the style is mixed: agent_readiness uses English terms, ce_qui_manque is a French clause, and secteur/secteurs_disponibles are noun phrases. There is no consistent verb_noun pattern, though each name remains readable.
Four tools is a tight, well-scoped set for a readiness-index server. Each tool covers a necessary query need: domain score, missing analysis, sector sites, and sector discovery, with no redundancy.
The domain is read-only indexing, and the available tools cover the full user journey: find sectors, get sites in a sector, retrieve a domain score, and see what is missing. There are no obvious dead ends or missing operations for the stated purpose.