get_document_info
Retrieve detailed metadata and properties from a Word document using a standardized interface, enabling efficient document analysis and management.
Instructions
Get information about a Word document.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"title": "Filename",
"type": "string"
}
},
"required": [
"filename"
],
"type": "object"
}