SKILLful MCP Docx Processor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| docx_processB | IMPORTANT: Before calling this tool, you MUST first invoke the "docx-process" skill to load the complete parameter specifications. Do NOT call this tool without first loading the skill documentation. Word document processing gateway. Use route to select the operation. Parameters:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is absolutely no ambiguity between tools. The tool's route parameter further disambiguates sub-operations, but since it's a single tool, disambiguation is perfect.
With only one tool, naming consistency is inherently high. The name 'docx_process' uses a clear verb_noun pattern, consistent with typical MCP naming conventions.
A single tool for a Word document processor is borderline. While it bundles many operations via routes, the need to separately load skill documentation adds complexity. The scope feels slightly under-tooled.
The tool claims to support multiple operations like create, add paragraph, search text, but the lack of explicit listing makes completeness uncertain. The dependency on external skill documentation creates a potential gap for agents.