This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
catalog_create_category
InactiveTool of ComOS Federation Gateway
declared in 1.0.0
Create a new product category (Federated: requires tenant_id. For cart/orders, pass auth_token from POST /v1/auth/login. Product IDs are MongoDB ObjectIds from catalog_search.)
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tenant_id",
"name",
"slug"
],
"properties": {
"name": {
"type": "string",
"description": "Category name"
},
"slug": {
"type": "string",
"description": "URL-friendly slug (lowercase, hyphens)"
},
"isActive": {
"type": "boolean",
"description": "Whether category is active"
},
"parentId": {
"type": "string",
"description": "Parent category ID for subcategories"
},
"tenant_id": {
"type": "string",
"description": "Target tenant ID (required). Use federation_list_tenants() to see available tenants."
},
"auth_token": {
"type": "string",
"description": "JWT auth token for authenticated operations (cart, orders). Get from api_call POST /v1/auth/login."
},
"description": {
"type": "string",
"description": "Category description"
},
"displayOrder": {
"type": "number",
"description": "Display order (lower = first)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries