Tool Parameters

Validate Parameter Configs

Validate parameter configs against a tool's schema.

The frontend sends both the configs and the params_schema it has (from the tool object). This keeps validation stateless and avoids any DB lookup.

post/api/v1/tool-parameters/validate

Request body

params_schemaobject required

Response

Successful Response

validboolean required
errorsstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.