{
"name": "assign_agent",
"description": "Assign an agent to an existing task",
"parameters": {
"type": "object",
"properties": {
"task_id": { "type": "integer", "description": "ID of the task" },
"agent_id": { "type": "integer", "description": "ID of the agent" }
},
"required": ["task_id", "agent_id"]
}
}