Skip to main content
Glama

sanctions-screening

search_lei_by_name

Find Legal Entity Identifiers by company legal name via GLEIF — returns candidate records (lei, legal_name, status, jurisdiction, country). Costs $0.01 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
limitNo
api_keyNoWatchtower API key with a funded balance. REQUIRED for this paid tool. Get one via create_api_key then fund it by card at /v1/topup. No free trial. (REST callers can instead pay per call via x402 — see https://watchtower-api.com/docs.)

TDQS

B3.4/5.0
Behavior3/5

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

The description discloses the cost ($0.01 per call) and indicates that the tool returns candidate records, implying a list. However, it does not mention authentication requirements (e.g., api_key) or any potential side effects, which are covered only 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?

The description is a single, well-structured sentence that conveys all key information without redundancy. It directly states the purpose, the return fields, and the cost.

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

Completeness3/5

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

Given that no annotations are provided, the description carries the burden of context. It mentions cost and output fields, but omits authentication details and error behavior. The schema covers some of these, but the description alone is not fully self-sufficient.

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 adds minimal value beyond the schema: it clarifies that 'name' refers to the company legal name, but it does not explain 'limit' or 'api_key'. The schema already provides constraints for name and limit, but the api_key’s description is not echoed here.

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's function: finding Legal Entity Identifiers by company legal name via GLEIF. It also specifies the output as candidate records, making the purpose unambiguous.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like resolve_lei or check_jurisdiction. The mention of 'via GLEIF' gives some context but does not differentiate it from sibling tools.

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.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: screening names, crypto addresses, batches, PII scanning, jurisdiction checks, LEI resolution, API key creation, watch management, etc. Overlap between screen_name and screen_names_batch is intentional (single vs batch) and well-differentiated.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., screen_name, resolve_lei, check_jurisdiction). No mixing of conventions, making the set predictable and easy to navigate.

Tool Count5/5

With 13 tools, the server is well-scoped for its domain. Each tool addresses a specific need (screening, validation, LEI lookup, etc.) without unnecessary duplication or omission.

Completeness4/5

Covers most core workflows: name screening, batch, crypto, jurisdiction, LEI, PII scanning, validation, API key management, and watches. Minor gap: no explicit watch deletion or update tool, but watches are created with a max 90-day lifetime, so deletion may be intentional.