Skip to main content
Glama
adeelali4

antigravity-mcp-server

by adeelali4

Wait for a delegated task

ag_task_wait

Pause current execution until a delegated Antigravity task finishes or times out. Use when you cannot proceed without its result.

Instructions

Block until a delegated Antigravity task finishes, or until timeout. Prefer ag_task_status and doing your own work in between -- only wait when you genuinely cannot proceed without Antigravity's result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
timeout_secondsNo
Behavior4/5

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

The description clearly discloses the key behavioral trait of blocking execution ('Block until...'), which is a critical piece of information not captured by any annotations (none provided). However, it could additionally mention what happens on timeout (e.g., error return vs. graceful handling), hence a 4 rather than 5.

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?

The description is two sentences long, front-loaded with the core blocking behavior, and every part adds value. There is zero waste or repetition.

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?

Given the tool has 2 parameters, no output schema, and no annotations, the description covers the key semantics (blocking, timeout, preference for non-blocking approach). It could benefit from a brief note on return value or error behavior, but overall it is adequately complete for a simple blocking wait tool.

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 description coverage is 0%, so the description must compensate for the lack of parameter info. The description implies the task_id refers to a 'delegated Antigravity task' and hints at the timeout_seconds parameter via 'or until timeout'. This adds meaningful context beyond the bare schema definitions, but does not fully elaborate on each parameter's format or constraints.

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 ('Block') and resource ('delegated Antigravity task'), clearly distinguishing the tool's synchronous blocking behavior from its sibling ag_task_status. It also specifies the timeout condition, making the tool's purpose unambiguous.

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?

The description explicitly states when to use this tool ('only wait when you genuinely cannot proceed without Antigravity's result') and recommends an alternative approach ('Prefer ag_task_status and doing your own work in between'). This provides clear guidance on when not to use it, which is crucial given the blocking nature.

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/adeelali4/antigravity-mcp'

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