Skip to main content
Glama

list_antigravity_conversations

Retrieve a complete list of Antigravity projects and conversations, including IDs, activity times, and counts of messages, artifacts, and tasks.

Instructions

Lists ALL Antigravity projects/conversations with their real names, conversation IDs, last active time, message count, artifact count, and task count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It implies a read-only operation via 'Lists', but does not explicitly state non-destructiveness or potential performance implications (e.g., large result set). It adds no behavioral details beyond the action itself, which is acceptable for a simple listing but not fully transparent.

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?

Single sentence, front-loaded with the key action and resource, then enumerates return fields. No wasted words; every part adds value.

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?

Output schema exists (though not shown), so return format is covered. With zero parameters and a clear description of scope and returned attributes, the tool is fully specified for an agent to call correctly.

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% trivially. The description adds context about what is returned, which is helpful, though no parameter explanations are needed. Baseline 4 applies.

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?

Description states a specific action ('Lists ALL Antigravity projects/conversations') and enumerates the exact data returned (real names, IDs, last active time, counts). It clearly distinguishes from siblings, which are about other operations like sending tasks or retrieving reports.

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 purpose is self-evident as a list-all operation; no explicit when-to-use guidance is given, but no sibling tool performs the same function, so ambiguity is minimal. Clear context is provided by the description, and no exclusions are needed.

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