zero_overview
Access a comprehensive overview of the Zero Network, including its functionality, key facts, and relevant documentation links.
Instructions
Get a comprehensive overview of the Zero Network — what it is, how it works, key facts, and links.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- zero_mcp/server.py:567-570 (handler)The `zero_overview` tool handler, which returns a static network overview string.
@mcp.tool() def zero_overview() -> str: """Get a comprehensive overview of the Zero Network — what it is, how it works, key facts, and links.""" return NETWORK_OVERVIEW