You're viewing a demo portfolio

Join the waitlist
PRSM

federation_enter_tenant

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Enter a tenant to receive its tools on your session (progressive disclosure, CO 163-006 / CO 166-001). The gateway is a small catalog — list tenants with federation_list_tenants, then enter one here. Entering a PLATFORM tenant (retail, bookings, shipping) branches that platform's REAL action tools scoped to it (e.g. retail → catalog_search / order_create; bookings → services_search / booking_hold / booking_confirm) PLUS its knowledge tool; entering an INFO tenant (about-us / how-to) branches read-only knowledge only. The returned platform_tools list is authoritative — call exactly those. Synthesized per-request.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tenant_id"
  ],
  "properties": {
    "tenant_id": {
      "type": "string",
      "description": "The tenant id to enter (e.g. \"about-us\")."
    }
  },
  "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_enter_tenant — ComOS Federation Gateway — PRSM MCP