> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP tools

> Planning reference for public tools exposed by The Blockchain Library MCP Server.

## Tool design principles

Each tool should have:

* A narrow purpose.
* Explicit inputs.
* Predictable outputs.
* Safe failure behavior.
* Clear data-use expectations.
* Documentation and examples.

## Candidate tools

| Tool category | Example purpose                      |
| ------------- | ------------------------------------ |
| Search        | Find relevant educational content    |
| Glossary      | Define a blockchain term             |
| Learning      | Recommend the next learning resource |
| Docs          | Retrieve technical documentation     |

<Info>Candidate tools are planning references until they are implemented and deployed.</Info>
