rename_agent
Rename an agent, keyed by its id rather than its current name.
AgentwritesidempotentMCP tool
The name is a display label the store keys on; the running tmux window keeps whatever it was called at launch. It may not contain spaces, colons, dots, slashes, or control characters.
Calling it#
curl -X POST http://127.0.0.1:8787/agent.v1.AgentService/UpdateAgent \
-H 'Content-Type: application/json' \
-d '{
"id": "<id>",
"name": "<name>"
}'komrad rpc rename-agent \
--id <string> \
--name <string>{
"name": "rename_agent",
"arguments": {
"id": "<id>",
"name": "<name>"
}
}Offered by the komrad MCP server to orchestrator agents.
Request#
UpdateAgentRequest#
Response#
Empty#
No fields.