Skip to main content
Glama

MCP Server for OpenMetadata

by yangkyeongmo

create_table

Generate a new table in OpenMetadata by providing table data, including name, description, and columns, via the MCP Server for standardized API integration.

Instructions

Create a new table

Input Schema

NameRequiredDescriptionDefault
table_dataYesTable data including name, description, columns, etc.

Input Schema (JSON Schema)

{ "properties": { "table_data": { "description": "Table data including name, description, columns, etc.", "type": "object" } }, "required": [ "table_data" ], "type": "object" }

You must be authenticated.

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