Skip to main content
Glama

Companero – Romanian Company Data

get_company_competitors

Keywords: competitori licitații, concurență achiziții publice, cu cine concurează firma, rivali la stat, competitor analysis, procurement competitors, who competes with, bidding rivals, aceleași licitații, SEAP, SICAP, competiție contracte publice, benchmarking furnizori stat.

Identifică COMPETITORII unei firme românești (după CUI) în achizițiile publice: furnizorii cu cele mai mari valori câștigate în ACELEAȘI clase CPV (4 cifre) în care firma a câștigat contracte în ultimii 2 ani acoperiți, excluzând firma însăși. [PAID, 3 credite]

Returnează:

  • firmClasses: clasele CPV în care activează firma (valoare, cel mai bun rank în piață per clasă);

  • competitors: top competitori agregați peste clasele partajate, fiecare îmbogățit cu date Companero: județ, stare firmă, flag datorii ANAF — combinația unică (date SEAP + date fiscale + registru). Îmbogățirea permite prioritizarea competiției: cine e activ, solvabil și local.

IMPORTANT la interpretare:

  • Valorile de acord-cadru sunt separate (frameworkValue) — nu le aduna.

  • Contractele în asociere apar cu valoarea integrală la fiecare membru.

  • „Competitor" = activitate în aceleași clase CPV — nu garantează ofertare în aceleași proceduri.

Când îl folosești:

  • "Cu cine concurează firma X la licitații?"

  • "Cine mai câștigă contracte în domeniile firmei Y?"

  • "Analizează concurența firmei Z în achizițiile publice"

  • Pregătirea unei oferte; due diligence comercial; analiză de piață.

Pentru piața unui domeniu CPV folosește get_cpv_market; pentru contractele firmei, get_company_contracts.

Confirmarea costului: un apel care ar consuma credite are nevoie de confirm: true. Fără el primești DEVIZUL (cost în credite și RON, soldul contului, alternativa gratuită dacă există) și nu se consumă nimic — reia apoi EXACT același apel cu confirm: true, după ce omul a acceptat costul.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taxIdYesRomanian CUI (Cod Unic de Înregistrare).
confirmNoAcordul utilizatorului de a consuma credite pentru acest apel. Fără el, apelul întoarce DEVIZUL (cost, sold, alternativa gratuită) și nu consumă nimic. Nu îl trimite din proprie inițiativă: întreabă întâi omul.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden, and it does so thoroughly: it discloses the paid cost, the confirm-before-consumption mechanism, the frameworkValue caveat, the joint-contract value rule, and the important semantic caveat that 'competitor' means shared CPV activity, not necessarily bidding in the same procedures. This goes well beyond what the schema or annotations provide.

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 well-structured with clear sections, but it opens with a long keyword list that delays the actual purpose statement, and the confirmation behavior is partly repeated from the parameter schema. Once past the keyword block, most content earns its place by explaining output fields, interpretation rules, and alternatives.

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 paid, data-rich tool with no output schema, the description is complete: it enumerates returned fields (firmClasses, competitors), explains enrichment with fiscal/registry data, warns about interpretation pitfalls, gives cost confirmation behavior, and points to sibling tools for other use cases. An agent has enough to decide when to call it and how to handle the response.

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

Parameters5/5

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

Although schema coverage is 100%, the description adds essential meaning beyond the schema, especially for confirm: it explains that without confirm the call returns a DEVIZUL (cost, balance, free alternative) and consumes nothing, and that the exact same call must be retried with confirm true. It also frames taxId as the Romanian CUI, which matches the schema but is reinforced contextually.

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 clearly states the verb, resource, and exact scope: it identifies competitors of a Romanian company by CUI, based on shared 4-digit CPV classes in the last 2 covered years, excluding the company itself. It also names sibling alternatives (get_cpv_market, get_company_contracts), which makes it easy to distinguish from related tools.

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 gives explicit query examples, and the final paragraph tells the agent which sibling to use for market-level CPV analysis and for company contracts. It additionally explains the paid-call confirmation flow, which is crucial for correct invocation.

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