document_get_metadata
Extract document metadata including title, author, page count, word count, format, file size, and dates to understand document structure before reading content.
Instructions
Get metadata for an open document: title, author, page count, word count, format, file size, dates. Token-efficient: use this before reading document content to understand its size and structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document handle returned by document_open |