open_file
Opens a Paper file by ID or URL to set it as the active target for subsequent operations. Optionally navigates to a specific page within the file.
Instructions
Open a Paper file by its ID or URL, optionally at a specific page. When called any subsequent tool calls without fileId present will target this file. Returns the same result as get_basic_info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The Paper file ID to open. Accepts a bare ID, a /file/<id> route path, or a full https URL pointing at the file. | |
| pageId | No | The ID of a page to switch to within the file. Omit to keep the current page. |