Skip to main content
Glama

Server Details

Lithuanian company due diligence and KYC identification, attested by an attorney-at-law.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

9 tools
create_kyc_packageOrder an identification packageAInspect

Order a QES-signed identification package for a role-holder of a Lithuanian legal entity. The register says who holds the role; the person proves they are that person by signing a dossier with their own qualified electronic signature, and an attorney-at-law attests the verified correspondence. Returns immediately with an order id and a ceremony URL to give the subject; the outcome arrives later. Poll with get_kyc_package. Billed only when a package is delivered.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesLithuanian legal-entity code (juridinio asmens kodas).
purposeYesPurpose of processing; logged per call. Required for beneficial-owner data.
subjectRoleYesWhich role the subject is claimed to hold in the entity.
subjectEmailNoOptional. When given, Tvarka emails the ceremony link to the subject; otherwise the link is returned for you to deliver.

TDQS

A4.5/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses the asynchronous behavior (immediate order ID and ceremony URL, later outcome), the attestation process, and billing only on delivery. It also notes the email option. This is a transparent account of side effects for a write operation, going well beyond a simple 'creates a request'.

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 compact set of five sentences, each delivering essential information: the object, the verification process, the immediate return, the polling instruction, and the billing rule. It does not repeat schema details or include fluff, so it earns a 5 for structure.

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

Completeness5/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 and no annotations, the description fully covers the return value (order ID and ceremony URL), the asynchronous nature, the polling path, and cost implications. It also names the involved parties (register, signer, attorney-at-law), giving a complete picture of the operation without overwhelming the agent.

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?

The input schema already provides complete descriptions for all four parameters, including enums and patterns (100% coverage), so the baseline is 3. The description adds context tying subjectRole to the register statement and explains how subjectEmail alters delivery, but it does not substantially enrich the parameter definitions beyond schema. Thus a 3 is appropriate.

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 opens with a specific verb ('Order') and a concrete resource ('QES-signed identification package'), and clarifies the subject (role-holder of a Lithuanian legal entity). It also distinguishes from sibling get_kyc_package by explicitly stating that this returns an order ID and ceremony URL, while outcomes are polled later. This clearly positions the tool as the creation counterpart.

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 explicitly instructs to 'Poll with get_kyc_package' after ordering, giving a clear next step. It outlines the asynchronous flow and the optional subjectEmail behavior that affects delivery, which helps the agent decide when to use this tool. However, it does not contrast with other siblings beyond the polling step, so it stops short of full alternative differentiation.

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

get_beneficial_ownersBeneficial owners (UBO)AInspect

Declared beneficial owners of a Lithuanian legal entity, with ownership percentages and control basis. Served under the legitimate-interest regime; a purpose is required and is logged.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesLithuanian legal-entity code (juridinio asmens kodas).
purposeYesPurpose of processing; logged per call. Required for beneficial-owner data.
interpretNoSet true to add the standardized legal interpretation of the answer: what the data means under Lithuanian law, with statute citations. Adds the interpretation fee to the call.

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the legitimate-interest regime and that purpose is logged, adding behavioral context. However, it does not mention the output format, potential fees (such as the interpret parameter), or error conditions, leaving significant gaps.

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 and front-loads the key resource and output details. It could be phrased more directly (e.g., starting with 'Returns...'), but it avoids fluff and is efficiently structured.

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 absence of an output schema and annotations, the description reasonably covers the resource, key output fields, and legal regime. The parameters are fully documented in the schema, so the description need not repeat them. However, some behavioral details (fees, response format) are absent, preventing a 5.

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 100%, so the baseline is 3. The description's mention that 'a purpose is required and is logged' mirrors the schema's existing parameter description, adding no new semantic value. The interpret parameter is not mentioned in the description, but the schema fully documents it.

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 (beneficial owners of a Lithuanian legal entity) and the key output fields (ownership percentages, control basis), distinguishing it from siblings like court cases or real estate. However, it lacks an explicit action verb like 'Get' or 'List,' relying on the noun phrase 'Declared beneficial owners.'

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 states that the tool operates under the legitimate-interest regime and requires a purpose, which implies when use is appropriate. It does not explicitly name alternatives or state when not to use this tool, leaving the boundary with get_participants or lookup_company unclear.

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

get_court_casesCourt case involvementAInspect

Court hearings where the Lithuanian legal entity appears as a party.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesLithuanian legal-entity code (juridinio asmens kodas).

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the core behavioral scope (returns hearings where the entity appears as a party), which is useful. However, it does not mention potential limitations, data source, or handling of edge cases like no results, leaving some behavioral details unspecified.

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?

A single, focused sentence that front-loads the essential purpose without any filler. Every word contributes meaning and the structure is immediately parsable.

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 simplicity—one required parameter, no annotations, and no output schema—the description provides adequate context for an agent to understand what the tool does. However, it could be enhanced by noting any return format or caveats, though not strictly necessary for such a direct query tool.

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?

The input schema already provides a full description of the single 'code' parameter, including its pattern and meaning. The tool description adds no additional semantic information about this parameter, so the schema carries the load and the baseline score of 3 is appropriate.

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 returns court hearings where the entity is a party, making the resource and scope unambiguous. It distinguishes from sibling tools by focusing on court cases rather than ownership, real estate, seizures, etc. Though phrased as a noun phrase rather than a verb, the purpose is effectively conveyed.

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 intended use is implied by the description (i.e., retrieve court cases involving a Lithuanian entity), but no explicit guidance is given on when to use this tool versus alternatives. There are no exclusions or references to sibling tools, so the guidance is only implicit.

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

get_due_diligence_reportFull due-diligence reportAInspect

One call returning the whole picture: profile, participants, beneficial owners, real property, seizure acts and court cases. Cheaper than the parts bought separately. A purpose is required because the report contains beneficial-owner data.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesLithuanian legal-entity code (juridinio asmens kodas).
purposeYesPurpose of processing; logged per call. Required for beneficial-owner data.
interpretNoSet true to add the standardized legal interpretation of the answer: what the data means under Lithuanian law, with statute citations. Adds the interpretation fee to the call.

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden but only partially discloses behavior. It mentions the purpose requirement and cost advantage, but does not mention the interpret fee, potential side effects, or output format. This is a moderate disclosure for a report retrieval 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?

The description is three sentences, front-loaded with the core function and immediately followed by cost and requirement context. Every sentence adds value without redundancy.

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 detailed parameter schema and the listed report components, the description is fairly complete for selecting this tool. It covers what the report contains and the purpose requirement, though it omits output structure details that are not covered elsewhere.

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 100% with descriptions for all parameters. The description adds no additional parameter details beyond the schema, confirming the baseline score of 3.

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 explicitly states the tool returns a full due-diligence report including profile, participants, beneficial owners, real property, seizure acts, and court cases. This clearly distinguishes it from sibling tools that fetch individual components, so the purpose is clear and specific.

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 implies when to use this tool by highlighting that it is cheaper than buying parts separately and that a purpose is required for beneficial-owner data. It does not explicitly name alternatives or exclusions, but the value proposition guides selection for comprehensive due-diligence needs.

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

get_kyc_packageCheck an identification packageAInspect

Current state of a KYC package order: whether the subject has signed, the cross-check outcome, and the evidence container digest once delivered. The container bytes are fetched over REST, not through this tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
orderIdYesThe order id returned by create_kyc_package.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses what the tool returns (signed status, cross-check outcome, digest) and adds timing context ('once delivered') as well as the REST routing note for container bytes. It doesn't explicitly state read-only, but 'current state' implies no mutation, and no side-effect or error details are given.

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 two tight sentences, front-loaded with the core purpose and followed by a single important limitation. Every word earns its place; no filler or repetition of the tool name.

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 simple one-parameter status tool with no output schema, the description explains what information is available, adds a timing nuance, and clarifies what the tool does not do (container bytes). It doesn't cover return formatting or error behavior, but the information provided is sufficient for most use cases.

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?

The input schema already fully describes the single parameter (orderId from create_kyc_package). The description adds no additional parameter-level detail, but schema coverage is 100%, so the baseline of 3 applies; the description's reference to 'order' aligns with the schema.

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 reports the current state of a KYC package order, listing specific elements: signing status, cross-check outcome, and evidence container digest. This distinguishes it from sibling tools by focusing on the KYC package lifecycle rather than beneficial owners, court cases, etc.

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 implies this is the check-status tool for a KYC package order, and it explicitly excludes fetching container bytes via this tool (noting they come over REST). This provides a useful when-not boundary, though it doesn't name alternatives or describe the typical create-then-check flow explicitly.

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

get_participantsShareholders and membersCInspect

Current participants (shareholders, members) of a Lithuanian legal entity.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesLithuanian legal-entity code (juridinio asmens kodas).

TDQS

C2.9/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden. It only adds the adjective 'current' to indicate a snapshot, but does not disclose whether the operation is read-only, any access requirements, rate limits, or response characteristics. This is insufficient behavioral disclosure.

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, concise sentence with no redundant content. It is well-structured and easy to parse immediately.

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

Completeness2/5

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

Given the simple schema and lack of output schema, the description still feels incomplete. It does not explain what data will be returned (e.g., names, percentages), when to choose this over siblings, or any caveats. The description reads more like a label than a full tool explanation.

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?

The input schema already provides a complete description of the 'code' parameter, including a pattern and explanation. The description's mention of 'Lithuanian legal entity' essentially duplicates the schema. With 100% schema coverage, baseline 3 is appropriate.

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 resource (participants/shareholders/members) and scope (Lithuanian legal entity), and the tool name includes 'get' to indicate retrieval. It differentiates from sibling tools like get_beneficial_owners by specifying shareholders and members, though it is phrased as a noun phrase rather than an explicit action statement.

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 get_beneficial_owners or lookup_company. The description does not mention any context, prerequisites, or exclusions.

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

get_real_estateReal property held by the entityAInspect

Real property registered to a Lithuanian legal entity, with the rights recorded on each object. Legal entities only.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesLithuanian legal-entity code (juridinio asmens kodas).

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that the tool reads registered property data and includes rights, but does not mention any read-only guarantee, pagination, or potential error conditions. This is adequate but not rich.

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 two sentences, front-loaded with the main purpose, and contains no filler. Every word adds value, including the 'Legal entities only' clarification.

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 simple single-parameter get tool with no output schema, the description covers what the tool returns, the scope (registered property, rights), and the entity-type restriction. It could mention whether results are paginated or list details, but this is not essential for basic invocation.

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?

The single parameter 'code' is fully documented in the schema with a pattern and description, giving high schema coverage. The tool description adds no extra parameter meaning, but baseline 3 is appropriate since the schema already carries the semantic load.

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 returns real property registered to a Lithuanian legal entity, including the rights recorded per object. This uses a specific resource (real property of legal entities) and distinguishes itself from sibling tools like get_court_cases or get_participants, which cover different domains.

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 explicitly restricts usage to legal entities, signaling when not to use it (individuals). It does not name alternative tools for other property types or scenarios, but the context is clear enough that an agent can infer this is the go-to tool for real estate holdings.

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

get_seizuresProperty seizure actsAInspect

Property seizure acts registered against a Lithuanian legal entity, with the institution that imposed them, the parties and the seized assets. An entity with no acts is a clean record, not a missing answer.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesLithuanian legal-entity code (juridinio asmens kodas).
interpretNoSet true to add the standardized legal interpretation of the answer: what the data means under Lithuanian law, with statute citations. Adds the interpretation fee to the call.

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that an entity with no acts returns a 'clean record' rather than a missing answer, which is a key behavioral nuance for result interpretation. It also outlines the response content, but does not mention error behavior, auth requirements, or rate limits. Overall, it provides meaningful context beyond 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 two sentences, both essential and front-loaded. The first sentence presents the core functionality and output, while the second clarifies a potential misinterpretation of empty results. No unnecessary words or repetition of schema details.

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 lack of an output schema, the description provides useful details about the return data (institution, parties, seized assets) and clarifies the clean record behavior. It is not exhaustive (e.g., no date ranges or pagination), but it is sufficiently complete for a focused data retrieval tool alongside clear sibling context.

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?

The schema already provides 100% coverage for both parameters, including a regex pattern and description for 'code' and a detailed explanation for 'interpret'. The description adds no additional parameter-level semantics, so a baseline score of 3 is appropriate.

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 specifies the tool's function: retrieving property seizure acts for a Lithuanian legal entity, including the imposing institution, parties, and seized assets. This distinguishes it from sibling tools like get_court_cases or get_beneficial_owners by focusing on seizure-specific data.

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?

The description does not provide explicit guidance on when to use this tool vs. alternatives. It only mentions the clean record interpretation, which addresses data semantics rather than tool selection. No exclusions or alternative tool references are given.

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

lookup_companyLook up a Lithuanian companyAInspect

Core registry profile of a Lithuanian legal entity: name, legal form, status, registered address, registration dates, capital, activities and current management. Current data with officially attested provenance.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesLithuanian legal-entity code (juridinio asmens kodas).
interpretNoSet true to add the standardized legal interpretation of the answer: what the data means under Lithuanian law, with statute citations. Adds the interpretation fee to the call.

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It states the data is 'current' and has 'officially attested provenance', which is useful context, but it does not disclose other behavioral traits like possible errors, response format, or rate limits. A mid-range score is appropriate.

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 two sentences, directly stating the tool's purpose and content. It is well-structured and front-loaded with the key information, with no wasted words.

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 simple parameters and no output schema, the description adequately lists the data fields returned and notes data currency. It is complete enough for an agent to understand the basic scope, though error handling and return structure are not elaborated.

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?

The schema has 100% description coverage for both parameters, so the description adds no additional parameter meaning. The schema already explains the code pattern and the interpret boolean with its fee implication. Baseline score of 3 is justified.

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 provides a 'core registry profile' of a Lithuanian legal entity, enumerating the specific data fields (name, legal form, status, etc.). This is specific and distinguishes it from sibling tools that focus on narrower aspects like ownership or court cases.

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 implies this is the general-purpose company information tool, but it does not explicitly state when to use it versus the specialized siblings. It gives context ('core registry profile') but omits any exclusion criteria or alternative tool references.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

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 targets a distinct resource or action: company profile, beneficial owners, participants, real estate, seizures, court cases, KYC creation/status, and a composite report. The only overlap is get_due_diligence_report aggregating other endpoints, but it is clearly presented as a bundled convenience, not a duplicate.

Naming Consistency4/5

Most tools follow the verb_noun pattern with get_* prefixes. The exceptions are create_kyc_package (action verb) and lookup_company (different verb), but these are minor deviations in an otherwise consistent set. Overall the naming is predictable and readable.

Tool Count5/5

Nine tools is well-scoped for a due diligence server covering entity data, legal records, and KYC workflows. Each tool serves a clear purpose without unnecessary bloat or excessive granularity.

Completeness4/5

The set covers core due diligence areas: company profile, ownership, participants, property, seizures, court cases, and KYC. Minor gaps exist such as financial statements or sanctions screening, but for the stated Lithuanian entity focus the surface is fairly complete. The KYC lifecycle includes create and get, which is sufficient for an async process.

Resources