goclaw_agent_update
Modify an existing agent's configuration settings including LLM provider, model, context window, and workspace directory in the GoClaw MCP Server.
Instructions
Update an existing agent's settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Agent ID | |
| display_name | No | New display name | |
| provider | No | New LLM provider | |
| model | No | New LLM model | |
| context_window | No | New context window size | |
| max_tool_iterations | No | New max tool iterations | |
| workspace | No | New workspace directory |