Skip to main content
Glama

Start: Cryptoasset financial promotion checker

checker_start

The first question of the Cryptoasset financial promotion checker decision guide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that this is the first question, without explaining what happens when the tool is invoked, whether it initializes any state, or what the returned content looks like.

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 a single concise sentence with no redundant content. It is efficiently front-loaded with the key information, though it is somewhat under-specified in terms of behavior.

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?

For a zero-parameter tool, the description is minimally adequate: it tells the agent this is the entry question of a decision guide. However, without an output schema or annotation, it lacks information about the expected response, session behavior, or how it connects to the rest of the guide.

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 the description does not need to compensate for missing parameter documentation. The empty schema with 100% coverage is sufficient, making parameter semantics a non-issue.

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 identifies the tool as the first question of the Cryptoasset financial promotion checker decision guide, which clearly conveys its role as the entry point. It does not use an explicit action verb, but the resource and stage are specific enough to distinguish it from the sibling tools at a basic level.

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 phrase 'first question' implies that this tool is used at the beginning of the decision guide, providing some usage context. However, it does not explicitly state when to use this tool versus alternatives like checker_answer or checker_tree.

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/5.0
Disambiguation5/5

Each tool has a clearly distinct role: checker_start, checker_answer, and checker_tree cover different aspects of the decision guide (initial step, stepwise traversal, full map), while enquiry_describe, enquiry_fields, and submit_enquiry cover the enquiry flow (overview, schema, submission). Even the two checker tools that both deal with questions are clearly separated as interactive navigation vs. complete reasoning tree.

Naming Consistency4/5

All names use lowercase snake_case and are grouped by domain prefix (checker_ and enquiry_), which makes them easy to navigate. However, action placement is not fully uniform: checker_answer and enquiry_describe are noun-verb, while submit_enquiry is verb-noun, and checker_tree/enquiry_fields are noun-noun.

Tool Count5/5

Six tools is well-scoped for the server's stated purpose: three tools for the interactive decision guide and three for the enquiry submission flow. Each tool earns its place, with no redundant or missing high-level operations.

Completeness5/5

The surface fully covers both workflows: navigating the decision guide from start to verdict, viewing the full guide structure, and submitting an enquiry with fields, consent, and confirmation tokens. No obvious dead ends or missing lifecycle operations are apparent.

Resources