Skip to main content
Glama
mukul8896

trading-mcp-server

by mukul8896

send_trade_alert

Send a formatted trade alert to Telegram for manual execution, specifying entry, stop loss, target, and rationale. Does not place any orders.

Instructions

Format an 'ACTION REQUIRED' trade recommendation and send it to Telegram for the human to place manually (used in notify-only mode).

side: BUY | SELL; trade_type: intraday | delivery; mode: paper | live. Sends a RECOMMENDATION ONLY — it does NOT place any order. The returned dict always includes 'preview' (the message text) so the agent can also surface it inline even when Telegram is not configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
sideYes
quantityYes
trade_typeYes
modeYes
entryYes
stop_lossYes
targetYes
rationaleNo
validityNo
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. It discloses key behaviors: the tool does not place orders, returns a dict with 'preview', and the message text is always included. This is good transparency for a notification tool, though it could mention error handling or Telegram configuration requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively short (two sentences plus a list of allowed values). It conveys the core purpose efficiently, but the structure could be improved by grouping parameter details or using clearer formatting. It is not overly verbose, but it lacks organization of parameter information.

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

Completeness3/5

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

Given 10 parameters, no output schema, and no annotations, the description provides moderate completeness. It explains the primary function and return value structure but lacks details on parameter semantics, failure modes, and Telegram integration specifics. The agent would need additional context to use all parameters correctly.

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

Parameters2/5

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

The description only mentions side, trade_type, and mode as examples of allowed values (BUY/SELL, intraday/delivery, paper/live). With 10 parameters and 0% schema description coverage, this is insufficient to help an agent understand the meaning and proper values for parameters like entry, stop_loss, target, rationale, or validity.

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 formats and sends a trade recommendation to Telegram in notify-only mode. It explicitly distinguishes from order execution tools by stating it does not place any order, which helps differentiate from siblings like execute_intraday_order_after_validation.

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 specifies it is 'used in notify-only mode' and explicitly says it sends a recommendation only, not an order. It also explains that the preview can be surfaced inline if Telegram is not configured. No explicit alternatives are named, but the context is clear for when to use this tool versus execution tools.

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/mukul8896/trading-mcp-server'

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