Skip to main content
Glama
m0xai

Trello MCP Server with Python

by m0xai
create_label.py268 B
from pydantic import BaseModel class CreateLabelPayload(BaseModel): """ Payload for creating a label. Attributes: name (str): The name of the label. color (str): The color of the label. """ name: str color: str | None = None

Implementation Reference

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/m0xai/trello-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server