Skip to main content
Glama
llg1634

AGY MCP for Windows

by llg1634

agy_prompt

Send coding tasks to Antigravity AI for code generation, review, refactoring, and debugging. Retrieve the conversation_id to continue multi-turn conversations.

Instructions

向 Antigravity AI 发送提示词并获取响应。Antigravity 是一个强大的 AI 编码助手,可以读写文件、运行命令、搜索代码库。适用于代码生成、代码审查、重构、调试等编码任务。返回结果中包含 conversation_id,可配合 agy_conversation 工具进行多轮对话。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNo工作目录(绝对路径)
modeNo执行模式:accept-edits(默认,自动应用修改)或 plan(仅规划不执行)
modelNo模型名称,默认 'Gemini 3.7 Flash (High)'。使用 agy_models 查看可用模型
effortNo推理强度,默认 high
promptYes发送给 Antigravity 的任务描述
add_dirsNo额外的工作目录列表(绝对路径)
timeout_secondsNo超时时间(秒),默认 300

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0-windows.1

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly warns that Antigravity can read and write files, run commands, and search codebases, which are significant behavioral traits. It also discloses the return of a conversation_id, but does not mention potential side effects, permissions, or rate limits.

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 three sentences with no fluff: purpose, tool capabilities, and return/coordination hint. Each sentence adds distinct value and the most important information is front-loaded in the first sentence.

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 7 parameters and no output schema, the description provides the essential context: what the tool does, what the assistant is capable of, and that responses include conversation_id for follow-up. It does not detail the full response structure or edge cases, but the 100% parameter schema coverage compensates for most remaining gaps.

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%, so the input schema already documents all 7 parameters, including defaults and enum values. The description adds no additional parameter-level meaning beyond the schema, so the baseline score of 3 is appropriate.

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 and resource: '发送提示词并获取响应' from Antigravity AI, and clearly names its function as a coding-task assistant. It also distinguishes itself from the agy_conversation sibling by explaining that this tool returns a conversation_id for multi-turn use with that tool.

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?

The description provides clear usage context by stating it is suitable for code generation, review, refactoring, and debugging tasks. It also signals when to involve agy_conversation for multi-turn dialogue, though it does not explicitly say when not to use this tool or describe cases where agy_models would be more appropriate.

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

Deploy Server

Other Tools