spraay_summarize
Summarize any wallet address or transaction into a structured risk assessment, entity classification, activity summary, and actionable insights. Pay per request with USDC.
Instructions
AI intelligence briefing for any wallet address or transaction hash. Returns structured risk assessment, entity classification, activity summary, and actionable insights. Costs $0.008 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Address (0x..., 40 hex chars) or transaction hash (0x..., 64 hex chars) to summarize | |
| context | No | Context hint to improve analysis (e.g. 'defi', 'nft', 'governance', 'bridge', 'mev') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |