Skip to main content
Glama

trade_evaluate

Read-onlyIdempotent

Assess a trade's viability by combining position sizing, risk/reward, transaction costs, market regime, and technical signals. Receive a clear go/no-go verdict: FAVORABLE, CAUTION, or UNFAVORABLE.

Instructions

Complete trade evaluation: sizing, risk/reward, Kelly, costs, regime, signals. Replaces 5 individual calls.

Use when evaluating whether to take a specific trade. Combines position sizing, risk/reward analysis, transaction cost estimation, regime detection, and technical signals into a single go/no-go verdict. Provide entry/stop/target prices, account size, and recent price history. Returns: position size, costs, signals, regime, Kelly sizing, and FAVORABLE/CAUTION/UNFAVORABLE verdict. PAID ONLY — no free tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
advNoAverage daily volume in USD
pricesYesRecent price history for signals
returnsNoHistorical returns for Kelly (optional)
stop_lossYesStop loss price
spread_bpsNoBid-ask spread in basis points
entry_priceYesPlanned entry price
take_profitYesTake profit price
account_sizeYesTotal account value
risk_per_tradeNoMax risk per trade as fraction
commission_per_shareNoCommission per share
Behavior4/5

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

The description discloses the return values: 'position size, costs, signals, regime, Kelly sizing, and FAVORABLE/CAUTION/UNFAVORABLE verdict.' This adds context beyond annotations (readOnlyHint, idempotentHint) about the combined nature and verdict output. No contradictions.

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 relatively concise with two sentences and a few additional lines. It front-loads the main purpose and then details. Minor redundancy ('Complete trade evaluation' repeated) but overall well-structured.

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 complexity (10 parameters, no output schema), the description covers the tool's purpose, inputs, outputs, and pricing. It doesn't explain the verdict or signal details, but provides sufficient context for an agent to understand the tool's role.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description mentions providing 'entry/stop/target prices, account size, and recent price history' which maps to required parameters, but adds little meaning beyond the schema descriptions.

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's purpose: 'Complete trade evaluation: sizing, risk/reward, Kelly, costs, regime, signals. Replaces 5 individual calls.' It specifies the verb 'evaluate' and the resource 'trade', and distinguishes from siblings by highlighting it as a combined alternative.

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 states when to use: 'Use when evaluating whether to take a specific trade.' It also provides input requirements and notes 'PAID ONLY — no free tier.' While it mentions replacing 5 individual calls, it doesn't explicitly list those alternatives or specify when not to use.

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/QuantOracledev/quantoracle'

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