Skip to main content
Glama
iPraBhu

mcp-perforce-server

by iPraBhu

p4_change_inspect

Inspect a Perforce changelist by combining its description, fixes, and reviewers, with optional diff and file history details.

Instructions

Composite changelist inspection: describe + fixes + reviewers (+ optional file history)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
changelistYesChangelist number to inspect (required)
diffFormatNoDiff format for describe when includeDiff=true
includeDiffNoInclude describe diff content in inspection output (optional, default false)
maxRevisionsNoMaximum revisions per filelog call (optional, default 5)
workspacePathNoPath to workspace directory (optional, defaults to current directory)
includeFileHistoryNoInclude p4 filelog for affected files (optional, default false)
maxFilesWithHistoryNoMaximum files to fetch filelog for (optional, default 5)
Behavior3/5

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

No annotations are present, so the description carries full behavioral burden. It discloses the aggregate command set and optional file-history behavior, which implies a read-only inspection. However, it does not describe output shape, execution order, error behavior, or side effects, 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?

Single compact sentence with front-loaded composite identity and optional behavior at the end. Every word earns its place with no filler.

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?

The schema fully covers invocation, and the description identifies the main output sections: describe, fixes, reviewers, and optional history. However, with no output schema and no annotations, it does not specify the returned structure or how options like includeDiff and maxRevisions shape results, which is a moderate gap.

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 is 100%, with every parameter documented including defaults and the diffFormat enum. The description reinforces the optional file-history behavior but adds no new parameter semantics, so the baseline score of 3 applies.

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?

Specific verb and resource: 'changelist inspection'. The 'Composite' prefix and enumerated components ('describe + fixes + reviewers + optional file history') clearly differentiate it from singular sibling tools like p4_describe or p4_fixes.

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 this is for a combined inspection workflow, but it never names alternatives or states when to prefer this over p4_describe, p4_filelog, or p4_fixes individually. No explicit when-not conditions are given, so the agent must infer usage from the word 'Composite'.

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