Skip to main content
Glama

RNCP / RS — certifications professionnelles (France compétences)

Recent changes in the registers

changes_since
Read-onlyIdempotent

Certifications created, updated, deactivated, reactivated or removed since a date (history starts at the first ingestion run). Filter by change type, register or NSF code. Example (FR): « Quelles fiches informatique (NSF 326) ont changé depuis le 1er juillet ? »

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nsfNo
typeNo
limitNo
sinceYesISO date YYYY-MM-DD
repertoireNo

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the agent knows this is a safe, idempotent read operation. The description adds value by disclosing the history-start constraint ('history starts at the first ingestion run'), which is behavioral context beyond the annotations. It does not describe pagination behavior (limit up to 100) or potential latency, but with strong annotation coverage, a 3 is appropriate.

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 concise at two sentences plus an example. The first sentence states purpose and scope, the second lists filters, and the example provides a concrete usage case. No word is wasted, and the structure is front-loaded with the core action.

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?

Given the tool has 5 parameters (1 required), 2 enums, no output schema, and annotations that cover safety, the description is reasonably complete. It explains the result type (certifications with changes), the temporal scope, and available filters. The lack of output schema is mitigated by the description indirectly hinting at the result structure. A minor gap is not explaining that 'limit' caps results and its default, but overall sufficient for a list tool.

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 description coverage is only 20% (only the 'since' parameter has a brief description), so the description must compensate. The description lists filterable parameters (change type, register, NSF code) but does not explain their format, constraints (e.g., 'nsf' maxLength 4, enum values for type and repertoire), or default behavior (limit default 50). The example uses a natural language query that maps to parameters, adding some value, but the description does not fully cover the schema gaps.

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 specific verbs (created, updated, deactivated, reactivated, removed) tied to a clear resource (certifications) and a temporal scope (since a date). It distinguishes itself from sibling tools like search_certifications (list vs search) and get_certification (single vs list). The mention of history start and filters for change type, register, or NSF code adds precision.

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

Usage Guidelines4/5

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

The description states when to use the tool (querying certifications that changed since a date) and provides concrete filter options (change type, register, NSF code). However, it does not explicitly say when NOT to use it versus siblings like check_habilitation or compare_certifications, nor does it mention prerequisites or alternatives. The example query helps but lacks 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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching, retrieving details, checking validity, comparing, listing blocs, listing partners, checking habilitations, tracking changes, and checking data freshness. No two tools overlap in function.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., search_certifications, get_certification, check_validity, list_partenaires). The naming is predictable and clear, using English verbs with French context nouns appropriately.

Tool Count5/5

With 9 tools covering the main operations on certification data (search, retrieve, compare, check validity, list blocs/partners, habilitations, change tracking, data status), the count feels well-scoped and each tool serves a necessary function without bloat.

Completeness5/5

The tool set covers the full lifecycle of working with French professional certifications: discovery (search), detailed inspection (get, compare), status checks (validity, habilitation, changes), structured data retrieval (blocs, partners), and data quality awareness (data_status). No obvious gaps for the stated domain.