Skip to main content
Glama

Izifete — prestataires événementiels en France

Vérifier une entreprise (SIRET)

verifier_entreprise
Read-onlyIdempotent

Utilise cet outil quand l'utilisateur veut vérifier la fiabilité d'une entreprise française à partir de son numéro SIRET ou SIREN, via les données publiques officielles (recherche-entreprises.api.gouv.fr). Renvoie la raison sociale, l'adresse et le statut (active ou fermée). Aucune donnée n'est modifiée. N'utilise PAS cet outil pour rechercher des prestataires (search). France uniquement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siretYesNuméro SIRET (14 chiffres) ou SIREN (9 chiffres), espaces tolérés

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description reinforces 'Aucune donnée n'est modifiée' and adds concrete context: the data source (recherche-entreprises.api.gouv.fr), the geographic scope (France), and the fact that it returns official public data. This goes beyond the 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 efficiently written with each sentence contributing meaningful guidance: when to use, what it returns, safety confirmation, and exclusion. It is front-loaded with the purpose and avoids unnecessary detail.

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?

For a one-parameter tool with rich annotations and no output schema, the description fully covers the necessary context: purpose, data source, return content, non-destructive behavior, non-usage cases, and geographic scope. The agent has all needed information to select and invoke the tool correctly.

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 schema provides 100% coverage for the single parameter 'siret', including pattern, length constraints, and a clear description of allowed SIRET/SIREN formats. The tool description adds no extra parameter syntax or semantics beyond what the schema already documents, so a baseline score of 3 is appropriate.

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 the tool's purpose: verifying the reliability of a French company using a SIRET/SIREN number via official public data. It specifies the return fields (raison sociale, adresse, statut) and explicitly distinguishes from the search tool used for finding providers.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: 'Utilise cet outil quand l'utilisateur veut vérifier la fiabilité d'une entreprise française' and provides a clear exclusion: 'N'utilise PAS cet outil pour rechercher des prestataires (search).' This directly addresses alternatives among siblings.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct task: searching for providers, fetching details, creating a request, verifying a business, and two clearly separated advice channels (event organizer vs professional). The descriptions explicitly cross-reference to eliminate overlap, making misselection highly unlikely.

Naming Consistency3/5

Names mix French (conseils_evenement, creer_demande) and English (search, fetch) and follow different patterns: noun-based for advice, verb+noun for actions, and simple verbs. While readable and consistently lowercase with underscores, the lack of a single convention reduces predictability.

Tool Count5/5

Six tools is well-scoped for a directory and advice service, covering all core interactions (search, detail view, request creation, business verification, guidance) without unnecessary bloat. The count fits the standard 3-15 range comfortably.

Completeness4/5

The primary user journey (search → fetch → creer_demande) is fully supported, supplemented by company verification and targeted advice. Minor gaps exist, such as no update/cancel flow for requests, but these are not critical for the service's stated purpose.

Resources