docx-exportJson
Retrieve the JSON model of a Word document by its ID using the DOCX MCP Server. Simplify document data extraction for further processing or analysis.
Instructions
Return the current JSON model for a given id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}