You're viewing a demo portfolio

Join the waitlist
PRSM

federation_create_tenant

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Create a new tenant (federation owns the manager/tenant lifecycle, CO 138).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "handle",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Human display name for the tenant."
    },
    "handle": {
      "type": "string",
      "description": "Stable handle / subdomain (lowercase, 2–63 chars). Becomes the tenant id."
    },
    "description": {
      "type": "string",
      "description": "Optional short brand description."
    },
    "human_rooted": {
      "type": "boolean",
      "description": "True if a KYC’d human / accountable-rooted caller; false for an autonomous root-mint (gated)."
    },
    "manager_handle": {
      "type": "string",
      "description": "The accountability root (manager) this tenant hangs under."
    },
    "composed_platforms": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "CO 173 — the platforms this tenant composes (e.g. [\"retail\",\"bookings\",\"shipping\"] for a restaurant — a combined vendor type). Each must be a known platform; entering this tenant then branches the UNION of every composed platform’s tools. Omit for a single-platform tenant."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →
federation_create_tenant — ComOS Federation Gateway — PRSM MCP