Auth Status
auth_statusVerifies whether a valid Monarch session is currently active and usable, without exposing the session token. Ideal for confirming authentication status before making API calls.
Instructions
Report whether this deployment has a usable, currently-valid Monarch session, without exposing the session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| validate | No | ||
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |