Skip to main content
Glama

MCP Server for OpenMetadata

by yangkyeongmo

get_table

Retrieve specific table details by ID, including fields like name, description, columns, and tags, using the OpenMetadata integration tool.

Instructions

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" }

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