You're viewing a demo portfolio

Join the waitlist
PRSM

update_label

Active

Tool of Famulor

declared in 0.2.0

Rename a label or change its color (partial — only sent fields change).

Parameters schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "description": "Label ID"
    },
    "name": {
      "type": "string",
      "description": "New name (max 255 chars, unique per account)"
    },
    "color": {
      "enum": [
        "gray",
        "slate",
        "red",
        "orange",
        "amber",
        "green",
        "teal",
        "blue",
        "purple",
        "pink",
        null
      ],
      "type": [
        "string",
        "null"
      ],
      "description": "New badge color, or null to remove"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Famulor

https://github.com/bekservice/Famulor-MCP

1/7 registries
View full server →
update_label — Famulor — PRSM MCP