Skip to main content
Glama

delimit_revive

Restore the last session's state across AI coding assistants to resume work at the exact point you stopped, without re-entering context.

Instructions

Revive the last session's state in any model (Pro).

Run this at the start of a new session to pick up where you left off. Works across Claude Code, Codex, Gemini CLI, and Cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathNoProject to revive. Auto-detects from cwd.
soul_idNoSpecific soul to revive. Empty = latest.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so the description bears full burden. It implies reviving state but does not specify if it is non-destructive, permissions required, or side effects. Could be more explicit about what 'revive' entails.

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

Conciseness5/5

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

Three sentences, no filler. Action and usage are front-loaded. Every sentence adds value without redundancy.

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?

With only 2 optional params and an output schema present, the description covers core usage. Could mention return values but output schema likely handles that. Lacks mention of behavior when no prior session exists.

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?

Schema coverage is 100% with descriptions. The description adds context like auto-detection and empty meaning latest, but this is already implicit in the schema field descriptions. Meets baseline but does not significantly enhance beyond schema.

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

Purpose5/5

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

The description uses a specific verb 'Revive' and clearly identifies the resource: 'last session's state'. It distinguishes itself from sibling tools by specifying it revives state across multiple models, which no other sibling tool does.

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

Usage Guidelines4/5

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

Explicitly states when to use: 'Run this at the start of a new session to pick up where you left off.' Provides context on cross-model compatibility but does not mention when not to use or alternatives like delimit_init for starting fresh.

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/delimit-ai/delimit-mcp-server'

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