Skip to main content
Glama

French Company Establishments

company_fr_establishments

Returns cursor-paginated public establishments attached to a French company from the official Sirene source, including status, activity and address. Use when: You need the public establishments attached to a French SIREN or SIRET. Avoid when: You only need the company headquarters or administrative profile; use company/fr/profile. Limitations: Results reflect public establishments exposed by the official Sirene API; restricted non-diffusible data is not returned. A cursor is bound to its search context and should only be reused to continue the same query. Price: 0.010 USD per call via x402. Paid-call behavior: source records are not modified, but a successful invocation can consume the advertised x402 payment; the payment-required challenge is free, and repeating the tool after a completed paid invocation may require a new payment. Accepted x402 networks: eip155:8453, xrpl:0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum establishments to return, up to 100
cursorNoOpaque Sirene cursor from next_cursor; omit it on the first call*
identifierYes9-digit SIREN or 14-digit SIRET

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYesStructured value returned for “limit” as defined by this API contract.
sirenYesNormalized 9-digit French SIREN when available.
cursorYesStructured value returned for “cursor” as defined by this API contract.
existsYesWhether the requested company or public record was found in the checked source.
truncatedYesWhether additional matching records existed beyond the returned result limit.
identifierYesIdentifier supplied for the request, echoed in normalized form when applicable.
next_cursorYesStructured value returned for “next cursor” as defined by this API contract.
total_countYesTotal number of matching records reported by the source or endpoint.
establishmentsYesStructured value returned for “establishments” as defined by this API contract.
returned_countYesNumber of records included in this response.
identifier_typeYesNormalized identifier type, such as SIREN or SIRET when applicable. (allowed values: siren, siret).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations carry little signal (all hints false), so the description does the heavy lifting. It discloses the payment side effect (records not modified but x402 payment consumed, challenge is free, repeats may require new payment), cursor binding to search context, and that non-diffusible restricted data is excluded. This adds meaningful behavior beyond the annotations. No contradiction with annotations since the financial side effect justifies readOnlyHint=false.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but justified: it is a paid tool requiring pricing, network, and payment-behavior disclosures. It is well-sectioned (Use when / Avoid when / Limitations / Price / Paid-call behavior / Accepted networks) and front-loads the core function before the pricing details. Each section earns its place.

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?

An output schema exists, so return values are covered by structured data. The description covers purpose, usage routing, limitations, pagination semantics, and the full payment model. For a paginated, paid, read-oriented tool this is near-complete; only worked examples or error-case handling are absent, which is minor.

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%, with all three parameters (identifier, limit, cursor) documented in the schema. The description adds marginal value by reinforcing that the cursor is opaque and bound to its search context and should only be reused for the same query. Per baseline rules, with full schema coverage a 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 opens with a specific verb (returns), resource (public establishments), data source (official Sirene), and content (status, activity, address). It clearly distinguishes itself from company_fr_profile by noting it returns establishments rather than headquarters/admin profile, allowing an agent to route correctly among the many company_fr_* siblings.

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?

Provides explicit 'Use when' (need public establishments for a SIREN/SIRET) and 'Avoid when' (only need headquarters/administrative profile) directives, naming the alternative tool company/fr/profile. This is model guidance for when to pick this tool over its 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.

Resources