Skip to main content
Glama
miratcan

Simsar MCP

by miratcan

get_stochastic

Calculate the Stochastic Oscillator for a cryptocurrency trading pair to identify overbought (above 80) and oversold (below 20) conditions, using custom periods and time ranges.

Instructions

Get Stochastic Oscillator for a cryptocurrency.

Stochastic measures momentum on a scale of 0-100:

  • Below 20: Oversold (potential buy signal)

  • Above 80: Overbought (potential sell signal)

Args: symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT) interval: Candle interval - 1m, 5m, 15m, 30m, 1h, 4h, 1d fastk_period: Fast %K period (default 14) slowk_period: Slow %K period (default 3) 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: Stochastic values with interpretation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolYes
end_timeNo
intervalNo1h
start_timeNo
fastk_periodNo
slowk_periodNo

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 clearly states the return is 'Stochastic values with interpretation' and outlines the scale (0-100). However, it does not disclose idempotency, rate limits, or any side effects. Since the tool is read-only, this is adequate but leaves room for more detail.

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 clear first sentence, a paragraph on interpretation, and an Args/Returns section. It is concise but includes necessary details. Minor redundancy with defaults already in schema does not harm conciseness significantly.

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 has 7 parameters and an output schema, the description covers the indicator's purpose, parameter examples, and return value interpretation. It does not elaborate on error handling or data source freshness, but it is sufficient for an indicator tool with standard usage. The output schema existence reduces the need for extensive return description.

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?

Schema description coverage is 0%, so the description fully compensates by listing each parameter with examples (e.g., 'BTCUSDT', '1h'), defaults, and interpretation (fastk_period, slowk_period). This adds significant meaning beyond the schema's type and default values, making the tool easy to use 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 explicitly states 'Get Stochastic Oscillator for a cryptocurrency' with a clear verb and resource. It also explains the indicator's purpose (momentum on a scale of 0-100), which distinguishes it from sibling tools like get_rsi or get_macd. The description provides specific interpretation thresholds, making it easy to identify.

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 explains when to interpret the oscillator (oversold/overbought) but does not explicitly state when to use this tool versus alternative indicators like RSI or StochRSI. No exclusions or context for when not to use this tool are provided. Usage is implied by the indicator's common application.

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