Skip to main content
Glama
zenml-io

ZenML MCP Server

Official
by zenml-io

list_tags

Retrieve and filter tags from the ZenML workspace to organize resources, enable queries like 'show me all prod deployments,' and manage exclusive tags that apply once per entity, with pagination support.

Instructions

List all tags in the ZenML workspace.

Tags enable queries like "show me all prod deployments" and help organize
resources. Exclusive tags can only be applied once per entity.

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

Args:
    sort_by: The field to sort the tags by
    page: The page number to return
    size: The number of tags to return
    logical_operator: The logical operator to use for combining filters
    created: Filter by creation date
    updated: Filter by last update date
    name: Filter by tag name
    exclusive: Filter by exclusive tags (can only be applied once per entity)
    resource_type: Filter by resource type the tag applies to

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNodesc:created
pageNo
sizeNo
logical_operatorNoand
createdNo
updatedNo
nameNo
exclusiveNo
resource_typeNo

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