Skip to main content
Glama

French company timeline

get_french_company_timeline
Read-onlyIdempotent

Every dated change the French official gazette recorded for one company: share capital, legal name, legal form, registered office, stated activity, plus insolvency judgments and the current insolvency status.

Use this to answer "when did X change", "how has X evolved", "has X ever been in receivership".

Do NOT use it to get the current state of a company (today's officers, today's address, today's headcount): this server only publishes what CHANGED. A field that never moved is not in the answer. Coverage starts at 2008; a company may exist and have published nothing.

Announcements that merely cite the SIREN without describing the company are excluded; on large franchised networks that is around 40% of what a naive search returns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sirenYesThe nine-digit SIREN of a French legal entity. Spaces, dots and dashes are accepted. This is not a SIRET: drop the last five digits of a SIRET to get the SIREN.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the strong annotations, the description adds valuable behavioral context: coverage starts at 2008, a company may exist without any published changes, unchanged fields are absent, and SIREN-only announcements are excluded with an approximate noise rate. This materially sets agent expectations.

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?

Every sentence earns its place: purpose, usage guidance, exclusions, coverage limitation, and data relevance. It is longer than average but all content is decision-relevant for an agent, and the structure front-loads the core definition.

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?

The description is very complete for selecting and invoking the tool: it lists the returned change types, boundaries, and failure-relevant coverage limits. It stops short of describing the exact response shape or ordering, but with no output schema, the field list and change semantics give enough context for correct use.

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 fully documents the single 'siren' parameter, including format and the SIRET distinction. The description adds no new parameter-level semantics, so the 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 states an extremely specific scope: every dated change recorded in the French official gazette for one company, with explicit fields (share capital, legal name, legal form, registered office, stated activity, insolvency judgments). It clearly distinguishes itself from current-state tools by emphasizing that only changes are published.

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 gives explicit example questions to answer and directly says 'Do NOT use it to get the current state', which is excellent negative guidance. It does not name sibling tools as alternatives, so the routing is not quite as explicit as it could be, but the use cases and exclusions are clear.

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