Skip to main content
Glama
PyModel
by PyModel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGY_PATHNoPath to the agy binaryagy
AGY_SANDBOXNoRun agy with --sandboxfalse
AGY_TIMEOUTNoSeconds; overrides the ceiling for every tool, passed as --print-timeout, enforced with a 15s kill grace3600
AGY_ON_FAILURENostrict appends an instruction to failed-tool errors telling the calling agent not to absorb the work itselffallback
AGY_MAX_RUNTIMENoSeconds; absolute runtime ceiling. The bridge never kills for inactivity — only cancellation, quota, or this3600
AGY_DEFAULT_MODELNoFallback model when no chain entry is availableGemini 3.6 Flash (High)
AGY_MAX_OUTPUT_CHARSNoTruncation cap for tool output50000
AGY_SKIP_PERMISSIONSNoPass --dangerously-skip-permissions to agytrue
AGY_TIMEOUT_DELEGATENoSeconds; overrides the ceiling for the delegate tool. Wins over AGY_TIMEOUT3600
AGY_TIMEOUT_FOLLOW_UPNoSeconds; overrides the ceiling for the follow_up tool. Wins over AGY_TIMEOUT3600
AGY_TIMEOUT_WEB_LOOKUPNoSeconds; overrides the ceiling for the web_lookup tool. Wins over AGY_TIMEOUT3600
AGY_TIMEOUT_DEEP_SEARCHNoSeconds; overrides the ceiling for the deep_search tool. Wins over AGY_TIMEOUT3600
AGY_TIMEOUT_ANALYZE_FILESNoSeconds; overrides the ceiling for the analyze_files tool. Wins over AGY_TIMEOUT3600
AGY_TIMEOUT_ADVERSARIAL_REVIEWNoSeconds; overrides the ceiling for the adversarial_review tool. Wins over AGY_TIMEOUT3600

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_filesA

Delegate file analysis to the Antigravity CLI (Gemini) instead of reading files yourself. USE THIS whenever a file is large (>200 lines) or the task spans more than 3 files: logs, database dumps, generated code, cross-file reviews, comparisons. The files never enter your context — only the answer does.

deep_searchA

Delegate codebase archaeology to the Antigravity CLI: git log/diff/blame spelunking, wide greps across a repo, 'when/why did X change', 'where is Y used'. USE THIS instead of running many search commands yourself — it saves your context.

web_lookupA

Delegate a web/documentation lookup to the Antigravity CLI (Gemini with web access): library docs, API references, error messages, current versions, external knowledge. USE THIS when you need information you don't have or that may be newer than your training data.

adversarial_reviewA

Get an adversarial second opinion from a different model family (Gemini Pro). ALWAYS use this for plan critiques, design reviews, and pre-merge code review: it hunts for flaws, edge cases, security issues, and unstated assumptions you may have missed.

follow_upA

Continue a previous Antigravity session by session_id (returned by every other tool). USE THIS for follow-up questions about a prior delegation — the full prior context is already on agy's side, so you don't resend anything.

delegateA

Raw delegation to the Antigravity CLI for heavy tasks that don't fit the other tools. agy has full tool access (shell, file reads, web) in the given cwd.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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