Skip to main content
Glama

validate_siret_fr

Instant pre-validation of French company numbers before invoicing or costly Sirene API calls. Auto-detects SIREN (9 digits) vs SIRET (14 digits), applies the INSEE Luhn rule and the documented La Poste exception (356000000*: digit sum mod 5). Query: ?number=44306184100047 (spaces/dots/dashes tolerated). Returns valid, type, siren, nic and the rule applied. Pure offline computation, 1y cache. Price: $0.001 USDC per call (x402).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYes

TDQS

A4.6/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. It reveals it's a pure offline computation with a 1-year cache, no network calls after first, and costs $0.001 per call. It also explains auto-detection and input tolerance. This is sufficiently transparent for a read-only validation tool.

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 a single dense paragraph that front-loads purpose, then provides validation details, example, return fields, performance characteristics, and pricing. Every sentence is informative with no redundancy or fluff.

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 tool's simplicity (single parameter, no output schema), the description covers all necessary aspects: use case, validation algorithm, input format, output fields, caching, cost, and performance. It is complete for the agent to correctly select and invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% (only type string), but description provides an example query, tolerates spaces/dots/dashes, and explains what the number represents (SIREN vs SIRET). This adds significant meaning beyond the schema's bare 'string' definition.

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 clearly states it pre-validates French company numbers (SIREN/SIRET) for invoicing or before costly API calls. It distinguishes between SIREN and SIRET and mentions specific validation rules (Luhn, La Poste exception), making its purpose distinct from sibling tools like validate_vat_eu or verify_company_fr.

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?

Explicitly recommends use before invoicing or Sirene API calls, providing a clear use case. While it doesn't explicitly state when not to use it or compare to alternatives, the context (offline, fast validation) implies it's for preliminary checks, which is adequate.

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 serves a distinct verification or lookup purpose (e.g., company lookup, sanctions screening, address geocoding, IBAN validation) with no overlap. Even tools targeting the same source (e.g., check_eori vs. validate_vat_eu) have clearly different inputs and outputs.

Naming Consistency4/5

Almost all tools follow a verb_noun pattern (verify, validate, lookup, check, find, screen) with clear nouns. The only exception is 'catalog' (a noun-only name), but it's a minor deviation that doesn't cause confusion.

Tool Count5/5

19 tools is appropriate for a data verification service covering company data, sanctions, VAT, addresses, emails, IBANs, and financials. Each tool addresses a specific need without being excessive or sparse.

Completeness5/5

The tool set covers the full lifecycle of EU company verification: existence, status, financials, ownership, VAT, sanctions, EORI, invoices, tenders, and address validation. No obvious gaps for its stated domain.