AtlaSent — Check Permit
atlasent_check_permitCheck permit status before a deferred action to prevent acting on a revoked or expired permit. Returns validity and status (active, revoked, consumed, expired) without consuming the permit.
Instructions
Check whether a permit is still usable without consuming it. Returns { valid, status } where status is active, revoked, consumed or expired. Use before a deferred action to avoid acting on a permit that was revoked meanwhile. This is a status read, not authorization: execute only after atlasent_verify_permit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| permit_id | Yes | Permit id (UUID) as returned by atlasent_list_permits. |