Skip to main content
Glama
funkyfunc

coding-agents-mcp

by funkyfunc

delegate_diff

Inspect git status, modified files, and unified diff patch in a workspace non-destructively to review changes before delegating coding tasks.

Instructions

Inspect the current git status, modified files, insertions/deletions, and unified diff patch in the target workspace non-destructively.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_dirNoWorkspace directory to inspect (defaults to current working directory).

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states 'non-destructively', signaling a read-only operation, which is a key safety property. However, it does not detail any potential side effects, permission requirements, or failure modes, leaving some gaps.

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?

The description is a single, well-structured sentence. It is front-loaded with the core action and immediately lists the specific inspection targets. No filler or redundant information, making it highly efficient.

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?

Although there is no output schema, the description explicitly lists the outputs (git status, modified files, insertions/deletions, unified diff patch), giving the agent a clear expectation. It does not cover error cases or edge scenarios, but for a simple inspection tool this is reasonably complete. The optional workspace parameter is documented in the schema.

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 provides 100% coverage for the only parameter (workspace_dir) with a clear description. The tool description does not add extra semantic meaning beyond the schema, but it does imply the parameter through 'target workspace'. This meets the baseline for adequate parameter documentation.

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 action ('Inspect') and the resource (git status, modified files, insertions/deletions, unified diff patch). It distinguishes itself from the sibling 'agy_diff' by including git status and modified files, but does not explicitly contrast with it. The purpose is specific and unambiguous.

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

Usage Guidelines3/5

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

The description implies when to use the tool (to inspect repository changes) but does not provide explicit guidance on when to prefer this over 'agy_diff' or other siblings. No exclusions or alternatives are mentioned. The usage context is inferable but not stated directly.

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/funkyfunc/coding-agents-mcp'

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