fleet_nodes
Manage a single machine in the fleet configuration: add, remove, enable, or disable it while preserving other machines' settings, with automatic model probing on add and backup of the previous file.
Instructions
Add, remove, enable or disable ONE machine in the fleet configuration, keeping every other machine's settings and comments. 'add' probes the new server and picks its models per category; 'list' only shows the current machines. The previous file is kept as a backup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | for 'add': http://192.168.1.13:11434, or a provider base URL | |
| name | No | short name of the machine, e.g. gpu | |
| tier | No | for 'add' (default: auto, decided by the benchmark) | |
| action | Yes | ||
| models | No | models per category, e.g. {"docs": ["gemini-2.5-flash"]} | |
| num_ctx | No | ||
| provider | No | for 'add' of a remote AI: fills url and the usual key variable (gemini, groq, openrouter, deepseek, mistral, openai, custom) | |
| cost_input | No | USD per million input tokens (0 = free tier) | |
| send_files | No | may this project's files be sent to that provider? ask the user first | |
| api_key_env | No | name of the environment variable holding the key - never paste the key itself | |
| cost_output | No | USD per million output tokens | |
| daily_tokens | No | ||
| max_parallel | No | ||
| daily_cost_usd | No | stop using this provider after this much per day | |
| daily_requests | No | free-tier or self-imposed daily request cap |