Skip to main content
Glama

Report Fraud

report_fraud

Submit reports of fraudulent wallet activity with Ethereum addresses, transaction hashes, and evidence. Updates AI agent reputation scores on Base. Requires x402 payment.

Instructions

Submit a fraud report for a wallet with supporting transaction hashes and evidence.

PAID endpoint — requires x402 payment ($0.02 USD).

Args:

  • wallet (string): Ethereum wallet address of the suspected fraudster

  • tx_hashes (string[]): Array of transaction hashes as evidence

  • evidence (string): Text description of the fraudulent behavior

Returns: { success, reportId, message }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYesEthereum wallet address (e.g. 0xAbC...123)
tx_hashesYesTransaction hashes that demonstrate the fraudulent behavior
evidenceYesText description of the fraudulent behavior
Behavior4/5

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

While annotations indicate this is a non-read-only, non-destructive, non-idempotent operation, the description adds crucial behavioral context: the specific cost ($0.02 USD) and the return structure ({ success, reportId, message }). It does not disclose what happens after submission (e.g., review process, immediate blacklist status).

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 perfectly structured with clear sections: purpose statement, payment warning, Args list, and Returns documentation. Every sentence serves a distinct purpose; there is no redundant or filler text despite covering multiple aspects (function, cost, inputs, outputs).

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?

Given this is a paid mutation endpoint with 3 required parameters and no output schema, the description adequately covers the essential ground: input requirements, payment obligation, and return value structure. It could be improved by explaining report lifecycle (e.g., 'creates a pending report for review') but is sufficient for invocation.

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?

With 100% schema description coverage, the structured schema already documents all parameters thoroughly (patterns, examples, constraints). The description's Args section repeats this information with nearly identical semantics ('suspected fraudster' adds slight intent context), meeting the baseline expectation when the schema carries the descriptive burden.

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 specific action (Submit), target resource (fraud report), and required inputs (wallet, transaction hashes, evidence). It clearly distinguishes from sibling tools like check_blacklist (which queries existing data) by being the only submission/mutation tool for fraud.

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 provides critical usage context by explicitly stating this is a 'PAID endpoint — requires x402 payment ($0.02 USD)', which is essential for an agent to prepare payment headers. However, it does not specify when to use this versus check_blacklist or whether to verify the wallet status before reporting.

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/jacobsd32-cpu/djd-agent-score-mcp'

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