Skip to main content
Glama

MCP Server for OpenMetadata

by yangkyeongmo

get_table_by_name

Retrieve detailed information about a specific table using its fully qualified name, including fields like name, description, columns, and tags, via OpenMetadata integration.

Instructions

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

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