Skip to main content
Glama

snowflake_get_column_lineage

Trace column lineage in Snowflake by accessing Horizon Access History. Identify data sources, transformations, and dependencies for a specified table and column.

Instructions

Trace origin and transformation lineage for a column using Snowflake Horizon Access History.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
limitNo
databaseNo
table_nameYes
column_nameYes
schema_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.5

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, and the description does not disclose behavioral traits such as read-only nature, permission requirements, performance implications, or what the output looks like. It only describes the action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that front-loads the core purpose. It is appropriately sized with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema, return values are covered, but the description lacks essential context about parameters, usage conditions, and behavioral details. It is insufficient for an agent to correctly invoke the tool, especially with six parameters and no schema descriptions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no descriptions (0% coverage), and the tool description does not explain any of the six parameters (days, limit, database, table_name, column_name, schema_name). The description fails to clarify the meaning or default behavior of these parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: tracing origin and transformation lineage for a column, and distinguishes it from siblings like snowflake_get_object_lineage and snowflake_discover_schema_lineage by the 'column' resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as snowflake_get_object_lineage or snowflake_discover_schema_lineage. The description only states the function without context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools