Skip to main content
Glama

marketsummary__get_market_regime

[marketsummary] Is the market risk-on or risk-off right now? A READ of the tape (NOT a forecast).

BULLISH / BEARISH / CHOPPY from a breadth + relative-strength composite over our tracked crypto set. Free = the label; premium = every driver (advance/decline, 1h intraday pulse, rel-strength vs BTC, median move). BTC trend is best-effort (null when the feed is unreachable, never faked). Not advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paymentNo
session_tokenNo

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden. It clearly states the tool is non-predictive ('NOT a forecast'), describes the output labels and drivers, and discloses that BTC trend is best-effort and null when unreachable, never faked. It also includes a disclaimer ('Not advice'). Missing details like rate limits or auth needs, but sufficiently transparent for a read-only market indicator.

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 (4-5 lines) and well-structured: a question-answer intro, then bullet-like explanations. Every sentence adds value (purpose, method, tier differentiation, edge case handling, disclaimer). Could be slightly tighter, but overall efficient and easy to parse.

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 output schema, the description reasonably explains the output for both free (label) and premium (drivers list). It covers edge cases (BTC trend null) and practical usage. With only 2 optional parameters, this level of detail is largely sufficient, though a brief note on return format (e.g., string vs object) would improve completeness.

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 coverage is 0%, so the description must explain parameters. It mentions 'Free = the label; premium = every driver' which hints at a payment parameter, but does not explicitly describe the `payment` or `session_token` parameters, their values, or how they affect behavior. The description fails to add meaning beyond the schema, leaving agents guessing about how to invoke 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?

The description clearly states the tool's purpose: to determine if the market is risk-on or risk-off (BULLISH/BEARISH/CHOPPY) by reading the tape, not forecasting. It explains the composite of breadth and relative strength over a tracked crypto set, distinguishing free vs premium output. This is specific and differentiates from siblings like get_market_breadth or get_market_summary.

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 states it is a read of the tape, not a forecast, guiding agents to use it for current regime assessment rather than predictions. It mentions free vs premium tiers, implying payment usage, but does not explicitly list when not to use or alternative tools. However, the context from sibling tools suggests it for quick regime check, not for detailed analysis.

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

Each tool targets a distinct aspect of market analysis or token safety, with clear descriptions that avoid overlap. Tools like find_longs and find_shorts are opposites, and other get_* tools each address unique metrics (e.g., buzz, attention shifts, smart money flow). No two tools have ambiguous boundaries.

Naming Consistency4/5

Tools are prefixed by category (marketsummary__, tokensafety__, verify__), and most use a verb_noun pattern (e.g., get_liquidity, find_longs). However, there is some variation: 'ask_market', 'track_narrative', and longer names like 'attention_vs_price_divergence' break the pure 'get_' pattern. Overall, the naming is logical and predictable.

Tool Count5/5

With 24 tools, the server covers a wide range of crypto market analysis, from general summaries to specific signals (e.g., conviction gap, smart money flow) and token safety. The count is well-scoped for the domain; each tool serves a clear purpose without being excessive.

Completeness5/5

The tool set is comprehensive for a market analysis server: it includes natural language querying, trend detection, sentiment, liquidity, whale activity, safety checks, and wallet verification for premium access. Missing trading actions are outside the stated purpose, so no gaps are apparent.

Resources