Skip to main content
Glama
iPraBhu

mcp-perforce-server

by iPraBhu

p4_clients

List Perforce clients/workspaces with optional filters for user, stream, server, or name to locate the exact workspace.

Instructions

List Perforce clients/workspaces

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNoMaximum number of results (optional)
userNoFilter by user (optional)
streamNoLimit workspaces to a dedicated stream using -S (optional)
serverIdNoLimit clients to a specific server using -s (optional)
unloadedNoList unloaded clients using -U (optional)
allServersNoList clients across all servers using -a (optional)
nameFilterNoWorkspace name filter using -e (optional)
workspacePathNoPath to workspace directory (optional, defaults to current directory)
caseInsensitiveNameFilterNoCase-insensitive workspace name filter using -E (optional)
Behavior3/5

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

With no annotations, the description carries the full burden. 'List' implies a read-only, non-destructive operation, but the description does not disclose output format, default scope, or whether unloaded/remote workspaces are included without flags. It covers the core behavior but little else.

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 front-loaded phrase with no filler words or redundant information. It is maximally concise and immediately communicates the operation.

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 is rich and fully documents parameters, but there is no output schema and no annotations. A one-phrase description leaves the return shape and usage context underspecified, though it is adequate for a straightforward list tool.

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 descriptions cover all 9 parameters with explicit flag mappings and defaults, so the description does not need to repeat parameter details. The description adds no extra parameter semantics, but the 100% schema coverage keeps this at the baseline of 3.

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 uses the specific verb 'List' and identifies the resource as 'Perforce clients/workspaces', making the core purpose clear. However, it does not explicitly differentiate itself from sibling tools like p4_client or other listing commands.

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, no mention of prerequisites, and no exclusions. The description implies a listing use case but provides no context about when it should or should not be selected.

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