Skip to main content
Glama

French Company Certifications

company_fr_certifications

Aggregates and normalizes public certifications and qualifications available for a French company, including RGE, organic certification and Qualiopi. Use when: You need public RGE, organic/Bio or Qualiopi certifications and qualifications linked to a French company. You need one normalized response combining the supported public certification sources. Avoid when: You need an exhaustive registry of every possible certification, private label or ISO certification held by the company. You need to infer a certification that is not explicitly present in one of the supported public sources. Limitations: Coverage is limited to the RGE, Agence Bio and Qualiopi public datasets used by this endpoint. A temporarily unavailable source can make the result partial, and source validity/status fields remain authoritative. Price: 0.010 USD per call via x402. Paid-call behavior: source records are not modified, but a successful invocation can consume the advertised x402 payment; the payment-required challenge is free, and repeating the tool after a completed paid invocation may require a new payment. Accepted x402 networks: eip155:8453, xrpl:0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes9-digit SIREN or 14-digit SIRET

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPublicly available company, person, buyer or record name for this result.
sirenYesNormalized 9-digit French SIREN when available.
existsYesWhether the requested company or public record was found in the checked source.
sourcesYesPublic data sources used or checked for this result.
identifierYesIdentifier supplied for the request, echoed in normalized form when applicable.
certificationsYesNormalized public certification records returned by the endpoint.
identifier_typeYesNormalized identifier type, such as SIREN or SIRET when applicable. (allowed values: siren, siret).
certifications_countYesStructured value returned for “certifications count” as defined by this API contract.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed28 schema fields changed
    • addedInput schema / description
      Added value: +"Structured input parameters for the company/fr/certifications API."
    • addedOutput schema / description
      Added value: +"Structured result returned by the company/fr/certifications API."
    • addedOutput schema / properties / certifications / description
      Added value: +"Normalized public certification records returned by the endpoint."
    • addedOutput schema / properties / certifications / items / properties / certificate_url / description
      Added value: +"Structured value returned for “certificate url” as defined by this API contract."
    • addedOutput schema / properties / certifications / items / properties / code / description
      Added value: +"Structured value returned for “code” as defined by this API contract."
    • addedOutput schema / properties / certifications / items / properties / issuer / description
      Added value: +"Structured value returned for “issuer” as defined by this API contract."
    • addedOutput schema / properties / certifications / items / properties / name / description
      Added value: +"Publicly available company, person, buyer or record name for this result."
    • addedOutput schema / properties / certifications / items / properties / scopes / description
      Added value: +"Structured value returned for “scopes” as defined by this API contract."
    • addedOutput schema / properties / certifications / items / properties / siret / description
      Added value: +"Normalized 14-digit French SIRET when available."
    • addedOutput schema / properties / certifications / items / properties / source / description
      Added value: +"Structured value returned for “source” as defined by this API contract."
    • addedOutput schema / properties / certifications / items / properties / source_status / description
      Added value: +"Availability status of the relevant upstream public source."
    • addedOutput schema / properties / certifications / items / properties / source_type / description
      Added value: +"Structured value returned for “source type” as defined by this API contract. (allowed values: SOURCE_PUBLIQUE)."
    • addedOutput schema / properties / certifications / items / properties / status / description
      Added value: +"Normalized endpoint or source status."
    • addedOutput schema / properties / certifications / items / properties / type / description
      Added value: +"Structured value returned for “type” as defined by this API contract."
    • addedOutput schema / properties / certifications / items / properties / valid_from / description
      Added value: +"Structured value returned for “valid from” as defined by this API contract."
    • addedOutput schema / properties / certifications / items / properties / valid_until / description
      Added value: +"Structured value returned for “valid until” as defined by this API contract."
    • addedOutput schema / properties / certifications_count / description
      Added value: +"Structured value returned for “certifications count” as defined by this API contract."
    • addedOutput schema / properties / exists / description
      Added value: +"Whether the requested company or public record was found in the checked source."
    • addedOutput schema / properties / identifier / description
      Added value: +"Identifier supplied for the request, echoed in normalized form when applicable."
    • addedOutput schema / properties / identifier_type / description
      Added value: +"Normalized identifier type, such as SIREN or SIRET when applicable. (allowed values: siren, siret)."
    • addedOutput schema / properties / name / description
      Added value: +"Publicly available company, person, buyer or record name for this result."
    • addedOutput schema / properties / siren / description
      Added value: +"Normalized 9-digit French SIREN when available."
    • addedOutput schema / properties / sources / description
      Added value: +"Public data sources used or checked for this result."
    • addedOutput schema / properties / sources / items / properties / records / description
      Added value: +"Structured value returned for “records” as defined by this API contract."
    • addedOutput schema / properties / sources / items / properties / scope / description
      Added value: +"Structured value returned for “scope” as defined by this API contract."
    • addedOutput schema / properties / sources / items / properties / source / description
      Added value: +"Structured value returned for “source” as defined by this API contract."
    • addedOutput schema / properties / sources / items / properties / source_type / description
      Added value: +"Structured value returned for “source type” as defined by this API contract."
    • addedOutput schema / properties / sources / items / properties / status / description
      Added value: +"Normalized endpoint or source status. (allowed values: ok, unavailable, not_queried)."
  2. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description goes well beyond the annotations by explaining paid-call behavior: source records are not modified, a successful call may consume the x402 payment, the challenge is free, and repeats may require new payment. It also discloses that an unavailable source can make results partial and that status fields remain authoritative. This clarifies the meaning of readOnlyHint=false without contradicting it.

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 longer than average but well-structured with labeled sections (Use when, Avoid when, Limitations, Price, Paid-call behavior, Accepted networks). Every section carries decision-relevant information, though the paid-call section is slightly dense and could be tightened.

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?

Given the paid API model, multi-source aggregation, and partial-failure risk, the description covers all essential context: when to use, when to avoid, data-source limits, cost, payment mechanics, and accepted networks. The presence of an output schema means return-value format does not need to be stated in the description.

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 input schema already provides 100% coverage for the single identifier parameter, including a regex pattern and a clear '9-digit SIREN or 14-digit SIRET' description. The tool description adds no parameter-specific semantics beyond the context that the company is French, so it neither improves nor harms parameter understanding.

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 opens with a specific verb ('Aggregates and normalizes') and a precise resource ('public certifications and qualifications available for a French company'), then names the concrete certification types: RGE, organic/Bio, and Qualiopi. This clearly distinguishes it from the many sibling company_fr_* tools by scope rather than relying on the title.

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?

Explicit 'Use when' and 'Avoid when' sections give the agent concrete selection criteria: use for public RGE/Bio/Qualiopi data, avoid for exhaustive registries, private labels, or ISO certifications. It does not name an alternative sibling tool, but the exclusion conditions are specific enough to prevent obvious misuse.

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.

Resources