Skip to main content
Glama
zenml-io

ZenML MCP Server

Official
by zenml-io

list_model_versions

Retrieve and filter all versions of a specific model in ZenML, enabling version tracking and management through sorting, pagination, and criteria-based queries.

Instructions

List all model versions for a model.

Args:
    model_name_or_id: The name, ID or prefix of the model to retrieve
    sort_by: The field to sort the model versions by
    page: The page number to return
    size: The number of model versions to return
    logical_operator: The logical operator to use
    created: The creation date of the model versions
    updated: The last update date of the model versions
    name: The name of the model versions
    number: The number of the model versions
    stage: The stage of the model versions
    tag: The tag of the model versions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_name_or_idYes
sort_byNodesc:created
pageNo
sizeNo
logical_operatorNoand
createdNo
updatedNo
nameNo
numberNo
stageNo
tagNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

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