You're viewing a demo portfolio

Join the waitlist
PRSM

update_category

Active

Tool of FavCRM

declared in 1.0.0

Update a CMS post category.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "categoryId"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name"
    },
    "slug": {
      "type": "string",
      "description": "URL slug"
    },
    "sortOrder": {
      "type": "number",
      "description": "Sort order (lower = earlier)"
    },
    "categoryId": {
      "type": "string",
      "description": "Category ID"
    },
    "description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "description": "Description"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
update_category — FavCRM — PRSM MCP