Skip to main content
Glama

MCP Server for OpenMetadata

by yangkyeongmo
enums.py1.43 kB
from enum import Enum class APIType(str, Enum): """OpenMetadata API categories for modular server configuration.""" # Core Entities TABLE = "table" DATABASE = "database" SCHEMA = "databaseschema" # Maps to databaseSchemas endpoint # Data Assets DASHBOARD = "dashboard" CHART = "chart" PIPELINE = "pipeline" TOPIC = "topic" METRICS = "metrics" CONTAINER = "container" REPORT = "report" ML_MODEL = "mlmodel" # Users & Teams USER = "user" TEAM = "team" # Governance & Classification CLASSIFICATION = "classification" GLOSSARY = "glossary" TAG = "tag" # System & Operations BOT = "bot" SERVICES = "services" EVENT = "event" # Analytics & Monitoring LINEAGE = "lineage" USAGE = "usage" SEARCH = "search" # Data Quality TEST_CASE = "test_case" TEST_SUITE = "test_suite" # Access Control & Security POLICY = "policy" ROLE = "role" # Domain Management DOMAIN = "domain" # Not Yet Implemented - Future Expansion # These are placeholder values for future implementation # API_COLLECTION = "api_collection" # API_ENDPOINT = "api_endpoint" # APP = "app" # FEED = "feed" # PERSONA = "persona" # QUERY = "query" # SEARCH_INDEX = "search_index" # STORED_PROCEDURE = "stored_procedure" # SUGGESTION = "suggestion" # WEBHOOK = "webhook"

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