Skip to main content
Glama

ENTIA Entity Verification MCP

Search Entities

search_entities
Read-onlyIdempotent

Search verified entities across 10 countries by name, keyword, country, city or sector. Answers 'find me a dentist in Madrid' / 'list law firms in Barcelona'. sector is a closed vocabulary — see the enum; aliases such as abogados resolve to their canonical slug. Anonymous callers receive a trace-level preview (name + city); authenticated TRACE+ keys unlock full records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch query — company name or keywords
cityNoCity name (Madrid, Barcelona, Valencia, Sevilla, London)
limitNoMax results (default 10, max 50)
sectorNoSector filter. Canonical: dental, legal, estetica, psicologia, medicos, talleres, veterinarios, reformas, inmobiliarias, asesorias, gimnasios… Aliases (abogados, salud, dentist, beautysalon…) resolve to a canonical slug and the response declares the translation in _meta.sector_resolved_from.
countryNoISO country code (es, gb, fr)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
_metaNoCarries sector_resolved_from when an alias was translated
countNo
filtersNoFilters actually applied — echoes q/sector/city/country
entitiesNoEach carries name, city, sector and canonical Entia Home URL

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds meaningful behavioral context: anonymous vs. authenticated access levels affect result richness, and sector aliases resolve to canonical slugs with a _meta field. This goes beyond the annotations, though it does not disclose rate limits or pagination behavior.

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 three sentences that front-load the core purpose, include examples, and cover key behavioral nuances. Every sentence earns its place; there is no redundancy or fluff.

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?

Given the tool's complexity (5 parameters, 56-sector enum, output schema exists), the description covers the most critical aspects: auth-level differences, alias resolution, and usage examples. However, it does not clarify which 10 countries or explain the city/country filtering behavior beyond the examples, leaving minor gaps.

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 description coverage is 100%, so the baseline is 3. The description adds value by explaining that the sector parameter uses a closed vocabulary with alias resolution, that aliases resolve to canonical slugs, and that the response includes _meta.sector_resolved_from. This extra context about parameter behavior goes beyond the schema's enum listing.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource ('verified entities across 10 countries') and action ('search'), with specific filters (name, keyword, country, city, sector) and example queries. It is specific and actionable, but does not explicitly distinguish from sibling tools like entity_lookup or get_competitors, which would justify a 5.

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 provides usage examples ('find me a dentist in Madrid') and notes that the sector parameter has a closed vocabulary with alias resolution. However, it lacks explicit guidance on when not to use this tool or which alternatives (e.g., entity_lookup for exact lookups) are more appropriate, leaving usage implied rather than directed.

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.

TDQS

A3.8/5.0
Disambiguation4/5

Most tools target distinct purposes: entity lookup vs. full dossier vs. VAT verification vs. professional lookup are clearly different. However, get_entia_home and get_entity_home_projection are very similar (both about Entia Home) and could cause confusion, though descriptions clarify the difference. Overall, overlaps are minimal and well-described.

Naming Consistency3/5

The naming mixes conventions: 'get_' prefix is used for 8 tools, but others like 'entity_lookup', 'professional_lookup', 'zone_profile' use noun phrases without a verb. 'run_risk_audit' and 'verify_vat' are verb-based but follow different patterns. The inconsistency could confuse an agent expecting a uniform verb_noun structure.

Tool Count5/5

With 12 tools, the server covers a broad but well-scoped domain of entity verification and business intelligence. Each tool serves a clear purpose, and the count is neither too sparse nor overwhelming for the intended functionality.

Completeness4/5

The tool surface covers core entity lookup, search, dossier, VAT, professional verification, and even added value like risk audit and zone profiling. Minor gaps exist (e.g., no tool for updating entity data), but for a read-heavy verification service, the set is comprehensive and leaves few dead ends.

Resources