MCP Server for OpenMetadata

get_table_by_name

Get details of a specific table by fully qualified name

Input Schema

NameRequiredDescriptionDefault
fieldsNoFields to include in the response
fqnYesFully qualified name of the table

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Fields to include in the response", "example": "name,description,columns,tags,href", "type": "string" }, "fqn": { "description": "Fully qualified name of the table", "type": "string" } }, "required": [ "fqn" ], "type": "object" }