get_signals
Latest live XAUUSD/BTCUSD signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Latest live XAUUSD/BTCUSD signals.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden, and it discloses almost nothing: 'live' hints at real-time data but there is no statement about auth requirements, refresh cadence, caching, rate limits, or result shape. For a tool with zero annotations and no output schema, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single short fragment with no filler, front-loading the instruments and the 'live' qualifier. It is efficient, though borderline under-specified rather than genuinely concise-and-complete.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations, no parameters, and no output schema, the description is the only source of information an agent has, and it omits what a signal contains, whether access is gated, and how fresh the data is. It is not adequate for a tool whose entire contract rests on the description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is nothing for the description to clarify; the baseline for a parameterless tool is 4. No parameter-related claims are made or needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names the resource (XAUUSD/BTCUSD signals) and qualifies them as 'latest live', which distinguishes it from the sibling get_signal_performance. However, it is a noun fragment rather than a clear verb+resource statement, and it never defines what a 'signal' contains (entry price, direction, TP/SL), leaving the actual purpose somewhat vague.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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_signal_performance or get_warroom_analysis, no prerequisites (subscription/access), and no exclusions. The agent must infer usage entirely from the sibling names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.