Skip to main content
Glama

delimit_lint

Compare and lint two OpenAPI specs for breaking changes and policy violations. Use dry run to preview violations without side effects.

Instructions

Lint two OpenAPI specs for breaking changes and policy violations. Primary CI integration point. Combines diff + policy into pass/fail. Auto-chains: semver classification, governance evaluation on breaking changes.

When dry_run=True, returns violations and semver classification without recording evidence, triggering notifications, or enforcing governance. Useful for CI preview comments ("what would block") without side effects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
old_specYesPath to the old (baseline) OpenAPI spec file.
new_specYesPath to the new (proposed) OpenAPI spec file.
policy_fileNoOptional path to a .delimit/policies.yml file.
dry_runNoIf True, return violations without side effects (no evidence, no chains).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Given no annotations, the description reveals auto-chaining behavior, dry_run side effects, and pass/fail outcome. However, it lacks details on normal mode side effects (e.g., what gets recorded or notified) and does not fully explain the auto-chain sequence.

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 mostly concise and front-loaded with purpose. It could be slightly more structured (e.g., bullet points) and shorter by omitting 'Primary CI integration point' which is implied.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, return values are covered. The description covers purpose, dry_run behavior, and integration context. It lacks details on error handling or prerequisites (e.g., valid specs), but overall is fairly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value for the dry_run parameter by explaining its behavioral implications. Other parameters (old_spec, new_spec, policy_file) are not elaborated beyond schema, but the dry_run detail justifies a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lints two OpenAPI specs for breaking changes and policy violations, and positions it as the primary CI integration point combining diff and policy. This distinguishes it from related siblings like delimit_diff and delimit_gov_evaluate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use dry_run (for CI preview without side effects) and implies normal mode for full enforcement. However, it does not explicitly contrast with sibling tools or state when to use alternatives.

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/delimit-ai/delimit-mcp-server'

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