rlm_swarm_update
Update swarm configuration settings including name, description, agent limits, and timeout values with admin access.
Instructions
Update swarm configuration (requires ADMIN access).
Updatable settings:
name: Swarm display name
description: What the swarm is for
max_agents: Maximum agents allowed (plan-limited)
task_timeout: Seconds before unclaimed task expires (60-3600)
claim_timeout: Seconds a resource claim lasts (60-7200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID to update | |
| name | No | New swarm name | |
| description | No | New description | |
| max_agents | No | Maximum agents allowed | |
| task_timeout | No | Task claim timeout in seconds | |
| claim_timeout | No | Resource claim timeout in seconds |