You're viewing a demo portfolio

Join the waitlist
PRSM

create_label

Active

Tool of Famulor

declared in 0.2.0

Create a label to tag assistants (e.g. "inbound", "outbound"). Assign via the label_ids field on create_assistant / update_assistant.

Parameters schema

{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Label name (max 255 chars, unique per account)"
    },
    "color": {
      "enum": [
        "gray",
        "slate",
        "red",
        "orange",
        "amber",
        "green",
        "teal",
        "blue",
        "purple",
        "pink"
      ],
      "type": "string",
      "description": "Badge color"
    }
  }
}

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 →