Collibra Chip MCP Skill Discovery
Collibra Chip serves its detailed guides at runtime through MCP. This package is a Kilo-facing routing guide; it does not contain an upstream source tree or embedded copies of the Collibra guides.
Required Tools
Use the connected Chip MCP server's advertised tools. The expected capabilities are:
list_collibra_skills: discover available guides and descriptionsload_collibra_skill: load a guide body, metadata, or one of its bundled references
Tool names can be namespaced by the MCP client. Match by the advertised tool name and schema rather than hard-coding a namespace.
Workflow
- Confirm that the Collibra Chip MCP server is connected.
- Call
list_collibra_skills, requesting descriptions when the schema supports that option. - If the task is ambiguous, select the catalog/index guide first. Otherwise choose the narrowest matching guide.
- Call
load_collibra_skillfor that guide's body. - Load a bundled reference only when the guide identifies it as necessary.
- Follow the loaded guide and the live MCP tool schemas. Do not infer operation names, UUID formats, or mutation payloads from this router.
Common Routing Topics
Depending on the server version, the catalog may include guides for discovery, technical lineage, asset creation, and asset editing. Treat this list as orientation only; the result of list_collibra_skills is authoritative.
- Discovery: semantic versus keyword search and resolving names to UUIDs
- Lineage: technical lineage and identifier bridging
- Asset creation: duplicate checks, required fields, and rich-text handling
- Asset editing: supported operation types and safe update sequencing
Safety
- Resolve human-readable names to identifiers before mutations.
- Read the target asset before editing it.
- Ask for confirmation before destructive or broad updates.
- Preserve the exact rich-text and operation formats specified by the loaded guide.
- If the MCP server is unavailable or a listed guide cannot be loaded, state that the workflow is unavailable; do not substitute nonexistent local files.