Skip to main content
Glama
gtorreal
by gtorreal

get_technical_indicators

Calculate technical indicators like RSI, MACD, Bollinger Bands, and SMAs from Buda.com trade history to analyze market trends and generate trading signals.

Instructions

Computes RSI (14), MACD (12/26/9), Bollinger Bands (20, 2σ), SMA 20, and SMA 50 from Buda trade history — no external data or libraries. Supports periods: 5m, 15m, 30m, 1h, 4h, 1d. Use shorter periods (5m/15m) for intraday analysis. Uses at least 500 trades for reliable results (set limit=1000 for maximum depth). Returns latest indicator values and signal interpretations (overbought/oversold, crossover, band position). If fewer than 20 candles are available after aggregation, returns a structured warning instead. Example: 'Is BTC-CLP RSI overbought on the 4-hour chart?'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
market_idYesMarket ID (e.g. 'BTC-CLP', 'ETH-BTC').
periodNoCandle period: '5m', '15m', '30m', '1h', '4h', or '1d'. Default: '1h'.1h
limitNoNumber of raw trades to fetch (default: 500, max: 1000). More trades = more candles = more reliable indicators.
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 key behaviors: it computes indicators without external data, requires sufficient trades for reliability, returns signal interpretations, and provides a structured warning if insufficient data is available. It does not cover rate limits, authentication needs, or error handling, but offers substantial operational context.

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 well-structured and front-loaded with core functionality, followed by usage notes and an example. Most sentences add value, though the example could be slightly trimmed. It efficiently conveys necessary information without redundancy, making it appropriately concise 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?

Given the tool's moderate complexity, no annotations, and no output schema, the description does a good job of covering key aspects: purpose, usage, behaviors, and output expectations. It explains what is returned (indicator values and interpretations) and failure conditions. However, it lacks details on output format or error types, leaving some gaps for an agent to invoke it fully correctly.

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%, so the schema already documents all parameters thoroughly. The description adds marginal value by reinforcing the purpose of 'limit' for reliability and suggesting default values, but does not provide additional semantic details beyond what the schema specifies. This meets the baseline for high schema coverage.

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 computes specific technical indicators (RSI, MACD, Bollinger Bands, SMAs) from Buda trade history, distinguishing it from sibling tools like get_price_history or get_trades. It specifies the exact indicators calculated and the data source, making the purpose highly specific and differentiated.

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 usage, recommending shorter periods for intraday analysis and specifying the need for at least 500 trades for reliable results. However, it does not explicitly state when to use this tool versus alternatives like get_market_sentiment or compare_markets, nor does it mention exclusions or prerequisites beyond data availability.

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/gtorreal/buda-mcp'

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