Skip to main content
Glama

MCP Server for OpenMetadata

by yangkyeongmo

update_table

Modify existing table metadata by providing updated data and table ID, ensuring accurate and current information within OpenMetadata integrations via the MCP Server.

Instructions

Update an existing table

Input Schema

NameRequiredDescriptionDefault
table_dataYesUpdated table data
table_idYesID of the table to update

Input Schema (JSON Schema)

{ "properties": { "table_data": { "description": "Updated table data", "type": "object" }, "table_id": { "description": "ID of the table to update", "format": "uuid", "type": "string" } }, "required": [ "table_id", "table_data" ], "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