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
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results (optional) | |
| user | No | Filter by user (optional) | |
| stream | No | Limit workspaces to a dedicated stream using -S (optional) | |
| serverId | No | Limit clients to a specific server using -s (optional) | |
| unloaded | No | List unloaded clients using -U (optional) | |
| allServers | No | List clients across all servers using -a (optional) | |
| nameFilter | No | Workspace name filter using -e (optional) | |
| workspacePath | No | Path to workspace directory (optional, defaults to current directory) | |
| caseInsensitiveNameFilter | No | Case-insensitive workspace name filter using -E (optional) |