Skip to main content
Glama
adeelali4

antigravity-mcp-server

by adeelali4

Announce what you are doing

presence_set

Set your status to announce your current activity to other agents, enabling coordinated work without conflicts.

Instructions

Announce what you are doing right now, so the other agent's coop_status shows it. Call when you start and finish a chunk of work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNo
statusYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It discloses that calling this tool updates another agent's coop_status, which is a side effect. However, it does not explain whether it is idempotent, if previous status is overwritten, or any other behavioral traits like auth requirements or error handling. The disclosure is minimal.

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?

Two sentences with no wasted words. The description is front-loaded with the purpose and ends with usage guidance. Very concise.

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

Completeness3/5

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

For a tool with 2 parameters, no output schema, no annotations, and several sibling tools, the description covers the basic purpose and usage timing. However, it lacks parameter descriptions, return value information, and any mention of error conditions or prerequisites. It is adequate but has clear gaps.

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

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning the input schema has no descriptions for its parameters. The description does not compensate: it mentions 'what you are doing' implicitly referring to the `status` field but gives no details about the `detail` parameter or the meaning of enum values. Parameter semantics are entirely missing.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool announces the current activity to update another agent's coop_status. It uses specific verb-resource ('announce what you are doing') and the title reinforces this. However, it does not explicitly differentiate from the sibling `coop_status` tool, which likely reads the status, but the distinction is implied.

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 explicit guidance: 'Call when you start and finish a chunk of work.' This tells the agent when to use the tool. It does not, however, state when NOT to use it or mention alternatives, but the context of cooperation implies it is for status broadcasting.

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