Skip to main content
Glama
geored

Lumino

pipeline_tracer

Trace logical operations like commits, PRs, or images through pipelines to identify flow, artifacts, and bottlenecks using correlation of labels and annotations.

Instructions

Trace a logical operation (commit, PR, image) as it flows through pipelines.

Correlates pipeline runs using labels, annotations, and artifact references.

Args:
    trace_identifier: Commit SHA, PR number, image tag, or custom trace ID.
    trace_type: "commit", "pr", "image", or "custom".
    start_time: ISO 8601 start timestamp.
    end_time: ISO 8601 end timestamp.
    include_artifacts: Include artifact details (default: True).
    trace_depth: "shallow" or "deep" (default: "deep").
    namespaces: Specific namespaces to search (skips auto-detection).
    max_namespaces: Maximum namespaces to search when auto-detecting (default: 50).

Returns:
    Dict: Pipeline flow, artifacts, bottlenecks, and summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trace_identifierYes
trace_typeYes
start_timeNo
end_timeNo
include_artifactsNo
trace_depthNodeep
namespacesNo
max_namespacesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It mentions correlation methods (labels, annotations, artifact references) and return content (pipeline flow, artifacts, bottlenecks, summary), but lacks details on permissions, rate limits, or error handling for this complex tracing operation.

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 efficiently structured with a clear purpose statement, followed by separate 'Args' and 'Returns' sections. Every sentence adds value without redundancy, making it easy to scan and understand.

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

Completeness4/5

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

For a complex tool with 8 parameters, no annotations, and an output schema, the description provides good parameter semantics and return overview. However, it could better address behavioral aspects like performance implications of 'deep' tracing or authentication requirements.

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

Parameters5/5

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

The schema has 0% description coverage, but the description provides detailed explanations for all 8 parameters, including valid values for 'trace_type' and 'trace_depth', default values, and behavioral implications like 'skips auto-detection' for namespaces.

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 purpose with a specific verb ('trace') and resource ('logical operation as it flows through pipelines'), and distinguishes it from siblings by focusing on correlation across pipelines rather than single-pipeline analysis like 'find_pipeline' or 'list_pipelineruns'.

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

Usage Guidelines3/5

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

The description implies usage for tracing operations through pipelines but does not explicitly state when to use this tool versus alternatives like 'find_pipeline' or 'list_pipelineruns', nor does it mention prerequisites or exclusions.

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

Install Server

Other 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/geored/Lumino'

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