Skip to main content

required-operation-description

Overview

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

A detailed operation description enables agentic tools to infer behavior, side effects, and constraints. Ensure each operation includes a complete and meaningful description.

PropertyValue
EnabledNo
Maximum SeverityError
MessageOperation must include a non-empty description.
CodeOPENAPI3AGENTICTOOLS_L231
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 description

Suggested Fixes

  • Add a detailed description to the operation.
  • Ensure the description accurately reflects the operation's behavior.

For More Information