Skip to main content
Glama

Server Details

KYB risk scores for Israeli companies: sanctions, insolvency, adverse media, cyber, registry.

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/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one is a full risk assessment covering all 8 layers with AI, and the other is a quick pre-screen with fewer layers. An agent can easily distinguish based on the descriptions.

Naming Consistency5/5

Both tool names follow a consistent snake_case pattern with a verb prefix ('check_' and 'quick_check'), and they are aligned with the server's domain (risk checking).

Tool Count4/5

With only 2 tools, the server is minimal but appropriate for its specific purpose of offering two tiers of risk assessment. It is slightly low but not unreasonable given the focused scope.

Completeness5/5

The server provides a complete set of operations for its stated purpose: risk assessment of Israeli companies with two variants (quick and full). No obvious gaps exist for this narrow domain.

Available Tools

2 tools
check_israeli_companyAInspect

Full V-Safe risk assessment of an Israeli company — all 8 layers incl. AI-scored adverse media. Returns a 0-100 risk score + LOW/MEDIUM/HIGH band, per-layer breakdown, linked evidence, confidence and coverage. Input: the 9-digit Israeli company number (registration_number / ח.פ); optional name, website and global ids (LEI/DUNS/VAT) enrich the result. Response time is typically 8-20s: V-Safe queries primary sources LIVE (registries, insolvency courts, sanctions, adverse media, domain) at request time, not from a cache. Set the client timeout to >= 30s.

ParametersJSON Schema
NameRequiredDescriptionDefault
leiNo
vatNo
dunsNo
websiteNo
company_nameNo
registration_numberYes
Behavior4/5

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

The description discloses that V-Safe queries primary sources LIVE (not from cache), typical response time (8-20s), and the need for a client timeout. This is good behavioral context. It does not explicitly state idempotency, but the nature of a risk check implies it is a read-only operation. No annotations were provided, so the description carries the transparency burden.

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 two sentences, with the first sentence providing the core purpose and return structure. The second sentence is dense but contains essential input and behavior details. It is relatively concise without fluff, though the second sentence could be split for improved readability.

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 (8 layers, live queries, risk score), the description covers input, output (risk score, band, breakdown), and behavioral notes (response time, timeout). It does not discuss error handling or invalid inputs, nor does it describe the sibling tool. Still, it provides a fairly complete picture with no output schema.

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 schema description coverage at 0%, the description compensates by explaining the main parameter (registration_number) and the optional ones (company_name, website, LEI, DUNS, VAT) and their purpose to 'enrich the result'. It does not specify exact formats or validation rules, but adds meaningful context beyond the schema.

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 states the tool performs a 'Full V-Safe risk assessment of an Israeli company' with specific output details like risk score and band. It distinguishes the tool implicitly from the sibling 'quick_check' by mentioning 'all 8 layers', but does not explicitly differentiate.

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 specifies the required input (9-digit Israeli company number) and optional enriching parameters. It also provides a critical technical requirement: setting client timeout to >=30s due to live querying. However, it does not compare with the sibling tool or state when not to use this tool.

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

quick_checkAInspect

Fast, cheap pre-screen — registry + insolvency + banking-restriction + domain only (no sanctions/adverse-media/market, no AI). Same output schema as the full check. Input: the 9-digit company number (ח.פ); optional website. Response time is typically 8-20s: V-Safe queries primary sources LIVE (registries, insolvency courts, sanctions, adverse media, domain) at request time, not from a cache. Set the client timeout to >= 30s.

ParametersJSON Schema
NameRequiredDescriptionDefault
websiteNo
registration_numberYes
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses live queries (not cached), typical response time, and timeout recommendation. Lacks details on idempotency, side effects, or authentication requirements, but adequate for a read-like tool.

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?

Three concise sentences: purpose and inclusions, output schema reference, input and timing. No redundancy, front-loaded with key information.

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?

No output schema exists, so description should clarify return structure. References 'same output schema as full check' but that schema is unknown. Covers core behavior and constraints, but leaves return values and error cases unspecified.

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

Parameters3/5

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

Schema coverage is 0%, so description must compensate. Adds format guidance for 'registration_number' (9-digit company number) and mentions 'website' is optional. Does not explain the purpose of website in the pre-screen or provide validation rules, partially compensating for schema lack.

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?

Clearly states it's a fast pre-screen, lists specific coverage (registry, insolvency, banking-restriction, domain), and explicitly excludes sanctions/adverse-media. Distinguishes from sibling by mentioning 'same output schema as full check' and contrasts with omitted modules.

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?

Explicitly describes input format (9-digit company number, optional website) and response time. Implies use case as a quick pre-screen versus a full check, but does not explicitly state when to use the sibling tool instead.

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