Skip to main content
Glama
zenml-io

ZenML MCP Server

Official
by zenml-io

get_snapshot

Retrieve detailed information about a specific pipeline snapshot, including configuration, stack, build, schedule, and tags, to understand exactly what ran or is deployed.

Instructions

Get detailed information about a specific snapshot.

Snapshots are frozen pipeline configurations that link pipeline + stack + build
+ schedule + tags together. They represent "what exactly ran/is deployed" and
are the modern replacement for Run Templates.

Args:
    name_id_or_prefix: The name, ID or prefix of the snapshot to retrieve
    pipeline_name_or_id: Optional pipeline context to narrow the search
    project: Optional project scope (defaults to active project)
    include_config_schema: Whether to include the config schema in the response
        (can produce large payloads)
    hydrate: Whether to hydrate the response with additional details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
name_id_or_prefixYes
pipeline_name_or_idNo
projectNo
include_config_schemaNo
hydrateNo

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