Skip to main content
Glama
hingaibm

Data Intelligence MCP Server

by hingaibm
convert_to_lineage_id.py754 B
# Copyright [2025] [IBM] # Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) # See the LICENSE file in the project root for license information. from pydantic import BaseModel, Field class ConvertToLineageIdRequest(BaseModel): container_id: str = Field( ..., description="The container identifier - can be either a catalog ID or project ID (must be valid UUID)", ) asset_id: str = Field( ..., description="The asset identifier within the container (must be valid UUID)", ) class ConvertToLineageIdResponse(BaseModel): lineage_id: str = Field( ..., description="A unique lineage identifier that can be used with other lineage tools", )

Latest Blog Posts

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/hingaibm/data-intelligence-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server