Skip to main content
Glama
cmendezs

mcp-facture-electronique-fr

search_directory_line

Verify a recipient's electronic invoice receiving address and identify their Approved Platform by searching directory lines with SIREN, SIRET, or other identifiers.

Instructions

Search directory lines (electronic invoice receiving addresses) (POST /ligne-annuaire/recherche).

Call before sending an invoice to verify the recipient has a registered line and to identify their Approved Platform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sirenNoSIREN (9 digits).
siretNoSIRET (14 digits).
limiteNoMaximum number of results (limite).
ignorerNoNumber of results to skip for pagination (ignorer).
identifiant_routageNoRouting-code identifier.
matricule_plateformeNo4-digit Approved Platform registration number.
identifiant_adressageNoExact addressing identifier (identifiantAdressage).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden. It describes the operation as a search, implying it is read-only and safe, but does not explicitly disclose behavioral traits such as authentication requirements, rate limits, or the fact that it uses a POST method. More detail would be needed for full transparency.

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 concise with two sentences and a parenthetical endpoint. It front-loads the purpose and then provides usage context. Every sentence adds value, and there is no wasted text.

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 7 optional parameters and the presence of an output schema, the description provides sufficient context for the primary use case. It lacks detail on default behavior when no parameters are supplied, but overall is adequate for a search tool.

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%, so the baseline is 3. The description does not add additional meaning beyond what the schema already provides for each parameter. It mentions the overall purpose but does not clarify which parameters are most relevant for the stated use case.

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 searches directory lines (electronic invoice receiving addresses) and explicitly mentions the use case: verifying a recipient's registered line and Approved Platform before sending an invoice. This distinguishes it from sibling tools like create, get, or delete directory lines.

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?

The description explicitly says 'Call before sending an invoice to verify the recipient has a registered line and to identify their Approved Platform,' providing clear when-to-use guidance. However, it does not explicitly state when not to use or suggest alternative tools, though the context implies usage for verification.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cmendezs/mcp-facture-electronique-fr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server