Skip to main content
Glama

socs.fr, la commande publique française

Les marchés publics remportés par une entreprise

marches_d_une_entreprise
Read-onlyIdempotent

À partir d'un SIREN : les marchés publics qu'une entreprise a remportés, chez quels acheteurs, dans quels secteurs et pour quels montants. À appeler quand la question porte sur l'activité publique d'une société, sa clientèle publique ou son poids sur un marché. Rend une réponse vide quand l'entreprise n'a remporté aucun marché déclaré, ce qui est le cas de l'immense majorité des sociétés françaises.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sirenYesSIREN à neuf chiffres, espaces tolérés
limiteNoNombre de marchés détaillés à rendre (8 par défaut)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already signal a safe, read-only, non-destructive operation. The description adds meaningful behavioral context beyond that: it returns an empty response when the company has won no declared contracts, and notes this is true for the vast majority of French companies, which helps calibrate 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?

Three sentences with no wasted words: the first defines the input and output, the second gives usage context, and the third warns about empty results. Information is front-loaded and every sentence 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?

For a simple read-only tool with two well-documented parameters and no output schema, the description covers what is returned, the triggering question, and the empty-result edge case. It could add a bit more about output structure or invalid SIREN handling, but nothing essential is missing.

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 coverage is 100%, so the schema already documents both parameters ('siren' format and 'limite' constraints and default). The description adds only the general framing 'from a SIREN' but does not meaningfully enrich the parameter-level semantics beyond the schema.

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 a specific verb and resource: from a SIREN, return the public contracts a company has won, including buyers, sectors, and amounts. It also frames the tool around a company's public activity, which clearly distinguishes it from the sibling tools focused on buyers, sectors, and open consultations.

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 when to call the tool: when the question concerns a company's public activity, public clientele, or weight in a market. It does not name alternatives or state when not to use it, but the context provided is clear enough for routing.

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