Skip to main content
Glama
KK6BZB

signallord-mcp-server

signallord_get_mtf_trend

Read-onlyIdempotent

Assesses multi-timeframe trend alignment across daily, weekly, and monthly periods. Outputs a composite score from -3 (all bearish) to +3 (all bullish) to identify high-conviction moves.

Instructions

Multi-timeframe trend alignment — daily, weekly, monthly trend bits.

Returns a composite from -3 (all timeframes bearish) to +3 (all bullish). +3 and -3 alignment historically precedes the highest-conviction moves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoHistory depth, 7-1825 (default 365).
response_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations declare readOnlyHint, idempotentHint, etc. The description adds value by detailing the score range (-3 to +3) and the historical significance of alignment, which is beyond the annotations.

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 sentences: the first states the purpose, the second explains the output. No fluff, front-loaded with key information.

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?

The description explains the output range and significance, and an output schema exists. However, it lacks details on computation or edge cases, but given the tool simplicity, it is nearly complete.

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?

Schema coverage is 50% (only 'days' has description). The tool description does not mention either parameter, failing to compensate for the undocumented 'response_format' parameter. The description adds no parameter semantics beyond schema.

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 explicitly states it returns a multi-timeframe trend alignment composite score from -3 to +3. The name 'get_mtf_trend' and the description distinguish it from siblings that are specific indicators (e.g., BTC metrics, capsize score). The verb 'get' and resource 'mtf_trend' are clear.

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 usage for identifying high-conviction moves via extreme scores, but does not explicitly state when to use this tool over sibling tools like 'signallord_get_composite_score' or 'signallord_get_regime'. No when-not-to-use guidance is provided.

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/KK6BZB/signallord-mcp-server'

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