mc8yp Status
statusDisplays the current CLI status including tenant credentials, active tenant, and visible API specs. Automatically resets the active tenant if credentials are lost.
Instructions
Show the current CLI status: stored tenant credentials, which tenant query and execute will hit, and the specs visible to query right now. If no tenant is active, query falls back to all bundled OpenAPI snapshots and execute is unavailable — set-active-tenant must be called first. This tool also self-heals: if the active tenant has lost its stored credentials it is automatically reset before the status is reported.
Pass refresh: true to force a fresh API spec discovery against the active tenant. Use this after subscribing or unsubscribing a microservice in the tenant — otherwise discovered specs stay cached for 30 minutes. If no tenant is active, refresh: true is a noop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | When true, bust the API discovery cache for the active tenant and run a fresh discovery before reporting. Noop when no tenant is active. |