Skip to main content
Glama

cryptoguard_counterfactual_trade

Read-onlyIdempotent

Stateless what-if sensitivity analysis. Submit baseline + counterfactual variants in one request and receive tipping-point guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trainingYesReference normal samples.
base_testYesBaseline sample under evaluation.
field_levelNo0=real field, 1=complex field (default: 1).
sensitivityNoAnomaly sensitivity (default: 1.0).
counterfactual_testsYesWhat-if variants of the baseline sample.

TDQS

A4/5.0
Behavior4/5

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

The description adds 'Stateless' and the notion of submitting all variants in one request, which are behavioral traits not captured in the annotations. The annotations already provide readOnly, idempotent, and openWorld hints, so the description contributes extra context about statelessness and output behavior (tipping-point guidance). 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences that front-load the core purpose ('Stateless what-if sensitivity analysis') and then detail the request pattern and outcome. Every word earns its place with no padding.

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?

With no output schema, the description partially compensates by stating it returns 'tipping-point guidance,' which gives an idea of the output's nature. However, it doesn't detail the structure of that guidance (e.g., numeric thresholds, text). For a 5-param tool with clear schema descriptions, this is reasonably complete but could be slightly more explicit about the response format.

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 baseline is 3. The description confirms the roles of base_test and counterfactual_tests by saying 'Submit baseline + counterfactual variants', but it does not add syntax, formatting, or additional parameter semantics beyond the schema. The schema descriptions are already clear.

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 a specific verb ('Submit') and resource ('baseline + counterfactual variants') and explains the outcome ('tipping-point guidance'). It distinguishes this tool from siblings like cryptoguard_validate_trade by focusing on what-if sensitivity analysis rather than general validation.

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 usage for sensitivity analysis when you have a baseline and counterfactual variants, but it does not explicitly state when to use it over alternatives or mention exclusions. The tool name and 'counterfactual' provide context, but there's no explicit guidance on choosing this over validate_trade or validate_trade_plus.

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

A3.6/5.0
Disambiguation2/5

Several tools overlap in purpose: validate_trade and validate_trade_plus both validate trades, while scan_token and rug_check are bundled into validate_trade's checks. This creates ambiguity about which tool to use for a given task, especially for agents trying to distinguish the premium versus standard validation flow.

Naming Consistency3/5

All tool names share the 'cryptoguard_' prefix and snake_case, but the structure varies: some are verbs (search, scan_token, validate_trade), while others are nouns or adjective-noun combinations (health, rug_check, counterfactual_trade). The inconsistency in verb usage makes the set feel less predictable, though the prefix provides a unifying element.

Tool Count4/5

Seven tools is within the typical well-scoped range for a crypto risk assessment server. The count is reasonable, but the overlap between validate_trade and validate_trade_plus suggests one could arguably be consolidated, making the set slightly redundant.

Completeness4/5

The server covers the core domain well: health checking, token search, rug pull assessment, anomaly scanning, trade validation, and counterfactual analysis. Minor gaps exist (e.g., no batch processing or explicit market data endpoints) but the main workflows for trade validation and risk assessment are represented.

Resources