Skip to main content
Glama

Degenscan Intel

Impact for asset

impact_for
Read-only

Net directional pressure on ONE asset over a window: bias (−1..+1), number of events, strongest supportive and negative drivers, and the source events with rationale and graph path. Use it before entering or sizing a position in that asset, or to explain a move ("why is MSTR down today?"). $0.003/call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax source events returned with the aggregate.
sinceNoLookback window: "1h", "24h", "7d" or ISO-8601. Default 24h.24h
asset_idYesUniverse asset id (case-insensitive), e.g. NVDA, BTC, CL, US10Y, SPX. Call `universe` to list ids.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • changedInput schema / properties / asset_id / description
      Previous value: -"Universe asset id, e.g. NVDA, BTC, CL, US10Y, SPX"New value: +"Universe asset id (case-insensitive), e.g. NVDA, BTC, CL, US10Y, SPX. Call `universe` to list ids."
    • addedInput schema / properties / limit / description
      Added value: +"Max source events returned with the aggregate."
    • addedInput schema / properties / since / description
      Added value: +"Lookback window: \"1h\", \"24h\", \"7d\" or ISO-8601. Default 24h."
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

With readOnlyHint=true already covering the safety profile, the description goes further by disclosing concrete cost ($0.003/call) and the shape of the payload (bias range, drivers, source events with graph path). It omits latency/rate-limit behavior, but adds real context beyond the annotation.

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, front-loaded with what the tool returns before the usage guidance. Every clause carries information — fields, range, use case, price — with no filler.

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?

With no output schema, the description carries the burden of explaining return values, and it does so by enumerating the payload fields. Combined with the readOnly annotation, an agent has enough to call it correctly, though precise field formats/typing are left implicit.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so limit, since, and asset_id are already fully documented in the schema. The description reinforces the window concept but adds no syntax or format detail beyond the schema, making the baseline 3 appropriate.

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

Purpose4/5

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

The description states a specific resource and scope (net directional pressure on ONE asset over a window) and enumerates what the result contains: bias (−1..+1), event count, strongest supportive/negative drivers, and source events with rationale and graph path. It is clear what the tool produces, though it does not explicitly distinguish itself from siblings like explain or exposure_graph.

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?

It gives concrete when-to-use guidance: before entering or sizing a position, or to explain a move (with a worked example, 'why is MSTR down today?'). There are no explicit exclusions or named alternatives, so it falls short of a 5.

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.

Resources