Skip to main content
Glama
iPraBhu

mcp-perforce-server

by iPraBhu

p4_jobs

Find and list Perforce jobs when job tracking is enabled, using optional filters for job ID, files, job view, and result limits to locate relevant defect records.

Instructions

List jobs (if job tracking is enabled)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobNoSpecific job to show (optional)
maxNoMaximum number of results (optional)
filesNoOptional file/filespec filters for jobs
jobViewNoJobview expression for -e (optional)
reverseOrderNoReverse job sort order using -r (optional)
workspacePathNoPath to workspace directory (optional, defaults to current directory)
includeIntegratedNoInclude fixes from integrated changelists using -i (optional)
Behavior2/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It indicates a read-only listing operation but does not explain what happens when job tracking is disabled, what the output looks like, or how parameters like reverseOrder and includeIntegrated affect behavior. The conditional enabling note is the only behavioral context beyond the bare 'List jobs'.

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 very concise and front-loaded, stating the core operation immediately. The parenthetical condition is brief and relevant. It is not overly verbose, though it sacrifices useful detail for brevity.

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 seven optional parameters, no output schema, and no annotations, the description is incomplete. It does not cover expected return format, error behavior when job tracking is disabled, or which parameters are commonly used together. An agent would need to infer most usage context from parameter names and sibling tool names.

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 all seven parameters documented in the schema. The tool description adds no additional parameter meaning or syntax guidance, so the baseline score of 3 is appropriate since the schema already does the heavy lifting.

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 states a specific action and resource: 'List jobs'. The parenthetical '(if job tracking is enabled)' adds a useful condition. However, it does not differentiate this tool from sibling tools like p4_job or p4_fixes, so it lacks the explicit sibling distinction needed for a 5.

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?

The description gives minimal usage context by noting that job tracking must be enabled, but it offers no guidance on when to use this tool versus alternatives such as p4_job or p4_fixes. 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/iPraBhu/mcp-perforce-server'

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