Skip to main content
Glama

Server Details

Whale & Institutional Flow MCP — 8 tools: TVL flows, alpha signals, stablecoin supply.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ToolOracle/smartmoneyoracle
GitHub Stars
0
Server Listing
SmartMoneyOracle

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 DescriptionsB

Average 3.5/5 across 8 of 8 tools scored. Lowest: 2.9/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of DeFi analytics: alpha signals, chain-level TVL, protocol flow analysis, health monitoring, institutional protocols, protocol winners/losers, stablecoin supply, and whale activity. No two tools have overlapping purposes, making selection unambiguous.

Naming Consistency4/5

All tool names use lowercase snake_case and are generally descriptive (e.g., alpha_signal, chain_flows, stablecoin_flows). The only minor inconsistency is 'institutional' being a single noun while others are compound, but the pattern remains predictable.

Tool Count5/5

With 8 tools covering a comprehensive range of DeFi analytics from alpha signals to whale tracking, the count is well-scoped for a specialized oracle server. Each tool earns its place without overcrowding.

Completeness4/5

The tool surface covers core DeFi indicators (TVL flows, stablecoin supply, whale activity, alpha scoring). Missing historical comparisons or more granular token-level data, but the set is sufficient for its stated purpose as a smart money oracle.

Available Tools

8 tools
alpha_signalCInspect

Combined alpha scoring: price momentum + volume surge + buy pressure + whale boost activity. Rating: COLD to EXPLOSIVE.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoToken name or symbol (required)
Behavior2/5

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

No annotations provided, so description must disclose behaviors. It mentions components like momentum and whale activity but does not explain data freshness, rate limits, error handling (e.g., unknown tokens), or whether the tool is read-only. Lacks depth for a scoring tool.

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?

Description is a single sentence with 14 words, very concise. Every word adds value, but it could be structured slightly better (e.g., 'Input a token name/symbol; returns a rating from COLD to EXPLOSIVE'). Still, no fluff.

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?

Given the simple input (one string), no output schema, and sibling tools, the description is minimally complete. However, it does not specify the output format (just rating? additional data?) or behavior for invalid inputs. Adequate but with gaps.

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% for the single parameter 'query'. The description adds no extra meaning beyond the schema description, which already states 'Token name or symbol (required)'. Baseline of 3 is appropriate.

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?

Description clearly states the tool calculates an alpha score based on specific factors and outputs a rating from COLD to EXPLOSIVE. It uses a specific verb ('scoring') and resource ('alpha'), and it distinguishes from siblings like chain_flows or health_check which focus on different aspects.

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 explicit guidance on when to use this tool vs siblings. It implies usage for token analysis but does not state when alternative tools (e.g., chain_flows) might be more appropriate. Missing prerequisites or context.

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

chain_flowsAInspect

Cross-chain capital allocation: which chains hold how much TVL. See where the ecosystem money sits.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 clearly implies a read-only query for TVL metrics, which is inherently non-destructive. No contradictions.

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 short sentences, no fluff. Front-loaded with key purpose and a clarifying example.

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?

Indicates output includes chain names and TVL amounts, but lacks detail on units or data freshness. Without output schema, more explicit return format would improve completeness.

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?

No parameters exist, so schema coverage is 100%. Description adds no parameter info, but baseline 4 applies as it is unnecessary.

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?

Specifically states it shows TVL by chain, which is a clear verb+resource. Distinguishes from siblings like stablecoin_flows and flow_scan by focusing on chain-level capital allocation.

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?

Implies use when wanting to know cross-chain TVL distribution, but no explicit when-not or alternatives. Sibling tools are not mentioned to guide selection.

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

flow_scanBInspect

Protocol TVL flow analysis: current TVL, 7-day inflow/outflow, chain breakdown. Track where capital is moving.

ParametersJSON Schema
NameRequiredDescriptionDefault
protocolNoProtocol slug (e.g. 'aave', 'lido', 'uniswap') (required)
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It states the tool provides current TVL and flows but does not mention data freshness, authentication needs, rate limits, or whether the operation is read-only. The lack of such details leaves ambiguity about its behavior.

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, front-loads the core purpose, and includes no extraneous information. Every sentence is essential and well-structured.

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?

The description covers the main outputs but omits response format details, which is important since no output schema is provided. It also leaves ambiguity about the required status of the parameter (schema says 'required' but context signals indicate 0 required params). Adequate but not fully complete.

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 description coverage is 100%, with the parameter description already explaining 'protocol slug' with examples. The description adds no additional meaning beyond what the schema provides, meeting the baseline but not exceeding it.

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 provides 'current TVL, 7-day inflow/outflow, chain breakdown' for a protocol. It uses specific verbs and identifies the resource (protocol TVL). However, it does not differentiate from sibling tools like 'protocol_flows' or 'chain_flows', which may have overlapping purposes.

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 implies usage for tracking capital movements in a protocol, but provides no guidance on when to use this tool over alternatives. It does not specify prerequisites, exclusions, or typical use cases compared to sibling tools.

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

health_checkBInspect

Server health, API connectivity, tool list, pricing.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It fails to state that the tool is read-only, has no side effects, or any required authentication. The listed return fields are vague and do not clarify the exact response structure or potential errors.

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 extremely concise—a single sentence with four key items. However, it could benefit from a clearer structure or a brief introductory verb. It is front-loaded but slightly elliptical.

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?

Given no parameters, no output schema, and no annotations, the description is the sole source of information. It lists four outputs but lacks details on their format or completeness. For a simple health check, it is minimally adequate, but more context (e.g., response format) would improve usability.

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?

With 0 parameters and 100% schema coverage, the baseline is 4. The description does not need to elaborate on parameters. It correctly conveys that no inputs are required.

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 lists specific resources (server health, API connectivity, tool list, pricing) indicating what the tool checks, which distinguishes it from sibling tools like flow_scan or top_whales. However, it lacks a clear verb ('check' is implied) and reads more as a list of outputs than a concise action statement.

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. There is no mention of prerequisites, when not to use it, or how it relates to sibling tools. The context suggests it is a general health check, but the description does not make this explicit.

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

institutionalAInspect

Track institutional-grade protocols: Lido, Aave, Maker, Ondo, BlackRock, Ethena etc. TVL, 1d/7d changes, categories.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

With no annotations, the description carries the burden. It discloses the kind of data returned (TVL, changes, categories) but does not mention side effects, permissions, or rate limits. Minimal behavioral context.

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 sentence with no wasted words, providing essential information efficiently.

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 no parameters, no output schema, and a simple tracking purpose, the description covers the key aspects (examples and metrics) adequately.

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?

No parameters exist, so baseline is 4. The description does not need to add parameter details, and the schema coverage is 100% trivially.

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 tracks institutional-grade protocols and lists specific protocols and metrics (TVL, 1d/7d changes, categories). This distinguishes it from sibling tools like alpha_signal or chain_flows.

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 tracking institutional protocols but does not provide explicit guidance on when to use this tool versus others, nor does it mention 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.

protocol_flowsBInspect

Top protocols gaining and losing TVL right now. The smart money flow radar. Filter by category (DEX, Lending, etc.).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoResults per direction (default: 15)
categoryNoFilter: dexes, lending, liquid staking, bridge, etc.
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It describes the tool as a radar of 'smart money flows' and 'right now,' but lacks details on data freshness, pagination, read-only status, rate limits, or authorization needs. The behavioral transparency is minimal.

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 with two sentences, front-loading the core purpose. There is no unnecessary information, but it could be slightly more structured (e.g., separating gaining/losing).

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?

Given no output schema, the description should explain return format. It mentions gaining and losing TVL, but does not specify what fields are returned (e.g., protocol name, TVL amount, change). Parameter coverage is good, but the overall description lacks completeness about outputs.

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?

The input schema has 100% coverage of parameter descriptions. The tool description adds context for filtering by category but does not add meaningful semantics beyond the schema. It repeats 'Filter by category' which is already in the schema. Baseline of 3 is appropriate.

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 identifies the tool as showing top protocols gaining/losing TVL, using 'smart money flow radar' and mentions filtering by category. It distinguishes from siblings like chain_flows or stablecoin_flows by focusing on protocol-level TVL changes.

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 seeing protocol TVL trends and filtering by category, but does not explicitly state when not to use it or mention alternatives among siblings. There is no guidance on prerequisites or exclusions.

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

stablecoin_flowsAInspect

Stablecoin supply tracking — a leading market indicator. Total supply, per-coin breakdown, chain distribution.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations provided, so description carries full burden. Mentions 'leading market indicator' but does not disclose data freshness, update frequency, sources, or coverage limitations. Behavioral traits are vague.

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?

Two concise sentences that front-load key information. Every phrase adds value, though could be slightly more structured (e.g., list format).

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 no parameters, no output schema, and simple informational query, the description sufficiently covers what the tool provides. Lack of documentation on data sources or update cadence is acceptable for a straightforward metric 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?

Input schema has zero parameters (100% coverage), so description does not need to explain param details. It adds value by describing output content (total supply, per-coin, chain distribution).

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 the tool tracks stablecoin supply and lists specific metrics: total supply, per-coin breakdown, chain distribution. Distinguishes from siblings like 'chain_flows' or 'protocol_flows' which focus on different flow types.

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 stablecoin supply analysis, but no explicit guidance on when to use this tool over alternatives like 'flows' or 'chain_flows'. No exclusion criteria or prerequisites mentioned.

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

top_whalesBInspect

Current whale activity across DeFi: top boosted tokens, community takeovers, CoinGecko trending. Filter by chain.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoFilter: solana, ethereum, base, bsc, etc.
limitNoResults (1-20, default: 10)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It fails to disclose behavioral traits such as whether the tool is read-only, any rate limits, or what actions it performs. It only notes the data content.

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, front-loaded sentence that efficiently states the tool's purpose and primary filter. Every word adds value with no repetition or fluff.

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 low complexity (two simple parameters, no nested objects, no output schema), the description adequately conveys the tool's function and filter capability. It could mention the return format but is sufficient for agent invocation.

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% with descriptions for both parameters (chain and limit). The description adds 'Filter by chain' confirming the chain parameter's purpose, but does not add meaning beyond what the schema already provides. Baseline of 3 is appropriate.

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 provides a specific verb ('current') and resource ('whale activity across DeFi') and lists distinct data types (top boosted tokens, community takeovers, CoinGecko trending), clearly distinguishing it from sibling tools like chain_flows or institutional.

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 implies usage for whale activity but offers no explicit guidance on when to use this tool versus alternatives. It does not state when not to use it or mention any prerequisites 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.