Skip to main content
Glama

Server Details

Non-custodial MCP decision layer for AI agents evaluating stablecoin allocation routes with risk scoring, security gates, evidence snapshots, execution metadata, and signed attestations.

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 DescriptionsC

Average 2.6/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of DeFi intelligence: market overview, allocation decisions, pool details, and protocol security. No overlapping purposes.

Naming Consistency5/5

All tools follow a consistent 'get_' + noun pattern in snake_case, providing clear and predictable naming.

Tool Count5/5

Four tools is well-scoped for a focused server on market intelligence and allocation, covering key functionalities without unnecessary bloat.

Completeness4/5

Core operations are covered, but missing browsing capabilities (e.g., list protocols or pools) could limit agent discovery, though not critical for primary use cases.

Available Tools

4 tools
get_market_snapshotCInspect

Return aggregate DaoRoute market, data coverage, and candidate pool intelligence without exposing raw datasets.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoUSDC
chainNoauto
max_poolsNo
verbosityNofull
risk_profileNoconservative
stablecoin_onlyNo
min_pool_tvl_usdNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Behavior2/5

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

With no annotations provided, the description must fully disclose behavior. It only states 'without exposing raw datasets,' which is minimal. No mention of read-only nature, side effects, permissions, or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is a single sentence, which is concise but lacks structure and key details. It conveys the core function but could be more informative without being verbose.

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 (7 parameters, sibling tools, output schema), the description is insufficient. It does not explain parameter purposes, output nature, or when to use this tool, leaving agents to guess.

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

Parameters1/5

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

Schema coverage is 0%, but the description adds no meaning to the 7 parameters. It does not explain how asset, chain, max_pools, verbosity, risk_profile, stablecoin_only, or min_pool_tvl_usd relate to the aggregate output.

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 aggregate market, data coverage, and candidate pool intelligence, using a specific verb ('Return') and resource. However, it does not differentiate from sibling tools like get_optimal_allocation or get_pool_evidence.

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 provides no guidance on when to use this tool versus alternatives. It lacks explicit context, use cases, or exclusions.

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

get_optimal_allocationCInspect

Return a risk-adjusted stablecoin allocation decision.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetYes
chainYes
max_poolsNo
min_poolsNo
verbosityNofull
risk_profileYes
time_horizonNoflexible
capital_amountYes
signer_addressYes
max_slippage_bpsNo
min_pool_tvl_usdNo
excluded_protocolsNo
attestation_requiredNo
max_allocation_per_pool_bpsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Behavior2/5

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

With no annotations, the description must fully disclose behavioral traits, but it only states it returns a decision without mentioning side effects, data sources, or required authorizations. This is insufficient for an agent to understand the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

While very concise, the description is under-specified and does not front-load important details. It sacrifices necessary information for brevity.

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

Completeness1/5

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

Given the tool's complexity (14 parameters, output schema exists), the description is woefully incomplete. It fails to explain the allocation logic, parameter roles, or output structure, making it inadequate for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no meaning to any of the 14 parameters. An agent cannot infer what each parameter does or how to set them correctly.

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 it returns a risk-adjusted stablecoin allocation decision, which is specific and distinct from sibling tools like get_market_snapshot or get_pool_evidence.

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 on when to use this tool versus alternatives, nor any context on prerequisites or exclusions. The description is purely declarative without usage hints.

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

get_pool_evidenceBInspect

Return detailed evidence for a pool lookup: APR history, TVL, risk context, and suggested follow-up actions.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNo
pool_idNo
protocolNo
verbosityNofull
history_daysNo
token_symbolNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

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 states the tool returns data (APR history, TVL, risk context, suggested actions), which implies a read operation. It does not disclose any destructive behavior, authentication needs, or rate limits. The description is honest but lacks depth beyond the stated output.

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 sentence that efficiently states the purpose and output components. There is no wasted text. However, it could be slightly more structured by separating the output list, but it remains concise and front-loaded.

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?

With 6 parameters and no parameter descriptions, the agent lacks crucial context to fill in inputs correctly. The description mentions output components but not how parameters affect them. An output schema exists but is not shown. The tool is moderately complex, and the description is insufficient for an agent to use it correctly without additional knowledge.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate. However, the description does not explain any of the 6 parameters (chain, pool_id, protocol, verbosity, history_days, token_symbol). There is no guidance on what values to provide or how they affect the output. The enumeration for verbosity is not explained.

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 detailed evidence for a pool lookup, including APR history, TVL, risk context, and suggested follow-up actions. The verb 'Return' and the resource 'detailed evidence for a pool lookup' are specific. Sibling tools like get_market_snapshot and get_optimal_allocation suggest different scopes, so the purpose is differentiated.

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 instead of siblings. The description only says 'for a pool lookup,' but does not explain when to choose this over get_market_snapshot or get_protocol_security_status. No exclusions or alternatives are mentioned.

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

get_protocol_security_statusCInspect

Return live security status for a supported protocol.

ParametersJSON Schema
NameRequiredDescriptionDefault
protocolYes
verbosityNofull

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Behavior2/5

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

No annotations exist, so the description must disclose behavioral traits. It implies 'live' data but does not clarify latency, authentication needs, or potential side effects. The read-only nature is inferred but not explicit.

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, but it sacrifices necessary detail for brevity. While concise, it could be restructured to include more useful 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 presence of an output schema, the description still lacks context about the return value's structure or content. It does not cover the scope of 'live security status', leaving the agent with insufficient information for appropriate use.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no meaning to the parameters. It does not explain what 'protocol' values are supported or how 'verbosity' affects the response.

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 uses a clear verb 'Return' and specifies the resource 'live security status' for 'supported protocol'. It distinguishes from siblings like get_market_snapshot and get_optimal_allocation, which cover different areas. However, it does not elaborate on what 'security status' includes.

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 or at all. There is no mention of prerequisites, conditions, or exclusions.

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