Skip to main content
Glama

Server Details

Malta Crypto Licence: the site's own MCP server — enquiry (enquiry = a human handoff, not a...

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

3 tools
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect

Read first. States plainly what submit_enquiry does on Malta Crypto Licence: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.3/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 nothing is bought, ordered, or paid, that no quote is guaranteed, and that it is free. It also states what the tool returns (who receives details, consent wording, confirmation method). This is sufficient for an informational tool, though it doesn't explicitly say 'read-only' or describe any side effects, but given it's a description tool, that's implied.

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 concise and front-loaded with the 'Read first' instruction, then explains the purpose, clarifies exclusions, and lists return contents. Each sentence adds value; it's not overly verbose for the information conveyed.

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 parameters and no output schema, the description covers what the tool does, what it doesn't do, and what it returns. It is complete enough for an agent to understand when and why to call it. The only minor gap is not explicitly naming the sibling tools, but the purpose is clear from context.

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?

The tool has zero parameters, so there is nothing to describe beyond what the schema already shows (empty object). Per the baseline rule for 0 parameters, a score of 4 is appropriate; the description adds no parameter information because none exists.

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 purpose: it describes what submit_enquiry does on Malta Crypto Licence, including the nature of the enquiry (human providers, no purchase, no guaranteed quote, free). It differentiates itself from submit_enquiry by explicitly saying it is not the submission action, and from enquiry_fields by focusing on the process and outcomes.

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 opens with 'Read first,' which is an explicit usage instruction suggesting this tool should be consulted before using submit_enquiry. While it doesn't explicitly list alternatives or exclusions, the context implies it is a prerequisite and distinguishes it from the actual submission tool.

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

enquiry_fieldsThe questions the enquiry asksAInspect

Every field of the Malta Crypto Licence enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.7/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 full burden. It clearly indicates this is a read-only listing operation (no side effects implied) and discloses the exact content of the response. It doesn't mention authentication or pagination, but for a simple field-listing tool, that is not a critical omission.

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 long with no filler. The first sentence front-loads what the tool returns, and the second provides a clear pointer to the sibling tool. Every word earns its place.

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 zero-parameter read-only listing tool with no output schema, the description is fully complete. It enumerates the return fields (key, label, type, required, help text, options) and explains how the result should be used (keyed answers for submit_enquiry). Nothing an agent needs is missing.

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?

The input schema has zero parameters, so the description does not need to explain any. The baseline for 0 parameters is 4, and the description appropriately says nothing about parameters, which is correct — there are none to document.

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: it lists every field of a specific enquiry (Malta Crypto Licence) and enumerates the returned attributes (key, label, type, required, help text, options). It is distinct from the sibling tools — submit_enquiry handles submissions, and enquiry_describe likely describes the enquiry as a whole — 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 Guidelines5/5

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

The description explicitly instructs the agent to pass answers to submit_enquiry keyed by field key, indicating this tool is meant to fetch field definitions before submission. This provides a clear when-to-use context and a direct connection to the next step, though it doesn't explicitly state when not to use it.

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

submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect

Submits an enquiry to Malta Crypto Licence — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to relevant Malta regulatory advisers, who'll quote me directly."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to relevant Malta regulatory advisers, who'll quote me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.8/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 of behavioral disclosure. It thoroughly explains the two-step flow, the consent line that must be shown to the user, the email with a link that must be clicked before providers see the enquiry, and the fact that it is not a purchase or guaranteed quote. This gives the agent a complete picture of side effects and prerequisites, with no contradiction.

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 detailed but well-organized, with clear step numbering and front-loaded key warnings (NOT a purchase, NOT a guaranteed quote). Each sentence serves a purpose; while longer than typical, the complexity of a two-step consent-driven process justifies the length. It is structured logically, making it easy to parse.

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?

Given the tool's complexity (two steps, consent, email verification, provider visibility), the description is exceptionally complete. It explains what step 1 returns (summary, consent line, confirmation token), what step 2 does, and the post-submission email flow. Even without an output schema, the agent knows exactly what to expect at each stage, leaving no gaps.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema: it explains the answers are keyed by field key from enquiry_fields, clarifies the consent parameter by quoting the exact consent line, and describes the confirmation token as the result of step 1. This enriches the parameter meaning significantly, hence a 4.

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 it submits an enquiry to Malta Crypto Licence, explicitly distinguishes it from a purchase or quote, and differentiates from sibling tools (enquiry_describe and enquiry_fields) by describing the submission action. The two-step nature and consent requirement are also stated, leaving no ambiguity about what the tool does.

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?

The description provides explicit step-by-step instructions for both steps of the process, including when to call the tool (step 1 to validate, step 2 only after user agreement) and the requirement for consent and the confirmation token. It also clarifies that it is not a purchase or guaranteed quote, setting expectations. Alternatives are not mentioned, but the siblings are clearly different tools for describing and listing fields, so the usage context is unambiguous.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

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

A4.7/5.0
Disambiguation5/5

Each tool has a distinct role: describe explains the process, fields provides the schema, and submit handles the actual submission. No overlap or confusion between them.

Naming Consistency5/5

All tools follow a consistent 'enquiry_' prefix with a clear verb: describe, fields, submit. This pattern is uniform and predictable.

Tool Count5/5

Three tools perfectly cover the enquiry workflow without excess or deficiency. The scope is narrow and each tool earns its place.

Completeness5/5

The tool set fully covers the enquiry lifecycle: explaining, schema discovery, and a two-step submission process. No obvious gaps exist for the stated purpose.

Resources