Skip to main content
Glama
JamesZor

Antigravity MCP Server

by JamesZor

review_fanout

Launch parallel codebase-review workers, each analyzing a distinct aspect like architecture, security, or performance. Reports are saved to disk to minimize context consumption, and results can be polled and collected as a batch.

Instructions

Launch parallel codebase-review workers, one detached Antigravity (agy) job per aspect.

The code analog of research_fanout. Each worker reads the repo (via --add-dir) and reviews
ONE aspect (architecture, security, performance, tests, etc.), writes a full markdown report
to disk, and prints a short digest to stdout. Reports stay on disk so Claude's context stays
lean — poll with research_status(batch_id) and gather with collect_digests(batch_id), exactly
as for a research batch (the collectors are batch-generic).

Args:
    repo_path: Absolute path to the codebase to review.
    aspects: One review aspect per worker. Defaults to a 7-aspect standard sweep.
    goal: Optional improvement goal to focus the review (e.g. 'prepare for multi-tenant SaaS').
    tier: Model tier for every worker (default 'pro' = Gemini 3.1 Pro High).
    timeout: Per-worker print-mode timeout, e.g., '10m'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo
tierNopro
aspectsNo
timeoutNo10m
repo_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It explains that workers are detached, writes reports to disk, prints digests to stdout, and that collectors are batch-generic. It implies asynchronous operation via polling, but could be slightly more explicit about resource usage or error handling.

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 concise and well-structured: a one-sentence summary of the action, a paragraph explaining behavior and follow-up steps, then a list of parameters. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given the presence of an output schema, the description does not need to detail return values. It adequately covers the tool's role, its relation to research_fanout, and the lifecycle of results (poll with research_status, gather with collect_digests). It provides sufficient context for an agent to correctly invoke and manage the tool.

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

Parameters5/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 explain all parameters. It does so thoroughly: repo_path is mandatory, aspects default to a 7-aspect sweep, goal is an optional focus, tier defaults to 'pro', timeout defaults to '10m'. Each parameter's meaning and default are clearly stated.

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 clearly states it launches parallel codebase-review workers, one per aspect, using Antigravity jobs. It explicitly distinguishes itself as the code analog of research_fanout, making the purpose unambiguous and differentiating it from sibling tools.

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 provides explicit guidance on when to use this tool: to launch codebase reviews, and how to follow up by polling with research_status and collecting with collect_digests. It also contrasts itself with research_fanout, clarifying context and alternatives.

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/JamesZor/antigravity'

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