Skip to main content
Glama
mrfentmen

worktree-orbit-mcp

by mrfentmen

inspect_worktree_topology

Summarize Git worktree topology by aggregate statuses: clean, dirty, detached, locked, or prunable, without exposing paths, branches, or content.

Instructions

Summarize local Git worktree topology, clean or dirty state, detached worktrees, locks, and prunable entries without exposing paths, branch names, hashes, remotes, or content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoLocal Git repository path; no network access is used..
Behavior4/5

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

The description discloses key behavioral traits: it only summarizes (read-only) and intentionally avoids exposing specific Git details. It also implies local-only operation via the cwd parameter description. However, it does not mention output format, error behavior, or explicit non-mutation, so it is not fully transparent.

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-organized sentence that front-loads the primary action and then lists constraints and exclusions. No redundant information; every clause adds value.

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?

With one parameter, no annotations, and no output schema, the description adequately conveys the tool's scope and safety characteristics. It could mention the return format or that the operation is non-mutating, but the current text covers the core purpose and constraints sufficiently for a simple read-only summarization tool.

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 coverage for the only parameter (cwd) is 100%, so the schema already documents that it is a local Git repository path. The description reinforces 'local' and adds a no-network-access detail, but this is minimal added meaning beyond the schema. Baseline 3 is appropriate.

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 clearly states the tool summarizes local Git worktree topology and enumerates specific aspects (clean/dirty state, detached worktrees, locks, prunable entries). It also explicitly lists what it does not expose (paths, branch names, hashes, remotes, content), which fully distinguishes its purpose.

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 implies usage context: it is for safe, local-only inspection without leaking sensitive information. However, it does not explicitly name alternatives or provide when-not-to-use guidance, which prevents a 5 since there are no sibling tools to differentiate against.

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/mrfentmen/worktree-orbit-mcp'

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