create_label
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries