{
"agent": {
"agent_name": "string"
},
"id": "at_123",
"type": "additional_tools",
"role": "developer",
"tools": [
{
"type": "function",
"name": "string",
"description": "string",
"parameters": {
"property1": "string",
"property2": "string"
},
"output_schema": {
"property1": "string",
"property2": "string"
},
"strict": true,
"defer_loading": true,
"allowed_callers": [
"direct"
]
}
]
}