Skip to main content

required-operation-summary

Overview

This rule belongs to the openapi-v3-agentic-tools-linting ruleset and states that:

Agentic tools heavily rely on operation summaries to understand API intent. Ensure every operation object includes a concise, meaningful summary to improve AI reasoning and tool output quality.

PropertyValue
EnabledNo
Maximum SeverityError
MessageOperation must have a summary.
CodeOPENAPI3AGENTICTOOLS_L230
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Operations
Products ImpactedAgentic Tools Generation, Developer Experience Portal
Tagscode generation AI Agentic tools mcp llm openapi3 openapi semantic linting apimatic operation summary

Suggested Fixes

  • Add a clear, non-empty summary to each operation.
  • Avoid vague or placeholder text.

For More Information