kopern_update_agent
Update agent configuration, skills, tools, or extensions with add/remove arrays for granular control.
Instructions
Update any part of an agent: config, skills, tools, or extensions. Use add/remove arrays for granular control over subcollections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New agent name | |
| model | No | Model ID override | |
| domain | No | New agent domain/category | |
| agent_id | Yes | The agent ID or name | |
| provider | No | LLM provider (anthropic, openai, google, mistral, ollama) | |
| tools_add | No | Add custom tools (sandboxed JS) | |
| skills_add | No | Add skills (domain knowledge blocks) | |
| description | No | New agent description | |
| tools_remove | No | Remove custom tools by name | |
| builtin_tools | No | Built-in tools to enable: web_fetch, memory, github_read, github_write, bug_management, datagouv, piste, service_email, service_calendar | |
| skills_remove | No | Remove skills by name | |
| system_prompt | No | New system prompt | |
| extensions_add | No | Add extensions (event hooks) | |
| extensions_remove | No | Remove extensions by name |