Skip to content

AgentValidationReport

← All HTTP schemas

The result of a validation that builds an agent definition without saving it and without calling any model.

Shape: object

Property Required Type Description Rules
valid yes boolean Gets a value that is true when the definition carries no ValidationSeverity.Error.
inconclusive yes boolean Gets a value that tells whether a check could not finish because a resource was unreachable, an MCP server for example. It does not affect Valid.
messages yes array of ValidationMessage Gets every message found. Validation does not stop at the first error.