paperclip_revoke_current_session
Revoke the current board session token to immediately invalidate it, ending the session after administrative tasks.
Instructions
⚠ Board-only: Revoke the current board session token. WARNING: invalidates the token used to call this tool.
Returns: { ok: true } on success. The token used for this call is immediately invalidated.
Examples:
Use when: logging out a board session after completing administrative tasks
Don't use when: you only want to check who is logged in — use paperclip_get_current_user instead
Error Handling:
401: authentication failed → the token may already be invalid
404: no active session found → nothing to revoke
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||