MCP Server for OpenMetadata

get_table

Get details of a specific table by ID

Input Schema

NameRequiredDescriptionDefault
fieldsNoFields to include in the response
table_idYesID of the table to retrieve

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Fields to include in the response", "example": "name,description,columns,tags,href", "type": "string" }, "table_id": { "description": "ID of the table to retrieve", "format": "uuid", "type": "string" } }, "required": [ "table_id" ], "type": "object" }