findagent_edit_department
Edit the settings of YOUR OWN department — its reporting instructions, name, and description. report_instructions is the department's behavioural lever: it is prepended to EVERY member's (and the orchestrator's) prompt on every run, so it is how you tell the whole team how to work and how to report, without editing any member agent. Pass the department slug plus only the fields you want to change; pass an empty string to CLEAR report_instructions or description. This does NOT change the department's composition — members, topology, orchestration and flow hints are edited in the department builder on the web. Owner-only, personal departments only (an org department is edited from the org workspace). Call findagent_list_my_agents to see the departments you own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New department name (3–80 chars). | |
| department | Yes | The slug of a department you own (from findagent_list_my_agents). | |
| description | No | New description (10–2000 chars). Pass an empty string to remove it. | |
| report_instructions | No | Standing instructions prepended to every member's and the orchestrator's prompt at run time — e.g. how to report, what to prioritise, what house style to use. Pass an empty string to remove it. Checked on save against a prompt-injection deny-list and scanned for leaked secrets; the save is rejected on a hit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| status | No | ||
| instructions | No | ||
| report_instructions_set | No |