Skip to main content
Glama
miratcan

Simsar MCP

by miratcan

get_rsi

Calculate Relative Strength Index (RSI) for a cryptocurrency pair. Identify overbought and oversold conditions to inform trading decisions.

Instructions

Get RSI (Relative Strength Index) for a cryptocurrency.

RSI measures momentum on a scale of 0-100:

  • Below 30: Oversold (potential buy signal)

  • Above 70: Overbought (potential sell signal)

Args: symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT) interval: Candle interval - 1m, 5m, 15m, 30m, 1h, 4h, 1d period: RSI calculation period (default 14) 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: RSI values with interpretation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
periodNo
symbolYes
end_timeNo
intervalNo1h
start_timeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Despite no annotations, the description discloses that the tool returns 'RSI values with interpretation' and explains the meaning of the indicator. It does not mention rate limits or data freshness, but it is sufficiently transparent for a simple read operation.

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 a brief overview, a bulleted list for parameters, and a returns line. It is front-loaded with the RSI interpretation, though the 'Args:' and 'Returns:' headers could be omitted for conciseness.

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 presence of an output schema (though unseen) and many sibling indicators, the description adequately explains the tool's purpose, parameters, and output interpretation. It could mention error handling or time zone assumptions, but it is complete enough for an agent.

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?

Schema description coverage is 0%, but the description compensates by listing each parameter (symbol, interval, period, limit, start_time, end_time) with clear examples and defaults, adding significant meaning beyond the schema.

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 specifies 'Get RSI' for a cryptocurrency, explains the RSI scale (0-100) with oversold/overbought thresholds, and provides examples. This distinguishes it from sibling indicators.

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 context through the RSI interpretation (oversold/overbought signals) but does not explicitly state when to use this tool versus alternatives like get_stochrsi or get_mfi, nor does it provide exclusion criteria.

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