Skip to main content
Glama
Aaditya2502

TradeMCP

by Aaditya2502

trade_get_indicators

Read-onlyIdempotent

Retrieve technical indicators (RSI, MACD, ATR, EMAs) and a bullish or bearish signal for a single NSE stock to assess market conditions.

Instructions

Get the latest technical indicators for a single NSE symbol.

Returns a snapshot of common momentum/trend indicators (RSI, EMAs, MACD, ATR) plus a derived bullish/bearish signal. Read-only; computes nothing on live capital.

Args: params (GetIndicatorsInput): Validated input containing: - symbol (str): NSE ticker, case-insensitive (e.g. "RELIANCE") - response_format (ResponseFormat): "markdown" (default) or "json"

Returns: str: Markdown summary, or JSON with this schema: { "symbol": str, # normalized uppercase ticker "as_of": str, # ISO 8601 UTC timestamp "last_price": float, "indicators": { "rsi_14": float, "ema_20": float, "ema_50": float, "macd": float, "macd_signal": float, "macd_histogram": float, "atr_14": float }, "signal": str # "bullish" | "bearish" } On failure: "Error: "

Examples: - "What's the RSI on Infosys?" -> symbol="INFY" - "Is Reliance bullish right now?" -> symbol="RELIANCE" - Don't use to place a trade — this tool is read-only analytics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, and idempotentHint. The description adds details on the read-only behavior ('computes nothing on live capital') and outlines the exact return schema and error handling. It does not mention rate limits or authentication, but these are likely system-level.

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-organized with a clear summary, structured Args/Returns, examples, and a usage note. It is a bit lengthy but every section adds value. The return schema could be omitted if the output schema were visible, but the text version is helpful for quick reference.

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 the tool's simplicity (single symbol, read-only) and the wealth of annotations and input schema, the description covers all necessary aspects: purpose, input parameters with defaults, output format and schema, error handling, and usage examples. No obvious gaps remain.

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 description reiterates parameter meanings (symbol, response_format) with examples like case-insensitivity and default format. Given that the input schema already contains descriptions and coverage is 0%, the description compensates adequately by adding practical context, though it does not introduce new constraints 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 states the tool retrieves the latest technical indicators for a single NSE symbol, with specific verb 'Get' and resource 'technical indicators'. It distinguishes from siblings (backtesting, portfolio, risk) by focusing on real-time indicator snapshots.

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 explicitly advises not to use the tool for placing trades, reinforcing its read-only nature. Examples illustrate appropriate queries, and the sibling tools cover different domains, making usage context clear. However, no direct comparison with specific sibling tools is provided.

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/Aaditya2502/trade-mcp'

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