Skip to main content
Glama

OneQAZ Trading Intelligence

get_news_causality_breakdown

Read-onlyIdempotent

Purpose: Three-bucket news classification proving systematic discrimination between anticipated and surprise events. ANTICIPATED = scheduled + pre-move detected, SURPRISE_WITH_PRECURSOR = cascade anomaly (macro -> ETF -> stock) caught early, SURPRISE = pure unexpected. Triggers (casual questions too): "was that news already priced in?", "그 뉴스 예견된 거였어?", "how many surprise events this week?", "돌발 뉴스 비율 어때?", "did the market see it coming?". When to call: after get_news_leading_indicator_performance. Prerequisites: none. Next steps: market://{market_id}/external/causality for raw causality data. Caveats: window limited to recent days.

Args: market_id: Market identifier days: Lookback window in days (default 7)

Disclaimer: Information only, not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
market_idNocrypto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds operational caveats like 'window limited to recent days' and a disclaimer, which enrich understanding without contradicting annotations. It does not reveal potential rate limits or data availability issues, but the added context is valuable.

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?

The description is organized into labeled sections (Purpose, Triggers, When to call, Next steps, Caveats, Args, Disclaimer), making it scannable. It is somewhat verbose due to multilingual trigger examples and overclaiming language, but every section earns its place and the purpose is front-loaded.

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?

An output schema exists, so return values are handled separately. The description provides prerequisites, sequencing relative to a sibling tool, next steps, and caveats, making it sufficiently complete for a read-only tool with open-world behavior. It lacks details on data freshness or edge cases, but overall coverage is strong.

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 has 0% description coverage, so the description must compensate. However, it only repeats the parameter names with minimal gloss (e.g., 'market_id: Market identifier', 'days: Lookback window in days'), adding no new meaning, examples, or constraints. The vague caveat about 'recent days' is the only extra hint, but it is insufficient.

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 clearly states the tool's function: classifying news into three buckets (anticipated, surprise with precursor, pure surprise). It uses specific terminology and defines each category, distinguishing it from sibling tools that focus on other news-related analytics.

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

Usage Guidelines5/5

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

Provides explicit usage context: 'When to call: after get_news_leading_indicator_performance' and lists trigger questions in multiple languages. It also includes prerequisites and next steps, giving clear guidance on when and how to use this tool relative to alternatives.

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.3/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but there are overlapping areas such as get_feature_governance_state vs get_feature_governance_status_tool and the convenience wrappers for losing/winning positions/trades. Descriptions clarify relationships well, so confusion is limited.

Naming Consistency4/5

The vast majority follow a consistent 'get_' prefix with descriptive nouns, but inconsistencies exist: some tools have '_tool' suffix (e.g., get_macro_causality_graph_tool) while similar ones do not, and governance tools use 'state' vs 'status_tool'. Overall, the pattern is predictable.

Tool Count2/5

39 tools is excessive for the apparent scope. Many are redundant convenience wrappers (get_losing_positions, get_winning_trades, etc.) that duplicate filters on other tools, and there are near-duplicate governance tools. The count could be significantly consolidated.

Completeness5/5

The tool surface is remarkably comprehensive, covering signals, trades, predictions, positions, macro relationships, news causality, strategies, structure, governance, and ledger integrity. There are no obvious functional gaps, and the tools form a well-integrated evidence chain.