You're viewing a demo portfolio

Join the waitlist
PRSM

create_folder

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Famulor

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

1/7 registries
View full server →