Skip to main content
Glama
miratcan

Simsar MCP

by miratcan

get_macd

Get MACD values for any cryptocurrency pair to analyze trend direction and momentum, identify buy and sell signals based on MACD line crossings.

Instructions

Get MACD (Moving Average Convergence Divergence) for a cryptocurrency.

MACD shows trend direction and momentum:

  • MACD > 0: Bullish momentum

  • MACD < 0: Bearish momentum

  • MACD crossing above signal line: Buy signal

  • MACD crossing below signal line: Sell signal

Args: symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT) interval: Candle interval - 1m, 5m, 15m, 30m, 1h, 4h, 1d fast: Fast EMA period (default 12) slow: Slow EMA period (default 26) signal: Signal line period (default 9) limit: Number of values to return (default 10) start_time: Start time in ISO format (e.g., 2024-01-01) end_time: End time in ISO format (e.g., 2024-02-01)

Returns: MACD values with trend interpretation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fastNo
slowNo
limitNo
signalNo
symbolYes
end_timeNo
intervalNo1h
start_timeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It describes MACD calculation and output interpretation but omits side effects, error handling, or access requirements. As a read-only indicator tool, it implicitly suggests safety, but lacks explicit disclosure.

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 with sections for interpretation, arguments, and returns. It is informative but could be slightly more concise, especially the interpretation section which is helpful but somewhat lengthy.

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

Completeness5/5

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

Given 8 parameters, one required, and an output schema present, the description covers all aspects: parameter descriptions, defaults, allowed values, and output interpretation. It is complete for an agent to understand usage without external resources.

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

Parameters5/5

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

The description provides detailed explanations for all 8 parameters, including defaults (e.g., fast=12, slow=26), allowed values (e.g., interval options), and format examples (e.g., ISO dates for start_time). Since the schema has 0% description coverage, the description fully compensates.

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 it retrieves MACD for a cryptocurrency and explains what MACD indicates. However, it does not explicitly differentiate from sibling indicators like get_rsi or get_sma, which also analyze price trends.

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 provides interpretation of MACD signals but lacks explicit guidance on when to use MACD over other indicators or when not to use it. No alternatives or exclusions are mentioned.

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/miratcan/simsar-mcp'

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