Skip to main content
Glama
eneskavas

agy-mcp

by eneskavas

agy_list_sessions

List known sessions from the Antigravity CLI, showing status, workspace, and worktree path for both ask and execute types.

Instructions

List known agy sessions (both ask and execute) with their status, workspace, and worktree path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description carries the full burden. It states the operation is a list and specifies the returned data (status, workspace, worktree path), which is transparent for a read-only tool, though it does not explicitly mention side effects or limitations.

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 verb 'List', no filler words, and efficiently conveys scope and output.

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 the tool's simplicity (no parameters, no output schema), the description fully explains the purpose and return fields. It does not over-explain but is sufficient for an agent to select and invoke it 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?

The input schema has no parameters, so the baseline is 4. The description adds no parameter semantics because none exist, but it clarifies the scope of the listing (both ask and execute).

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 the specific verb 'List' and identifies the resource as 'known agy sessions', explicitly including 'both ask and execute'. It also enumerates the returned fields (status, workspace, worktree path), which distinguishes it clearly from siblings like agy_ask, agy_execute, and agy_close_session.

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 clearly indicates this is a read-only listing operation, implying use when sessions need to be inspected. It does not explicitly name alternatives or exclusions, but the sibling tool names make the differentiation obvious.

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/eneskavas/agy-mcp'

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