Skip to main content
Glama
iPraBhu

mcp-perforce-server

by iPraBhu

p4_blame

Identify the author and changelist for each line in Perforce files, revealing the complete change history to trace modifications.

Instructions

Show file annotations with change history (like git blame)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoFile to show blame for (required)
filesNoFiles to show blame for in one command (required if file is omitted)
workspacePathNoPath to workspace directory (optional, defaults to current directory)
Behavior2/5

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

There are no annotations, so the description carries the full burden. It only says 'Show' and compares to git blame, which implies a read-only operation, but it does not disclose output format, line-level detail, authentication needs, performance considerations, or any other behavioral traits an agent should know.

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 clear sentence that immediately states the action and the resource. It is appropriately sized for a simple tool and contains no filler or redundant content.

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

Completeness3/5

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

For a simple read-style tool with fully documented parameters, the description is mostly sufficient for calling it. However, it fails to disambiguate from the closely named sibling p4_annotate and does not describe the return format, which limits completeness in an agent-facing 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 the parameters are already fully documented in the schema. The tool description adds no new parameter-level meaning beyond the analogy to git blame, so the baseline score of 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 states a specific verb ('show'), resource ('file annotations'), and adds the git-blame analogy to clarify intent. However, it does not distinguish this tool from the sibling tool p4_annotate, which likely covers very similar or identical functionality.

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 is provided about when to choose p4_blame over alternatives such as p4_annotate, p4_filelog, or p4_diff. The git-blame analogy gives a general hint about the use case, but there are no explicit when-to-use or when-not-to-use instructions.

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/iPraBhu/mcp-perforce-server'

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