Skip to main content
Glama

MCP Server for OpenMetadata

by yangkyeongmo

delete_table

Remove a table from OpenMetadata using its ID, with options for hard delete and recursive deletion of associated children, ensuring clean and precise data management.

Instructions

Delete a table

Input Schema

NameRequiredDescriptionDefault
hard_deleteNoWhether to perform a hard delete
recursiveNoWhether to recursively delete children
table_idYesID of the table to delete

Input Schema (JSON Schema)

{ "properties": { "hard_delete": { "default": false, "description": "Whether to perform a hard delete", "type": "boolean" }, "recursive": { "default": false, "description": "Whether to recursively delete children", "type": "boolean" }, "table_id": { "description": "ID of the table to delete", "format": "uuid", "type": "string" } }, "required": [ "table_id" ], "type": "object" }
Install Server

Other Tools from MCP Server for OpenMetadata

Related Tools

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/yangkyeongmo/mcp-server-openmetadata'

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