Skip to main content
Glama
LJLCarrien

Local Ops MCP

by LJLCarrien

git_status

Read-only

Display concise Git working-tree status to quickly see modified, staged, and untracked files. Provide a workspace-relative path to inspect a specific repository.

Instructions

Show the concise Git working-tree status for a repository below the configured workspace root.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_pathNoWorkspace-relative repository path; defaults to .

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds useful context by specifying 'concise' and the workspace-root scoping, but it does not disclose return format or edge cases; given the annotations, this is adequate but not exceptional.

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?

A single front-loaded sentence with no filler. Every phrase earns its place: 'Show', 'concise', 'Git working-tree status', and the workspace-root constraint all add essential meaning without waste.

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?

For a low-complexity tool with one optional parameter, read-only annotations, and no output schema, the description is essentially complete. It tells the agent what it does, its scope, and its read-only nature; only minimal extra detail like output brevity or exit behavior could be added, but none is required for correct invocation.

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?

The schema has 100% coverage and already describes repo_path as workspace-relative with a default of '.'. The description adds no additional parameter semantics beyond what the schema provides, so the baseline 3 is appropriate.

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 uses a specific verb ('Show') and resource ('concise Git working-tree status'), and clarifies that it applies only to repositories below the configured workspace root. It is distinguishable from sibling tools like git_diff or git_log, though it does not explicitly contrast itself with any sibling.

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?

There is no guidance about when to choose git_status over alternatives such as git_diff_unstaged or git_log. The description implies a general status check but provides no conditions, exclusions, or hints about when a different sibling would be more appropriate.

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

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/LJLCarrien/local-ops-mcp'

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