Skip to main content
Glama

Continue Antigravity conversation

antigravity_continue

Resume an Antigravity conversation from a specific workspace, using its recorded conversation ID to maintain continuity even after other sessions.

Instructions

Continue the Antigravity conversation rooted at this workspace.

Resumes the exact conversation id recorded for workspace (via agy's --conversation flag), not agy's global "most recent", so it stays correct even if agy was used elsewhere in between.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesFollow-up message.
workspaceNoWorking directory used by the prior conversation. Defaults to cwd.
timeout_sNoMax seconds to wait for agy to complete. Default 180.
watchNoIf true, open a live "watch" view in your browser that streams agy's steps as it works (same return value, best-effort). Default false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate readOnlyHint=false, idempotentHint=false, openWorldHint=true. The description adds behavioral detail by noting it uses the exact conversation id per workspace, not the global recent, which helps avoid context confusion. However, it doesn't disclose side effects, auth needs, or state changes beyond that.

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?

Two sentences: the first states purpose concisely, the second adds essential nuance. No redundant information. Every sentence earns its place.

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?

The description complements the schema well, covering the key behavioral nuance of workspace conversation id. Output schema exists, so return values need not be explained. The only minor gap is not explicitly stating that a prior conversation must exist, but this is implied. Overall, it's sufficiently complete for the tool's complexity.

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

Parameters4/5

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

Schema coverage is 100%, providing baseline 3. The description adds value by explaining the 'workspace' parameter's role in conversation id resolution, which goes beyond the schema's description. Other parameters (prompt, timeout_s, watch) are adequately covered in schema.

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?

The description clearly states it 'Continue the Antigravity conversation rooted at this workspace' and explains the use of the exact conversation id. This differentiates from siblings by emphasizing continuation and workspace-specific state, though it doesn't explicitly name alternative tools.

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

Usage Guidelines3/5

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

The description implies usage for resuming a specific workspace conversation, but does not provide explicit guidance on when not to use it or compare with sibling tools. The context signals show sibling tools like antigravity_ask, but no exclusion criteria are given.

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/SinanTufekci/antigravity-intern'

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