Skip to main content
Glama

Manipulation Scan

get_manipulation
Read-only

[FORENSICS] Manipulation-risk analysis for one asset: composite manipulation score, coordinated-pump probability, fake-engagement risk, liquidation-cascade detection. Richer than the per-signal manipulation_score field — this is the full standalone read. Mirrors REST /manipulation/{coin}. Analytical, not advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, so the read-only nature is already conveyed. The description adds behavioral context by stating 'Analytical, not advice' and 'Mirrors REST /manipulation/{coin}', which inform expectations about output nature and API alignment. It does not introduce any contradiction with 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?

The description is three sentences, each carrying meaningful information: a forensics tag and component list, a differentiation from per-signal data, and an API mirror plus a 'not advice' caveat. It is front-loaded with the core purpose and wastes no words.

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 single-parameter tool with no output schema, the description is robust: it lists the analysis components, clarifies the scope ('one asset'), notes the REST mirror, and includes a disclaimer. It does not describe the output structure or error conditions, but given the relative simplicity and existing annotations, it is sufficiently complete for an agent to invoke it correctly.

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?

The schema has one required 'coin' parameter with no description (0% coverage). The description compensates somewhat by stating 'for one asset,' indicating that 'coin' identifies the asset, but it lacks explicit format details (e.g., symbol vs. name) and does not explain the parameter further. Given the low schema coverage, more detail would be helpful, placing this at a baseline 3.

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 performs 'manipulation-risk analysis for one asset' and enumerates the specific outputs (composite score, coordinated-pump probability, fake-engagement risk, liquidation-cascade detection). It explicitly differentiates from the per-signal manipulation_score field, positioning this as the full standalone read, which distinguishes it from sibling tools like get_signal.

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?

The description says 'Richer than the per-signal manipulation_score field — this is the full standalone read,' which provides guidance on when to use this tool versus relying on the per-signal field. It also notes the single-asset scope and the REST mirror, giving context for API users. However, it doesn't explicitly mention alternative tools or when not to use it, so it falls slightly 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