pr-summary
Turn a git diff into a clear PR description or release notes. [dev-tools; up to 30c/call]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | Yes | Unified git diff to summarise | |
| style | No | e.g. conventional, changelog, executive |
Turn a git diff into a clear PR description or release notes. [dev-tools; up to 30c/call]
| Name | Required | Description | Default |
|---|---|---|---|
| diff | Yes | Unified git diff to summarise | |
| style | No | e.g. conventional, changelog, executive |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It does not disclose that this is an AI call, potential latency, token limits, or what happens with large diffs. The cost mention is useful but insufficient for behavioral transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and to the point, but could be structured with separate sentences for purpose and usage. The bracketed cost info is concise but fits. Minimal waste, but slightly too terse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema and moderate complexity (summarizing a diff). The description gives a high-level idea of output but does not explain return format, length, or potential failure modes. Adequate but not complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters. The description adds no additional meaning beyond the schema. Baseline 3 is appropriate since the schema already documents the parameters adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool converts a git diff into a PR description or release notes. The verb 'turn' is somewhat generic but the resource is well-defined. Sibling tools are all security-focused, so this distinguishes itself effectively.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs alternatives. The bracketed cost note does not provide usage context. There is no mention of prerequisites, exclusions, or related tools for fallback.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.