Unlock Blockchain Analysis
__unlock_blockchain_analysis__Initializes a Blockscout MCP session: returns server reference data, the
blockscout-analysis skill pointer, and the URI resolution rule. Call this tool
exactly once per session, before any other tool, and reuse its payload for the
rest of the session; do not call it again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The main data payload of the tool's response. | |
| notes | No | A list of important contextual notes, such as warnings about data truncation or data quality issues. | |
| pagination | No | Pagination information, present only if the 'data' is a single page of a larger result set. | |
| content_text | No | Optional human-readable summary used for MCP content responses. | |
| instructions | No | A list of suggested follow-up actions or instructions for the LLM to plan its next steps. | |
| data_description | No | A list of notes explaining the structure, fields, or conventions of the 'data' payload. |