Skip to main content
Glama

Office Word MCP Server

by franlealp1

delete_table

Remove a specific table from a Microsoft Word document by specifying the filename and table index, ensuring precise document editing and management.

Instructions

Delete a table from a document.

Input Schema

NameRequiredDescriptionDefault
filenameYes
table_indexYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "table_index": { "title": "Table Index", "type": "integer" } }, "required": [ "filename", "table_index" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/franlealp1/mcp-word'

If you have feedback or need assistance with the MCP directory API, please join our Discord server