Retrieve the expected output schema for a specific tool in the agent graph.
Tool output schema retrieved successfully
Unique identifier for the output parameter.
"param-123e4567-e89b-12d3-a456-426614174000"
UUID of the parent tool configuration.
"config-123e4567-e89b-12d3-a456-426614174000"
Whether this parameter returns an array of values.
false
Timestamp when the parameter was created.
Timestamp when the parameter was last updated.
Name of the output parameter.
"customerData"
Position/order of the parameter in the output list.
1
Human-readable description of what this output parameter represents.
"The customer data retrieved from the database."
UUID of the parent parameter for nested structures.
JSON path to this parameter in the output structure.
"response.data.customer"
Example value demonstrating the expected output format.
"{\"name\": \"John Doe\", \"email\": \"john@example.com\"}"
Data type of the output parameter.
string, number, boolean, object, enum "string"
Additional type-specific configuration options.