Skip to main content
Glama

Search companies

search_companies
Read-onlyIdempotent

Find French companies, associations, and public bodies using the official SIRENE/RNE registry. Filter by activity, department, or postal code to retrieve SIREN, status, and headcount for screening.

Instructions

Search French companies, associations and public bodies in the official registry (SIRENE/RNE).

Returns a page of summaries with SIREN, status, activity, head office and headcount band.
Use `get_company` on a SIREN for directors and financials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
queryYesCompany name, brand, SIREN/SIRET or address words
naf_codeNoMain activity code, e.g. '62.01Z'
per_pageNo
departmentNoDépartement code, e.g. '75' or '2A'
only_activeNoExclude ceased companies
postal_codeNoFilter on a 5-digit postal code

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
totalYesTotal matching companies across all pages
resultsYes
per_pageYes
total_pagesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and open-world behavior, so the description only needs to add operational context. It adds the registry source and the exact summary fields returned (SIREN, status, activity, head office, headcount band). It does not detail pagination behavior or sorting, but that is partially represented by page/per_page in the schema.

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?

Two sentences with no filler: the first states scope and source, the second states return contents and a pointer to the logical next tool. Information is front-loaded and each sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with an output schema, rich annotations, and schema-documented filtering parameters, the description covers the necessary context: what is searched, where, what is returned, and when to switch to get_company. Nothing critical is missing for an agent to select and invoke the tool 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 71%, and the schema already explains query, naf_code, department, only_active, and postal_code. The description adds no parameter-level meaning beyond the schema, and page/per_page are not explicitly described in either, though their names/defaults make them predictable.

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 and resource: 'Search French companies, associations and public bodies in the official registry (SIRENE/RNE).' It also disambiguates from a key sibling by directing SIREN-based detail lookups to get_company, so the agent can distinguish it from sibling tools without opening schemas.

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?

The final sentence provides an explicit alternative and condition: 'Use get_company on a SIREN for directors and financials.' This tells the agent when to switch from this summary-search tool to a more detailed tool, which satisfies the when-to-use/alternative guidance.

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

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/iGitScor/kyb-mcp'

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