Skip to main content
Glama

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

Check registration validity

check_validity
Read-onlyIdempotent

Is this certification currently registered (active) and until when? Returns status, expiry date, remaining days, delivery deadline, replacement certification(s) and an estimated CPF eligibility (a registered active certification is eligible in principle; the training organism must still be habilitated and referenced). Example (FR): « Le RNCP 35419 est-il encore actif ? Jusqu'à quand ? »

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numeroYesCertification number: "RNCP35419", "35419", "rncp 35419", "RS5000" or a francecompetences.fr URL

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, indicating safe read-only behavior. The description adds significant behavioral context: it lists exact return fields, notes that CPF eligibility is only an estimate and requires extra organism habilitations, and mentions replacement certifications. This goes beyond the annotations and helps the agent understand limitations and side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficient: three sentences including a concrete example. It front-loads the core question, then lists return values, and closes with a practical caveat. No superfluous words. The example is helpful for non-English users, but the description could be slightly tighter by moving the example to a separate field.

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 one parameter, rich annotations, and no output schema, the description covers the essential aspects: purpose, return fields, and a key limitation (CPF eligibility is not guaranteed). It does not describe the exact response structure (since no output schema), but listing the fields is sufficient for a simple lookup tool. The example adds usability context.

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 100%, with the 'numero' parameter well-documented (examples of formats, maxLength, minLength). The tool description does not add further semantic meaning to the parameter beyond what the schema already provides. Baseline 3 is appropriate given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool checks if a certification is currently registered/active and provides expiry details. It lists specific return fields including status, expiry date, remaining days, and CPF eligibility. However, it does not explicitly differentiate from sibling tools like check_habilitation or get_certification, which slightly reduces clarity.

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 description implies when to use the tool (to check registration validity of a certification) via an example question. But it gives no explicit guidance on when not to use it or when to prefer alternatives among the nine sibling tools. Usage context is present but lacks exclusionary or comparative advice.

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.