Skip to main content
Glama

AlphaBotPro Trading API

get_signal_performance

Win rate per symbol.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden and states almost nothing: read-only status, auth requirements, whether results are cached or time-bounded, and what 'signal' refers to are all undisclosed. The single noun phrase cannot cover a zero-parameter analytics call.

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?

It is only three words, so nothing is wasted, but it reads as an under-specified fragment rather than a front-loaded sentence. Brevity here reflects missing content rather than disciplined editing.

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

Completeness2/5

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

With no output schema, no annotations, and no parameters, the description is the sole source of context and it omits the metric definition, aggregation window, and return shape. An agent cannot reliably decide to call it or interpret the result.

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 tool takes no parameters, so there is nothing for the description to disambiguate beyond the absent filters (symbol, timeframe, account), which is the baseline 4 case for parameterless tools.

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

Purpose3/5

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

The fragment 'Win rate per symbol' communicates the metric returned (win rate, grouped by symbol) but supplies no verb, no scope, and no differentiation from the sibling get_signals. An agent can guess the resource but cannot confirm what operation is performed (compute on the fly? read stored stats?).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to call this versus get_signals, get_signals performance contexts, or get_warroom_analysis. No prerequisites, timeframes, or exclusions are stated anywhere in the definition.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.