Skip to main content
Glama
VENTURE-AI-LABS

CryptoDataAPI MCP Server

get_btc_cycle

Analyze Bitcoin's market cycle position using eight key indicators including MVRV Z-Score, NUPL, and Puell Multiple to inform long-term positioning and trading strategies.

Instructions

Get all 8 BTC cycle indicators that help determine where Bitcoin is in its market cycle. Includes MVRV Z-Score, NUPL, Puell Multiple, Pi Cycle Top, 200-Week MA Multiple, Reserve Risk, RHODL Ratio, and Thermocap Multiple. Each indicator includes a score (0-100), interpretation, and zone classification (accumulation, neutral, caution, danger). Useful for long-term positioning and cycle-aware trading strategies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function that fetches Bitcoin cycle indicators.
    export async function handler(_args: z.infer<typeof schema>) {
      return apiGet("/api/v1/market-intelligence/btc/cycle-indicators");
    }
  • The schema definition for the get_btc_cycle tool.
    export const schema = z.object({});
  • Registration/name definition for the get_btc_cycle tool.
    export const name = "get_btc_cycle";
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes what the tool returns (8 indicators with scores, interpretations, and zone classifications) and its purpose (long-term positioning and cycle-aware strategies). While it doesn't mention rate limits or authentication needs, it provides substantial behavioral context for a read-only data retrieval tool.

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 efficiently structured in three sentences: first states the core purpose and lists indicators, second describes the data format, third provides usage context. Every sentence adds value with zero redundant information. It's appropriately sized for the tool's complexity.

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?

For a parameterless tool with no output schema, the description provides comprehensive context about what data is returned (8 specific indicators with score ranges, interpretations, and zone classifications) and when to use it. The main gap is the lack of information about return format/structure, but given the tool's relative simplicity, the description is largely complete.

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 tool has 0 parameters with 100% schema description coverage. The description appropriately doesn't discuss parameters since none exist. It focuses instead on what the tool returns, which is appropriate for a parameterless query tool.

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: 'Get all 8 BTC cycle indicators that help determine where Bitcoin is in its market cycle.' It specifies the exact indicators returned (MVRV Z-Score, NUPL, etc.) and distinguishes this from sibling tools like get_fear_greed or get_market_health, which provide different types of market data.

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 provides clear context for when to use this tool: 'Useful for long-term positioning and cycle-aware trading strategies.' This gives the agent guidance that this tool is for Bitcoin market cycle analysis rather than short-term metrics. However, it doesn't explicitly state when NOT to use it or name specific alternatives among siblings.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VENTURE-AI-LABS/cryptodataapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server