Skip to main content
Glama

Companero – Romanian Company Data

search_persons

Keywords: persoană, administrator, asociat, reprezentant legal, lichidator, antreprenor, due diligence, conflict de interese, KYC, ONRC, search person, find administrator, beneficial owner.

Caută o persoană fizică (administrator, asociat, reprezentant legal, lichidator, mandatar) și află în câte firme românești apare. FREE.

Sursa: ONRC Open Data (Registrul Comerțului — Legea 265/2022 privind registrul comerțului). Profilurile sunt construite agregând aparițiile aceleiași persoane în mai multe firme, după nume + (când e public) dată / loc de naștere.

CÂND îl folosești:

  • "În câte firme apare X?" — caută numele, sortat desc după companyCount, ia top hit, apoi get_person.

  • "Cine sunt antreprenorii cu cele mai multe firme dintr-un județ?" — filtrează county, sortare implicită desc după companyCount returnează top serial-administratori.

  • "Persoana X are conflict de interese cu firma Y?" — caută X → get_person → caută taxId-ul Y în lista companiilor.

  • "X e lichidator / e implicat în insolvență?" — get_person afișează rolurile cu roleCategory: procedural.

  • KYC / due diligence — verifică structura cross-company a unui beneficiar real.

DEZAMBIGUARE: căutarea EXCLUDE structural clusterele de nume comun fără elemente discriminatorii (cele marcate UNRESOLVED) — pe toate tier-urile, și NU există parametru care să le includă. Ce primești sunt profiluri deja dezambiguate. Pentru nume frecvente pot rămâne totuși mai multe persoane distincte cu același nume: filtrează county sau birthYearFrom/birthYearTo ca să reduci candidații înainte de a cheltui credite pe get_person.

ACCES & COST:

  • ANONIM: maxim 10 rezultate, doar name + companyCount + profileUrl. Pentru disambiguare completă (an naștere, județ, confidence) — autentifică-te.

  • AUTENTIFICAT (free): până la 100 rezultate, inclusiv birthYear, knownCounties, occurrenceCount, confidence — toate câmpurile necesare ca LLM să aleagă fără call adițional.

  • Profilul complet (toate companiile, alias-uri, locul nașterii) e disponibil prin get_person — 1 credit per profil.

Confidence (autentificat):

  • HIGH: identificare sigură (CNP sau nume + DOB + locul nașterii).

  • MEDIUM: nume + DOB se potrivesc — probabil aceeași persoană.

  • LOW: doar nume; nume rar deci puțin probabil să fie altcineva.

  • UNRESOLVED: nume comun fără elemente discriminatorii — nu apare în rezultatele acestei unelte.

GDPR: niciun CNP nu e returnat. Toate datele provin din publicări legale ONRC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFree-text name (e.g. "Popescu Ion"). Order-insensitive.
pageNoAlias vechi (1-based) pentru `offset`. Folosește `offset`.
limitNoCâte rezultate (1-10 anonim, până la 100 autentificat). Numele canonic, la fel ca la `search_companies` și `search_cities`.
countyNoCounty (residence or birth, fuzzy match). E.g. "Cluj".
offsetNoDe la al câtelea rezultat. Numele canonic.
pageSizeNoAlias vechi pentru `limit`. Folosește `limit`.
birthYearToNoInclusive upper bound on year of birth. Authenticated callers only.
birthYearFromNoInclusive lower bound on year of birth. Authenticated callers only.
minConfidenceNoOne of "high","medium","low","unresolved". Filters out lower tiers. Authenticated callers only.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so extensively. It discloses the data source (ONRC Open Data), aggregation logic by name and birth data, structural exclusion of UNRESOLVED clusters, anonymous vs authenticated access limits, confidence tier semantics, credit cost for get_person, and the GDPR constraint that no CNP is returned. This goes far beyond a basic operation description.

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 well-organized with clear headers, bullet lists, and bolded keywords. Almost every section earns its place given the complexity of auth tiers, confidence levels, and disambiguation rules. The opening keyword block is somewhat repetitive, but the overall structure makes the detail navigable rather than overwhelming.

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?

There is no output schema, so the description must explain return values and behavior, and it does. It lists anonymous result fields (name, companyCount, profileUrl) and authenticated fields (birthYear, knownCounties, occurrenceCount, confidence), explains default sort behavior, and covers cost, access, disambiguation caveats, and follow-up via get_person. Nothing essential for correct invocation is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful context by explaining how filters like county and birthYearFrom/To are used for disambiguation and by clarifying that minConfidence filters out lower tiers. It also maps anonymous vs authenticated limits to the limit parameter and directs users away from legacy page/pageSize aliases.

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 clear verb-and-resource statement: 'Caută o persoană fizică ... și află în câte firme românești apare.' It also distinguishes itself from get_person, which is the follow-up for full profiles, and from related search tools like search_companies and search_cities. The keyword block and role enumeration (administrator, asociat, lichidator) further specify the exact domain.

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 'CÂND îl folosești' section provides explicit, concrete use cases with complete workflows, such as 'În câte firme apare X?' followed by 'get_person', and conflict-of-interest checks via company taxId. It also explains when to filter by county or birth year to reduce candidates before spending credits, effectively giving both when-to-use and when-to-defer guidance.

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