Skip to main content
Glama

Dataroia Data Trust

resoudre_siren

Read-onlyIdempotent

Retrouve le SIREN d'entreprises françaises à partir de leur nom, tel qu'écrit dans un CRM (formes juridiques et accents ignorés). Fournir le code postal quand il est connu : il départage les homonymes. Jusqu'à 10 entreprises par appel : {"nom": str, "code_postal": str?, "ref": str?}. Réponse par entreprise : siren, denomination officielle, statut, score et fiabilite (sur | probable | ambigu | non_trouve) + candidats alternatifs. Ne jamais écrire un SIREN "ambigu" dans un CRM sans validation humaine. Gratuit, sans clé API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entreprisesYes

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already mark this as read-only/idempotent, and the description adds meaningful behavioral context: ignored legal forms and accents, homonym disambiguation via postal code, per-request response fields, the fiabilité scale, a safety warning about ambiguous SIRENs, and the fact that it is free without an API key. No contradiction with annotations.

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 dense but every sentence adds value: purpose, normalization behavior, disambiguation tip, input format, output format, safety guidance, and cost. It is front-loaded with the core purpose and remains readable without 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 sparse schema and no output schema, the description is remarkably complete. It explains the exact request payload, response fields and reliability levels, the limitation to 10 companies, a critical user-facing guideline, and operational characteristics like cost and keyless access. No important usage aspect is missing for a tool of this complexity.

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?

The input schema is extremely sparse, offering only an array of objects with no per-field descriptions. The description fully compensates by specifying the expected object structure ({"nom": str, "code_postal": str?, "ref": str?}), the max batch size, and the per-company response fields, enabling correct invocation and response interpretation.

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 a specific action ('Retrouve le SIREN') and resource ('entreprises françaises'), and it distinguishes itself from siblings like verifier_siret by focusing on resolving names from CRM data to SIREN identifiers, not verifying a provided SIRET.

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?

Provides concrete usage context: when you have company names as written in a CRM, when to include postal code for disambiguation, a batch limit of 10, and the lack of API key. It does not explicitly mention when not to use it or point to alternatives, but the context is clear enough for correct selection.

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.1/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (e.g., name-to-SIREN resolution vs SIRET verification), but croiser_deces and dirigeants_entreprise both involve death-registry matching, and the pair resoudre_siren/verifier_siret could initially confuse. However, the descriptions disambiguate well.

Naming Consistency3/5

The naming mixes infinitive verbs (resoudre, verifier, croiser, diagnostiquer) with noun phrases (sante_entreprise, dirigeants_entreprise, surveillance_alertes), so there's no uniform verb_noun or noun pattern. Still, the names are reasonably readable and not chaotic.

Tool Count5/5

With 8 tools, the server covers the core workflows of data validation, enrichment, scoring, and monitoring without bloat. Each tool addresses a distinct business need, and the count is well within the ideal range.

Completeness4/5

The surface covers identification, verification, scoring, and portfolio monitoring, but lacks a simple company detail retrieval endpoint (e.g., by SIREN) and a tool for updating/deleting non-portfolio data. These are minor gaps that can be worked around.

Resources