Skip to main content
Glama
Cocoon-AI

MCP Perforce Server

by Cocoon-AI

p4_client_edit

Edit an existing Perforce client/workspace specification. Provide the updated spec to apply changes, or omit it to view the current configuration.

Instructions

Edit an existing client/workspace specification

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoWorking directory path (optional)
specNoClient specification content (optional, shows current spec if not provided)
clientYesClient/workspace name to edit
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not mention side effects, permissions, whether the client must exist before editing, or what happens when the spec parameter is omitted. The schema description for 'spec' adds a hint that current spec is shown if not provided, but the main description remains opaque about the tool's behavior.

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 one concise sentence that front-loads the primary action and resource. It is appropriately sized with no redundant information.

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?

For a tool with no annotations, no output schema, and multiple parameters, the description is too sparse. It does not explain the purpose of the 'path' parameter, what constitutes a successful edit, or how the tool behaves when 'spec' is not provided. The schema description for 'spec' covers one nuance, but overall the description lacks important usage 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?

All three parameters have schema descriptions, so the baseline is 3. The main description does not add additional parameter-level meaning beyond what the schema already provides, though it reinforces that 'client' must be an existing client/workspace name.

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 edits an existing client/workspace specification, using the specific verb 'Edit' and a resource type that distinguishes it from sibling tools like p4_client_create or p4_client_delete.

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 phrase 'Edit an existing' implies this tool is for modifying existing client specs, not for creating or deleting them, but it does not explicitly mention alternatives or when-not-to-use scenarios. This is implied usage rather than explicit guidance.

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