Skip to main content
Glama
geored

Lumino

find_pipeline

Search Tekton pipelines and runs across Kubernetes namespaces using name patterns, labels, or annotations to identify specific workflows.

Instructions

Find Tekton pipelines matching a pattern across all accessible namespaces.

Searches PipelineRuns/TaskRuns by name, labels, or annotations using cluster-wide queries.

Args:
    pipeline_id_pattern: Pattern to match (partial name, label value, or substring).
    include_taskruns: Include TaskRuns in search results (default: False for performance).
    max_results: Maximum matching results to return per resource type (default: 100).
    namespaces: Optional list of namespaces to search (default: all namespaces).
    pipeline_runs_limit: Max PipelineRuns to fetch from API (default: 1000).
    task_runs_limit: Max TaskRuns to fetch from API if include_taskruns=True (default: 500).

Returns:
    Dict[str, Any]: Keys: pipeline_runs, task_runs, pipelines_as_code, all_namespaces_checked,
                    diagnostic_info, substring_matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pipeline_id_patternYes
include_taskrunsNo
max_resultsNo
namespacesNo
pipeline_runs_limitNo
task_runs_limitNo

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