Skip to main content
Glama

Server Details

Read-only data on 3.9M Romanian companies: search, profiles, financials, status, CAEN.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: financials, profile, status, CAEN lookup, and search. No overlap or ambiguity.

Naming Consistency5/5

All tools use the consistent verb_noun pattern (e.g., get_company_financials, search_companies), making naming predictable.

Tool Count5/5

Five tools is well-scoped for the domain of Romanian company data, providing essential operations without unnecessary bloat.

Completeness4/5

The set covers financials, profile, status, CAEN codes, and search. Minor gap: no endpoint for corporate structure or historical changes, but core read operations are complete.

Available Tools

5 tools
get_company_financialsGet company financialsA
Read-only
Inspect

Yearly financial history for a company by CUI: revenue, profit, employees, total assets and liabilities. Amounts in RON.

ParametersJSON Schema
NameRequiredDescriptionDefault
cuiYes
yearsNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral context by specifying that the data is yearly financial history, amounts in RON, and lists the fields returned. It does not disclose potential error conditions or data availability, but it adds value beyond annotations.

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?

The description is a single sentence that front-loads key information: the data type, identification method, fields, and currency. Every part is necessary and there is no extraneous text.

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?

There is no output schema, so the description's list of fields (revenue, profit, employees, total assets, liabilities) gives a good sense of what the response contains. However, it does not specify the structure (e.g., an array of yearly objects) or handle possible missing data. For a simple retrieval tool, this is nearly complete.

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

Parameters2/5

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

The description mentions 'by CUI' but does not explain the 'years' parameter or clarify that it limits the number of years returned. With 0% schema description coverage, the description should compensate, but it adds no meaning beyond the schema property names.

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 that the tool retrieves yearly financial history for a company by CUI, listing specific financial fields (revenue, profit, employees, total assets, liabilities) and the currency (RON). This is specific and distinct from sibling tools like get_company_profile or get_company_status.

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 does not explicitly state when to use this tool versus alternatives, but the sibling tools have clearly different purposes (profile, status, search, caen), implying usage. No exclusions or prerequisites are mentioned, which would elevate the score.

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

get_company_profileGet company profileA
Read-only
Inspect

Fetch a single Romanian company by CUI (accepts an 'RO' prefix): identity, address, CAEN activities, latest public financials, and data-source freshness. Does not return contact details.

ParametersJSON Schema
NameRequiredDescriptionDefault
cuiYes
Behavior4/5

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

Annotations already indicate read-only and open-world semantics. The description adds behavioral context: mentions 'latest public financials' implying possible staleness, and 'data-source freshness' as a field, which complements the openWorldHint.

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: first states what the tool does, second adds a crucial constraint. Every word serves a purpose; no redundancy.

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 single-parameter tool without output schema, the description covers input usage, output contents, and explicit omission. It is sufficiently complete for an agent to understand the tool's scope.

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?

The input schema has 0% description coverage, but the description compensates by explaining that 'cui' accepts an 'RO' prefix and is a Romanian company identifier, adding meaning 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 clearly specifies the tool's action ('Fetch'), the resource ('Romanian company'), and the identifier ('by CUI'). It explicitly lists what information is retrieved and what is not returned, distinguishing it from siblings like get_company_financials.

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 usage hints (accepts 'RO' prefix) and states what the tool does not provide (contact details). However, it does not explicitly mention when to use versus siblings or any prerequisites.

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

get_company_statusGet company statusA
Read-only
Inspect

Public status flags for a company by CUI: registration status, VAT (TVA) registration, fiscal activity, insolvency, dissolution (radiere), and e-Factura.

ParametersJSON Schema
NameRequiredDescriptionDefault
cuiYes
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint=false. The description adds value by listing the types of status flags returned, though it does not cover data freshness or completeness aspects beyond the openWorldHint annotation.

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?

The description is a single, concise sentence that front-loads the main purpose and lists key output categories without redundant words.

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 simple tool with one parameter and no output schema, the description provides sufficient context: input (CUI), output categories, and distinguishes from sibling tools. No gaps remain.

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?

The only parameter 'cui' has no schema description (0% coverage). The description explains it is the company identifier used to look up status, adding necessary meaning beyond the raw 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 clearly states the tool returns public status flags for a company by CUI, listing specific statuses (registration, VAT, fiscal activity, etc.). This distinguishes it from siblings like financials, profile, or search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for company status lookup but does not explicitly contrast with sibling tools or provide when-not-to-use guidance. No alternatives or exclusions are mentioned.

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

resolve_caenResolve CAEN codeA
Read-only
Inspect

Look up a Romanian CAEN (NACE) activity code and return its official label plus hierarchy (section, division, parent). Labels are in Romanian.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYes
Behavior3/5

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

Annotations already indicate read-only and non-destructive behavior. Description adds that results include hierarchy and Romanian labels, but doesn't disclose other behavioral aspects like error handling or rate limits. No contradiction with annotations.

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?

One concise sentence that front-loads the main action and output, with additional detail on hierarchy and language. No wasted words.

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?

Completeness is adequate given the tool's simplicity and annotations. Description covers purpose, output contents, and language, but lacks details on error scenarios or input validation. Output schema is absent but not critical for this lookup.

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?

Single parameter 'code' has zero schema description. The description clarifies it's a Romanian CAEN activity code, adding semantic meaning beyond the bare schema. Slight room for improvement (e.g., format hints), but sufficient for correct use.

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?

Description clearly states the tool looks up a Romanian CAEN code and returns its official label and hierarchy. It uses specific verb 'Look up' and resource 'Romanian CAEN code', distinguishing it from sibling tools that deal with company data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use or avoid this tool vs. alternatives. However, the purpose is self-contained and distinct from siblings, implying use for code resolution independently.

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

search_companiesSearch Romanian companiesA
Read-only
Inspect

Search and filter the Firme Românești company directory by name, CAEN activity, county/locality, revenue/profit/employee ranges, and VAT status. Up to 25 results per page with an opaque cursor. Financial filters use a single year (default 2024). Provide at least one filter.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
judetNo
limitNo
queryNo
cursorNo
localityNo
caen_codeNo
max_profitNo
min_profitNo
active_onlyNo
max_revenueNo
min_revenueNo
max_employeesNo
min_employeesNo
vat_registeredNo
Behavior4/5

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

Beyond annotations (readOnlyHint, destructiveHint), it adds concrete behaviors: max 25 results per page, opaque cursor, single-year financial filters, and the need for at least one filter.

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 concise sentences front-load the core purpose and pack essential details without redundancy.

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?

Covers key aspects for a search tool but lacks output schema details; could mention result fields. Still, annotations (readOnlyHint, openWorldHint) reduce the burden.

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?

With 0% schema description coverage, the description lists most filter types (name, CAEN, county/locality, revenue/profit/employees, VAT, year), but misses parameters like 'limit', 'cursor', and 'active_only'.

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 it searches and filters a company directory using multiple criteria, distinguishing it from sibling tools that retrieve specific details for known companies.

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?

It specifies that at least one filter is required and provides default year and pagination details, but does not explicitly contrast with sibling tools or state when not to use.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources