token_report
Get a combined Solana token risk report: verdict, holders, identity, and with full depth, outcome path, sellability, and wallet graph—in one call.
Instructions
[$0.025] check_token + inspect_token + token_identity in one call. depth="full" ($0.07) adds the outcome path, live sellability and the wallet graph. Cheaper than the parts; use once a token is worth a real look. fetch is this call under the name ChatGPT requires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint, base58. | |
| depth | No | core: verdict, holders, identity. full adds graph, price path, sellability. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | The token this describes. | |
| says | No | The finding in one plain sentence, safe to quote. | |
| _meta | No | ||
| depth | No | Which tiers are included. | |
| screen | No | The full body of the endpoint it names, exactly as that endpoint returns it. | |
| inspect | No | The full body of the endpoint it names, exactly as that endpoint returns it. | |
| identity | No | The full body of the endpoint it names, exactly as that endpoint returns it. |