iiif-canvas-info
Retrieve detailed information about a specific canvas from an IIIF manifest, including annotations, image info, and structural data.
Instructions
Get detailed information about a specific canvas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifestUrl | Yes | The URL of the IIIF manifest | |
| canvasId | No | Canvas ID (if omitted, returns first canvas) | |
| canvasIndex | No | Canvas index (0-based) | |
| includeAnnotations | No | Include annotation details (default: true) | |
| includeImageInfo | No | Fetch Image API info.json (default: false) | |
| includeStructures | No | Include structural information (default: false) | |
| structured | No | Return structured JSON data instead of formatted text |