Skip to main content
Glama
cmendezs

mcp-facture-electronique-fr

create_directory_line

Register an electronic invoice receiving address for a taxable entity. Requires user confirmation after review.

Instructions

Create a directory line (electronic invoice receiving address) (POST /ligne-annuaire).

HUMAN-IN-THE-LOOP: Requires user confirmation. Call without confirmation_token first, show the summary to the user, then call again with the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sirenYesSIREN of the taxable entity creating this receiving address.
siretNoSpecific establishment SIRET. If absent, applies to the whole SIREN.
date_fin_effetNoEffective end date, ISO YYYY-MM-DD, if known.
date_debut_effetYesEffective start date, ISO YYYY-MM-DD (dateDebutEffet).
suffixe_adressageNoAddressing suffix (suffixeAdressage).
confirmation_tokenNoConfirmation token from a previous call. Omit on the first call.
identifiant_routageNoRouting-code identifier to refine the address.
matricule_plateformeYes4-digit Approved Platform registration number receiving the invoices.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It clearly explains the human-in-the-loop requirement, the two-step process (call without token, then with token), and implies it is a creation operation. This is comprehensive for a mutation 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 extremely concise—three lines including the endpoint and critical human-in-the-loop note. Every sentence serves a purpose with no redundancy.

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 the tool has 8 parameters (3 required), an output schema, and a human-in-the-loop pattern, the description covers the essential workflow adequately. It does not explain error handling or output details, but the output schema exists. The description is sufficiently complete for an agent to invoke 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?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds no additional meaning beyond what is in the schema, meeting the baseline. No extra constraints or clarifications are provided.

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: 'Create a directory line (electronic invoice receiving address)' and includes the specific HTTP method and endpoint. This distinguishes it from sibling tools like search_directory_line, get_directory_line, etc.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool vs alternatives. It mentions the human-in-the-loop workflow but lacks guidance on when to prefer create_directory_line over replace_directory_line or update_directory_line. Implicit from context, but not explicit.

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