Skip to main content
Glama

Server Details

Crypto price and threshold consensus with ML-DSA-65 attestation and Base anchoring.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: one provides an overview/catalog, one verifies current price, and one resolves a price threshold. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'get_verb_noun' pattern (get_resolve_price_threshold, get_stratalize_overview, get_verify_crypto_price), ensuring predictability.

Tool Count4/5

With only 3 tools, the count is slightly low, but the overview tool acts as a discovery mechanism, making the set feel cohesive for a gateway server.

Completeness2/5

The server claims to cover multiple domains (finance, healthcare, etc.) but only provides crypto-related tools. Core operations like listing assets or historical data are missing, leaving significant gaps.

Available Tools

3 tools
get_resolve_price_thresholdA
Read-only
Inspect

Resolve whether a crypto asset is above or below a threshold via multi-source consensus for settlement and verification workflows.

ParametersJSON Schema
NameRequiredDescriptionDefault
fiatNousd
symbolYes
directionYes
thresholdYes
tolerance_pctNo
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the description is not required to repeat that. It adds value by specifying 'multi-source consensus', which hints at aggregation behavior without contradicting annotations.

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, well-constructed sentence of 15 words with clear verb and object. It is front-loaded and contains no redundant information.

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 complexity of 5 parameters and no output schema, the description is too brief. It omits details about return values, consensus behavior, and optional parameters like 'fiat' and 'tolerance_pct', leaving the agent with incomplete understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must explain parameters. It implies 'symbol', 'threshold', and 'direction' but fails to explain 'fiat' (default usd) and 'tolerance_pct' (0-100, default 0.5). This leaves significant ambiguity for the agent.

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 resolves a price threshold comparison for crypto assets using multi-source consensus, specifically for settlement and verification. It differentiates from sibling tools like get_verify_crypto_price by focusing on threshold checks rather than price verification.

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 mentions 'settlement and verification workflows' as use cases, providing some context for when to use. However, it does not explicitly state when not to use this tool or compare with siblings like get_stratalize_overview, limiting guidance for the AI agent.

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

get_stratalize_overviewA
Read-only
Inspect

START HERE — Returns the complete Stratalize tool catalog: governed MCP tools across finance, healthcare, governance, real estate, crypto, and intelligence. Available via public MCP (no auth) or x402 micropayments on Base ($0.02 atomic · $0.10 benchmark · $0.50 synthesis · $1.00 premium · $3.00 outcome pack). Org intelligence, agent governance, and role briefs require OAuth. Call this first to discover tools by role or vertical.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already show readOnlyHint=true and destructiveHint=false, indicating safe read operation. The description adds value by detailing access models (no auth, micropayments, OAuth) and mentioning Org intelligence requires OAuth, which goes beyond annotations.

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, well-structured paragraph with the important 'START HERE' callout at the beginning. Every sentence contributes meaningful information 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 tool has no parameters and returns a catalog, the description provides a high-level overview of the catalog contents (finance, healthcare, etc.) and access methods. While it lacks details on the output structure, it is adequate for a discovery tool.

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 no parameters (0 params), so baseline is 4. The description does not need to add parameter info, but it does provide context about what the tool returns, which is sufficient.

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 the complete Stratalize tool catalog and to call it first for discovery. It distinguishes itself from siblings like get_resolve_price_threshold and get_verify_crypto_price by being an entry point for tool discovery.

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 says 'START HERE' and 'Call this first to discover tools by role or vertical,' providing clear context for when to use it. It also covers different access models (public, micropayments, OAuth), but does not 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.

get_verify_crypto_priceA
Read-only
Inspect

Verify current crypto asset price via multi-source consensus. Returns attested consensus price with agreement score across independent sources (CoinGecko, Coinbase, Kraken).

ParametersJSON Schema
NameRequiredDescriptionDefault
fiatNousd
symbolYes
tolerance_pctNo
Behavior4/5

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

Adds valuable behavioral context beyond annotations: discloses sources (CoinGecko, Coinbase, Kraken) and output (attested consensus price with agreement score). No contradictions with readOnlyHint.

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?

Two concise sentences, front-loaded with action and result. No unnecessary words.

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?

Explains core functionality but lacks details on parameter usage and error handling (e.g., consensus failure). Adequate but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but description only explains 'symbol' implicitly. Does not clarify 'fiat' (currency) or 'tolerance_pct' parameters, leaving ambiguity.

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?

Description clearly states verb 'Verify' and resource 'crypto asset price' via multi-source consensus. Distinguishes from siblings like 'get_resolve_price_threshold' which resolves thresholds.

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?

Implied usage for verifying current price, but no explicit when-not-to-use or alternatives. Guidance is minimal.

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

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources