Skip to main content
Glama
iPraBhu

mcp-perforce-server

by iPraBhu

p4_review_bundle

Collect pending Perforce changelists with optional change descriptions and reviewer details to prepare a complete code review bundle.

Instructions

Composite review workflow: pending changes with optional details/reviewers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
counterNoOptional review counter/token for p4 review -t
filespecNoOptional filespec filter
maxChangesNoMaximum changelists to include (optional, default 10)
workspacePathNoPath to workspace directory (optional, defaults to current directory)
includeDescribeNoInclude p4 describe data per changelist (optional, default true)
includeReviewersNoInclude p4 reviews per changelist (optional, default true)
Behavior2/5

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

With no annotations, the description carries the full behavioral disclosure burden. It reveals that the tool is a composite of pending changes plus optional details/reviewers, but it does not say whether the operation is read-only, what commands it composes, what it returns, or what side effects or performance expectations exist.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single compact sentence with no filler. It is not fully front-loaded because the more informative phrase 'pending changes with optional details/reviewers' appears after the generic 'Composite review workflow' label, but it remains appropriately concise.

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

Completeness2/5

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

With six optional parameters, no output schema, and no annotations, the description should explain what the composite result contains, how the options interact, and when this tool is preferred over existing review siblings. The single sentence is too thin to fully support correct selection and 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?

Schema description coverage is 100%, so the parameters are fully documented in the schema itself. The description's mention of 'details/reviewers' loosely maps to includeDescribe and includeReviewers, but it adds no meaningful semantic value beyond what the schema already provides, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description points at pending changes and optional details/reviewers, so it is not a pure restatement of the name. However, 'Composite review workflow' lacks a concrete verb such as list, retrieve, or generate, and it does not distinguish this tool from siblings like p4_review, p4_reviews, or p4_review_prepare.

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 explicit when-to-use or when-not-to-use guidance is provided, and no sibling alternatives are named. 'Pending changes with optional details/reviewers' only vaguely implies a use case, leaving an agent to guess when this composite tool is preferable to the many related review tools.

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