docx-queryMeta
Extract metadata from DOCX files using a document ID with this efficient tool. Simplify document management and retrieval for streamlined workflows.
Instructions
Get docx metadata by id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}