Skip to main content
Glama

Israel Business Intelligence MCP

Verify Israeli company - paid full public-registry evidence

verify_company
Read-onlyIdempotent

Paid Israeli company verification by legal name or company number. Resolves records in the Israeli Companies Registry and returns structured, field-level public-registry evidence for supplier checks, due diligence, and public-registry KYB evidence. Not Full Regulatory KYB. PAID FULL RESULT: $0.05 USDC per successful call on Base Mainnet. Use preview_company first when only a free identity/status check is needed. Buyer quickstart: https://israel-counterparty-intelligence.vercel.app/x402-buyer-quickstart.md

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoOptional Israeli city used to disambiguate companies with similar names.
depthNoPaid verification processing hint retained for compatibility. Both values currently return the complete evidence-backed public-registry result; standard is the default.standard
websiteNoOptional public company website used only as supporting resolution context.
languageNoLanguage for the human-readable summary: en or he. Defaults to en.en
company_nameNoIsraeli legal or trading name. Provide this or company_number; add city when the name may be ambiguous.
company_numberNoIsraeli company registration number. A nine-digit number gives the most reliable exact match.
expected_entity_typeNoOptional expected legal entity type, such as private company, used for disambiguation.

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds important behavioral context beyond that: it is a paid call costing $0.05 USDC on Base Mainnet, charged only on successful calls, and the depth parameter currently has no effect on the result. This gives the agent meaningful operational expectations.

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 longer than the minimum, but nearly every sentence carries useful information: purpose, evidence type, exclusions, pricing, and the preview_company alternative. The all-caps price line and quickstart URL add slight stylistic noise, but they remain functional and do not obscure the main message.

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?

For a tool with no output schema, the description communicates the nature of the result, the registry source, the paid constraint, and the intended use cases. It could be more explicit that at least one of company_name or company_number is required despite zero schema-required parameters, though the schema descriptions strongly imply this.

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 description coverage is 100%, so the schema already fully documents each parameter. The description adds minimal value by naming legal name or company number as the lookup keys and mentioning city disambiguation, but it does not meaningfully extend the schema's parameter guidance.

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 states a specific verb and resource: paid verification of Israeli companies against the Companies Registry, returning field-level public-registry evidence. It also differentiates itself from preview_company and explicitly says it is 'Not Full Regulatory KYB,' so an agent can distinguish it from related services.

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

Usage Guidelines5/5

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

It explicitly directs the agent to use preview_company first when only a free identity/status check is needed, and frames this tool as the paid public-registry evidence option for supplier checks and due diligence. The 'Not Full Regulatory KYB' line adds a clear exclusion, and the pricing makes the cost of invocation transparent.

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

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct role: describe_service explains capabilities, get_schema provides data formats, preview_company offers a free limited lookup, and verify_company returns paid full evidence. The overlap between preview_company and verify_company is explicitly delineated by scope and pricing, leaving no ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: describe_service, get_schema, preview_company, verify_company. The verbs clearly indicate the action and nouns identify the target, creating a predictable and uniform naming scheme.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its purpose of Israeli company verification. Each tool serves a necessary function—discovery, integration support, free preview, and paid full verification—without unnecessary bloat or missing essentials.

Completeness5/5

The tool set covers the full verification workflow: understand service limits, obtain schemas, perform a free preview, and run a paid full verification. Since the domain is read-only verification, there are no missing lifecycle operations, and the preview-to-verify path has no dead ends.

Resources