Skip to main content
Glama
Cocoon-AI

MCP Perforce Server

by Cocoon-AI

p4_sync

Sync files from a Perforce depot to your local workspace. Specify a path, filter to specific files, or force overwrite to discard local changes.

Instructions

Sync files from the depot

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoWorking directory path (optional)
filesNoSpecific files to sync (optional, syncs all if not provided)
forceNoForce sync even if you have local changes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Sync files from the depot' without mentioning that sync may overwrite local changes, the role of the 'force' flag, or any other behavioral traits such as requiring Perforce connection or reporting results. This is a significant gap for a potentially destructive operation.

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, concise sentence with no redundancy or fluff. It is appropriately front-loaded, but its brevity borders on under-specification; still, for the dimension of conciseness, it earns a high score.

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?

Given that there are no annotations, no output schema, and a potentially destructive operation (overwriting local changes), the description is too sparse to be complete. It does not explain the sync process, the effect of force, or any expected results, leaving the agent with only the schema parameter descriptions.

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%, with each parameter (path, files, force) having a description in the input schema. The description adds no additional semantic meaning beyond the schema, so baseline 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 'Sync files from the depot' uses a specific verb ('sync') and resource ('files from the depot'), clearly conveying the core action. However, it does not explicitly differentiate from sibling tools like p4_revert or p4_status, though 'sync' is a distinct operation in context.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention that sync updates the workspace from the depot, nor does it specify whether it should be used for initial population or to refresh files, or exclude other operations. No exclusions or alternative tool references are provided.

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/Cocoon-AI/mcp-perforce'

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