update_folder
ActiveTool of Famulor
declared in 0.2.0
Rename a folder or change its color (partial — only sent fields change).
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "integer",
"description": "Folder 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"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries