word_read
Reads and extracts text from a Word document, making the content available for AI agents to analyze or process.
Instructions
Read content from a Word document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.js:63-64 (registration)The 'word_read' tool is declared in the TOOLS array with its description. It is registered via server.tool() in the loop at line 107, but the actual handler is a stub that returns a placeholder message. The real handler logic exists in the native binary of the Local MCP application, not in this JavaScript file.
["word_read", "Read content from a Word document"], ["word_create", "Create a new Word document"],