contract_gaps
Identify missing mandatory clauses across all contracts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Identify missing mandatory clauses across all contracts.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. The verb 'Identify' implies a non-destructive read operation, but the description does not clarify data access scope, potential performance implications, or the specific set of 'mandatory clauses' being checked. It provides only minimal transparency beyond the action itself.
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 a single, front-loaded sentence with a clear verb and no filler. It is maximally concise and well-structured.
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?
For a zero-parameter tool with no output schema, the description is largely complete. However, it does not define what constitutes 'mandatory clauses' or describe the return format, which could leave some ambiguity for an agent.
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?
The tool has zero parameters, so the description need not explain parameter semantics. The baseline score of 4 applies, as no parameter schema complexity requires compensation.
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 uses the specific verb 'Identify' and clearly states the resource ('missing mandatory clauses') and scope ('across all contracts'). This differentiates it from siblings like clause_check, which likely handles individual contracts, and contract_scoring, which scores contracts.
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?
The scope 'across all contracts' implies a bulk-analysis use case, but the description provides no explicit guidance on when to use this tool versus alternatives like clause_check or contract_analyze_llm. No exclusions or prerequisites are stated.
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.