get_knowledge_doc
Retrieve markdown content for Algorand knowledge documents by specifying document keys and network parameters to access blockchain resources.
Instructions
Get markdown content for specified knowledge documents
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documents | Yes | Array of document keys (e.g. ["ARCs:specs:arc-0020.md"]) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |