Skip to main content
Glama

Find Similar Signals

find_similar_signals
Read-only

[DRILL-DOWN — history rhymes] Semantic similarity search across the signal corpus: give a coin and/or a free-text query (q), get the k most similar past signals ranked by embedding cosine similarity — 'have we seen this setup before and what did it look like'. k = 1-20 (default 5). Provide at least one of coin / q. Mirrors REST /signals/similar. Pro. Analytical, not advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNo
qNo
coinNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds meaningful behavioral details: ranking by embedding cosine similarity, k bounds, the at-least-one-input constraint, and the 'Analytical, not advice' disclaimer. No contradiction with annotations.

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?

Description is dense but not bloated; it front-loads the core purpose and packs constraints, REST mirror, and a caveat into a short space. Slightly informal tags ('DRILL-DOWN', 'Pro') add color without harming clarity.

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?

For a 3-param read-only search tool with no output schema, the description covers inputs, output ranking, constraints, and context. It doesn't specify return fields, but that's not required given the simplicity; the overall picture is complete enough for an agent to select and invoke it.

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?

With 0% schema description coverage, the description compensates by explaining k's range/default, q as free-text query, and coin as a filter, plus the constraint to provide at least one of coin/q. It does not give examples of coin format, but the semantics are clear.

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?

Clearly states it performs semantic similarity search across the signal corpus using a coin and/or free-text query, returning k most similar past signals ranked by embedding cosine similarity. This distinguishes it from sibling tools like list_signals or get_signal_with_context by emphasizing the similarity-search nature.

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?

Provides clear context for use ('DRILL-DOWN — history rhymes', 'have we seen this setup before') and input requirements ('Provide at least one of coin / q'). However, it doesn't explicitly compare with sibling tools like get_market_analogs, so it stops short of full when/when-not guidance.

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.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools have distinct purposes, but a few pairs like get_liquidation_map vs get_liquidity_map and multiple signal-fetching tools (get_signal, get_signals_since, list_signals, get_actionable_signals) could be confused without careful description reading. Overall, each tool has a clearly defined role, so the ambiguity is limited.

Naming Consistency4/5

The naming is overwhelmingly consistent: snake_case verb_noun patterns like get_price, list_signals, close_trade, and amend_trade. The exception is 'health' as a plain noun, and a few compound verbs like find_similar_signals, but the overall pattern is strictly followed.

Tool Count2/5

With 52 tools, this is far beyond the typical well-scoped range and falls into the 'too many' category. The broad platform scope justifies many tools, but the sheer number makes the set heavy and harder for an agent to navigate efficiently.

Completeness5/5

The surface covers the full lifecycle: journal management (log, amend, close, void, read), trade vetting (check, plan, rank), signal discovery (list, get, actionable, similar), market data (price, levels, indicators, options), context (macro, liquidity, flows), forensics (manipulation, trust, narrative), and meta (playbook, usage, health). No obvious gaps or dead ends.

Resources