Skip to main content
Glama
coreline-ai

Antigravity GLM MCP

by coreline-ai

glm_git_diff

Compare Git changes between commits or branches, showing diffs or statistics for specific files or entire repositories.

Instructions

Git 변경 사항 비교.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNo비교 대상 (예: 'HEAD~1', 'main', 커밋 해시). 미지정 시 스테이징 변경사항 표시
file_pathNo특정 파일만 비교 (옵션)
stat_onlyNo변경 통계만 표시
repo_pathNo저장소 경로 (기본값: 현재 프로젝트 루트)
Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits (e.g., read-only, destructive). The agent cannot infer if this operation is safe or has side effects from the description alone.

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 extremely short (one phrase), which is concise and front-loaded. However, it could include more structure without losing conciseness.

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

Completeness2/5

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

Given the 4 parameters with full schema descriptions and no output schema, the description should at least mention what the output looks like (e.g., diff format). The lone phrase is insufficient for full context.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description adds no additional meaning beyond the schema; it merely states the tool's purpose. The parameter details are fully documented in the schema.

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 'Git 변경 사항 비교.' (Compare Git changes.) clearly states the tool's action and resource. It effectively distinguishes this tool from sibling git tools like commit, log, and status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives such as glm_git_log or glm_git_status. The description lacks any when-to-use or when-not-to-use information.

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/coreline-ai/antigravity_glm_mcp'

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