Skip to main content
Glama

Le classement d'un secteur

secteur

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
secteurYesex. assurance, logiciel

TDQS

A3.8/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 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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation4/5

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.

Naming Consistency3/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Resources