docx-queryObjects
Retrieve detailed information about top-level objects in a Word document by specifying an object ID. Use this tool to efficiently manage and query document elements within the DOCX MCP Server environment.
Instructions
List top-level object info by id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}