vsafe-risk
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.
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.
Tool Definition Quality
Average 4/5 across 2 of 2 tools scored.
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.
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).
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.
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 toolscheck_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.
| Name | Required | Description | Default |
|---|---|---|---|
| lei | No | ||
| vat | No | ||
| duns | No | ||
| website | No | ||
| company_name | No | ||
| registration_number | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| website | No | ||
| registration_number | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!