You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).

federation_create_manager

Inactive

Tool of ComOS Federation Gateway

declared in 1.0.0

Mint a manager — the accountability root that owns tenants (CO 138 / CO 159). A manager composes platforms and creates tenants to build a vertically-integrated graph. Next: create tenants with federation_create_tenant, then compose a platform by entering it (federation_list_tenants → federation_enter_tenant). The full walkthrough lives in the 'how-to' info tenant. Admission to the network is by OAuth proof-of-control of an email (OAuth + email is the door, CO 263). Minting a manager is deliberately not gated by ADDITIONAL identity-proofing — the trust model is structural, not identity-based: the manager root answers for everything in its graph (CO 140), and live governance enforcement (CO 259) is the brake. Binding accountability, not verifying identity, is the design. Minting is free.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "email",
    "handle"
  ],
  "properties": {
    "role": {
      "enum": [
        "manager",
        "admin",
        "support"
      ],
      "type": "string",
      "description": "Manager role (default: manager)."
    },
    "email": {
      "type": "string",
      "description": "An attributable address for the manager (the manager graph wants a contact point)."
    },
    "phone": {
      "type": "string",
      "description": "Optional phone — a second attribution point."
    },
    "handle": {
      "type": "string",
      "minLength": 1,
      "description": "Required unique handle (3–50 lowercase alphanumerics + optional interior dashes). Immutable; used for namespacing."
    },
    "company_name": {
      "type": "string",
      "description": "Optional company name."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ComOS Federation Gateway

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

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