get_pdf_page_resources
Retrieve all inherited resources, fonts, XObjects, and annotations for a specific PDF page to debug its resource structure.
Instructions
Return a page's inherited Resources plus Fonts, XObjects, Annots, and related resource references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to a PDF file. Relative paths are resolved from the MCP server process cwd. | |
| maxDepth | No | Maximum recursion depth when expanding object references. | |
| pageNumber | Yes | 1-based page number. |