Skip to main content
Glama
hjsh200219

cti-mcp

by hjsh200219

evaluate_trading_signal

Evaluate trading signals using a 10-combo scoring engine that analyzes institutional, foreign, and short-selling data to produce a STRONG_BUY to AVOID grade with expected return and win rate.

Instructions

Evaluate a trading signal using the 10-combo scoring engine. Provide institutional/foreign/short-selling data to get STRONG_BUYAVOID grade with expected return and win rate. Data represents a D-60 to D-day window split into early (D-60D-30) and late (D-30~D-day) halves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseNoClinical trial phase, e.g. "Phase 3" — applies phase multiplier to expected return
data_pointsYesNumber of trading days of data
foreign_net_lateYesForeign net buy total for late half
foreign_net_earlyYesForeign net buy total for early half
short_selling_lateYesAverage short selling ratio (%) for late half
short_selling_earlyYesAverage short selling ratio (%) for early half
institutional_net_lateYesInstitutional net buy total for late half (D-30~D-day)
institutional_net_earlyYesInstitutional net buy total for early half (D-60~D-30)
short_selling_ratio_avgYesAverage short selling ratio (%) for full period
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the scoring engine, the data window split (D-60~D-30 early, D-30~D-day late), and the output metrics, but does not explicitly state read-only behavior, error handling, or response format beyond the grade/metrics.

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

Conciseness5/5

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

Two focused sentences: the first states the action and required inputs/outputs, the second explains the data window. No wasted words; structure is front-loaded and easy to parse.

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?

For a 9-parameter tool with no output schema, the description covers the main inputs and window semantics plus expected output grade/return/win rate. However, it omits the optional phase parameter and does not specify the exact output structure, leaving moderate gaps for an agent.

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?

The schema already describes all 9 parameters with 100% coverage, including early/late definitions and units. The description adds the overall D-60 to D-day window concept, but mostly reiterates what the schema already provides, so it adds marginal value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Evaluate a trading signal using the 10-combo scoring engine,' clearly stating the verb and resource. It specifies the output (STRONG_BUY~AVOID grade with expected return and win rate) but does not explicitly differentiate from sibling tools like score_stock or analyze_stock.

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 when to use this tool: when you have institutional/foreign/short-selling data to evaluate a trading signal. However, it offers no explicit guidance on when to avoid it or how it compares to siblings like score_stock or get_technical_strategies.

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/hjsh200219/trading-by-clinical-trial'

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