Skip to main content

required-parameter-description

Overview

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

Parameter descriptions help both developers and AI agents understand the purpose, expected format, and constraints of inputs. Provide a meaningful description for every parameter.

PropertyValue
EnabledNo
Maximum SeverityError
MessageParameter must include a non-empty description.
CodeOPENAPI3AGENTICTOOLS_L330
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Parameters
Products ImpactedAgentic Tools Generation, Developer Experience Portal
Tagscode generation AI Agentic tools mcp llm openapi3 openapi semantic linting apimatic parameter description

Suggested Fixes

  • Add a description to the parameter object.
  • Avoid empty or null descriptions.

For More Information