show
Retrieve document metadata (pages, chunks, collection) or extract the full text of a specific page. Provide the document name and optional page number to get the desired information.
Instructions
Show document metadata or retrieve a specific page's text.
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 |