show
Retrieve document metadata or full page text by specifying document name and optional page number and collection. Check if a document is indexed, or read a specific page.
Instructions
Use to read a specific page, or to check whether a document is already indexed.
Without page_number: shows document metadata (pages, chunks, collection). With page_number: shows the full text for that page.
Args: document_name: Document filename (e.g., 'report.pdf'). page_number: Page number (1-indexed). 0 means show metadata only. collection: Optional collection scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | No | ||
| page_number | No | ||
| document_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |