Skip to main content
Glama

agy bridge diagnostics

antigravity_status
Read-onlyIdempotent

Diagnoses the bridge by checking version, update availability, configuration state, and conversation store to debug empty responses or outdated setups.

Instructions

Report diagnostics for the agy bridge setup (spends no AI Pro quota).

Reports the bridge's own version and whether a newer release is available (best-effort GitHub check; honors AGY_BRIDGE_NO_UPDATE_CHECK), then checks whether agy is on PATH (and its version/compat), whether agy's state directories exist, whether the newest conversation transcript is readable, and whether the SQLite conversation store is present. Use this to debug empty or failed responses — or to see if the bridge itself is out of date — before spending quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds that the tool spends no AI Pro quota and performs a best-effort GitHub check honoring an environment variable. This provides behavioral context beyond annotations, though the key safety signals are already covered by annotations.

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

Conciseness4/5

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

The description is front-loaded with the primary purpose and quota-free nature. It then lists checks in a readable paragraph. While efficient, the list could be slightly more structured (e.g., bullet points), but it remains clear and concise without unnecessary words.

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 zero parameters, comprehensive annotations, and an output schema (not detailed here but present), the description fully covers the tool's behavior. It explains all diagnostics and their purpose, leaving no gaps for an agent to misinterpret.

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?

Tool has zero parameters, so schema coverage is 100%. The description does not need to explain parameters, but it adds semantic meaning by listing the specific diagnostics performed (version, PATH, directories, transcript, SQLite store). This goes beyond the schema and provides useful context for interpreting results.

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 states the tool reports diagnostics for the agy bridge setup, with a specific verb 'Report diagnostics' and a clear resource. It distinguishes from sibling tools like antigravity_ask and antigravity_continue by focusing on diagnostics rather than conversation or image generation.

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?

Explicitly guides when to use: 'Use this to debug empty or failed responses — or to see if the bridge itself is out of date — before spending quota.' This clarifies it is for debugging before invoking other tools, and mentions it spends no quota, helping the agent decide between this and potentially costly sibling tools.

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