Skip to main content
Glama
zenml-io

ZenML MCP Server

Official
by zenml-io

list_run_templates

Retrieve and filter deprecated run templates in ZenML workspaces. Use list_snapshots for modern pipeline management.

Instructions

List all run templates in the ZenML workspace.

⚠️ DEPRECATED: Run Templates are deprecated in ZenML. Use `list_snapshots` instead.
Snapshots are the modern replacement for run templates. To find runnable
snapshots, use `list_snapshots(runnable=True)`.

Args:
    sort_by: The field to sort the run templates by
    page: The page number to return
    size: The number of run templates to return
    created: The creation date of the run templates
    updated: The last update date of the run templates
    name: The name of the run templates
    tag: The tag of the run templates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNodesc:created
pageNo
sizeNo
createdNo
updatedNo
nameNo
tagNo

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