You're viewing a demo portfolio

Join the waitlist
PRSM

ai_tags_update

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Update an existing personal AI tag's name, description, icon, color, or active state. When to use: - User wants to rename a tag - User wants to change a tag's icon, color, or description - User wants to enable or disable a tag Provide only the fields you want to change. At least one field is required.

Parameters schema

{
  "type": "object",
  "required": [
    "tag_id"
  ],
  "properties": {
    "icon": {
      "type": "string",
      "description": "New emoji icon (max 10 chars, optional)"
    },
    "name": {
      "type": "string",
      "description": "New tag name (max 100 chars, optional)"
    },
    "color": {
      "enum": [
        "amber",
        "blue",
        "green",
        "purple",
        "red",
        "slate",
        "yellow"
      ],
      "type": "string",
      "description": "New color key. Allowed: amber, blue, green, red, purple, yellow, slate. OMIT to leave the color unchanged."
    },
    "tag_id": {
      "type": "integer",
      "description": "ID of the tag to update"
    },
    "is_active": {
      "type": "boolean",
      "description": "Enable (true) or disable (false) the tag. OMIT to leave the active flag unchanged."
    },
    "description": {
      "type": "string",
      "description": "New LLM hint (max 500 chars; empty string clears it, optional)"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
ai_tags_update — io.github.saloprj/dialogbrain — PRSM MCP