Skip to main content
Glama
zenml-io

ZenML MCP Server

Official
by zenml-io

list_pipeline_runs

Retrieve and filter pipeline runs from your ZenML workspace to monitor execution history and status.

Instructions

List all pipeline runs in the ZenML workspace.

Args:
    sort_by: The field to sort the pipeline runs by
    page: The page number to return
    size: The number of pipeline runs to return
    logical_operator: The logical operator to use
    created: The creation date of the pipeline runs
    updated: The last update date of the pipeline runs
    name: The name of the pipeline runs
    pipeline_id: The ID of the pipeline
    pipeline_name: The name of the pipeline
    stack_id: The ID of the stack
    status: The status of the pipeline runs
    start_time: The start time of the pipeline runs
    end_time: The end time of the pipeline runs
    stack: The stack of the pipeline runs
    stack_component: The stack component of the pipeline runs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNodesc:created
pageNo
sizeNo
logical_operatorNoand
createdNo
updatedNo
nameNo
pipeline_idNo
pipeline_nameNo
stack_idNo
statusNo
start_timeNo
end_timeNo
stackNo
stack_componentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool lists pipeline runs but doesn't describe key behaviors: whether it's read-only (implied but not explicit), how pagination works (though parameters hint at it), what the output format is (though an output schema exists), or any rate limits or permissions required. For a tool with 15 parameters and no annotations, this is inadequate.

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

Conciseness3/5

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

The description is structured with a clear purpose statement followed by a parameter list, but it's overly verbose due to listing all parameters inline. Each parameter is described in a repetitive format, which adds bulk without enhancing clarity. While front-loaded with the purpose, the parameter section could be more concise or better integrated, making it somewhat inefficient.

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

Completeness3/5

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

Given the complexity (15 parameters, no annotations, but an output schema exists), the description is partially complete. It covers the purpose and parameters but lacks behavioral context (e.g., pagination behavior, error handling) and usage guidelines. The output schema mitigates the need to explain return values, but overall, it's insufficient for a tool of this complexity without annotations.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It lists all 15 parameters with brief explanations (e.g., 'sort_by: The field to sort the pipeline runs by'), adding basic semantics beyond the schema's titles. However, it doesn't provide format details (e.g., date formats for 'created'), enum values (e.g., for 'status'), or usage examples, leaving gaps. This meets the baseline for adding some value but not fully compensating for the low coverage.

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

Purpose4/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: 'List all pipeline runs in the ZenML workspace.' It specifies the verb ('List') and resource ('pipeline runs'), and the scope ('in the ZenML workspace') is helpful. However, it doesn't explicitly differentiate from sibling tools like 'get_pipeline_run' (singular) or 'list_pipelines' (pipelines vs runs), which prevents a perfect score.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_pipeline_run' for retrieving a single run or 'list_pipelines' for listing pipelines themselves. There's no context about prerequisites, such as needing an active workspace or authentication, which is a significant gap.

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/zenml-io/mcp-zenml'

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