Skip to main content
Glama

veto_continue

Restore a saved session on any platform, providing full context, summary, and next action so nothing needs to be re-explained.

Instructions

Restores a saved session on any platform. TRIGGER: when the user types veto_continue (with or without a session id) or asks to resume/continue/restore a session, call THIS live MCP tool directly with that session_id — do NOT treat it as a task to perform by hand, and never read ~/.veto/veto.db or reconstruct the session yourself. Call this immediately after switching platforms — Veto returns the full context, summary, and next action. Nothing needs to be re-explained.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNoOptional. Session ID from veto_handoff. If omitted, the most recent saved session is restored.
resuming_asNoThe AI client resuming this session (e.g. "gemini"). Recorded as active_client so you can track which tool is currently working on it.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=false and destructiveHint=false, so the tool modifies state but is not destructive. The description adds that it returns 'full context, summary, and next action' and should be called after platform switch, which is useful behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single focused paragraph front-loaded with purpose and followed by trigger conditions and prohibitions. Information-dense but not excessively long; a bit wordy but still efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, trigger, prohibited actions, return value (though no output schema), and platform-switching context. Missing prerequisite that the session must have been saved previously, but overall adequate for an optional-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters have descriptions in the input schema (session_id from veto_handoff, resuming_as records active client). The tool description adds no additional semantic information beyond what the schema already provides. Baseline 3 for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Restores a saved session on any platform' with a specific verb and resource. Mentions trigger conditions, but does not explicitly differentiate from the sibling veto_session_restore, which may have similar functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use (trigger conditions: user types 'veto_continue' or asks to resume/continue/restore), what not to do (do not treat as a task, never read the database or reconstruct session), and procedural context (call immediately after switching platforms). This provides clear guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jigyasudham/veto'

If you have feedback or need assistance with the MCP directory API, please join our Discord server