create_folder
ActiveTool of Famulor
declared in 0.2.0
Create a folder to group assistants. Assign assistants via the folder_id field on create_assistant / update_assistant.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Folder name (max 255 chars, unique per account)"
},
"color": {
"enum": [
"gray",
"slate",
"red",
"orange",
"amber",
"green",
"teal",
"blue",
"purple",
"pink"
],
"type": "string",
"description": "Badge color"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries