federation_enter_tenant
ActiveTool of ComOS Federation Gateway
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries