Skip to main content
Glama
zenml-io

ZenML MCP Server

Official
by zenml-io

list_builds

Retrieve and filter pipeline builds to analyze reproducibility and debug infrastructure issues in your ZenML workspace.

Instructions

List all pipeline builds in the ZenML workspace.

Builds explain reproducibility (container image/code) and can help debug
infrastructure issues.

Returns JSON including pagination metadata (items, total, page, size).

Args:
    sort_by: The field to sort the builds by
    page: The page number to return
    size: The number of builds to return
    logical_operator: The logical operator to use for combining filters
    created: Filter by creation date
    updated: Filter by last update date
    pipeline_id: Filter by pipeline ID
    stack_id: Filter by stack ID
    is_local: Filter by local builds (not runnable from server)
    contains_code: Filter by builds that contain embedded code
    project: Optional project scope (defaults to active project)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNodesc:created
pageNo
sizeNo
logical_operatorNoand
createdNo
updatedNo
pipeline_idNo
stack_idNo
is_localNo
contains_codeNo
projectNo

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