veto_status
Returns server status, version, and database info. Provide token count to auto-save session context when usage reaches 70%.
Instructions
Returns Veto server status, version, and database info. Pass token_count to trigger auto-save if context usage crosses 70%.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional: specific model ID (e.g. "claude-sonnet-4-6", "gemini-3.5-pro", "gpt-5.1"). When provided, Veto resolves the exact context window for that model instead of using the platform default. | |
| platform | No | AI platform (claude, gemini, codex). Used to select the correct context window for threshold calculation. Defaults to "claude". | |
| token_count | No | Current session token count. If provided and context usage ≥ 70%, Veto auto-saves the last known session context in the background. |