file_lock_list
List active file locks held by agents to inspect workspace state and diagnose conflicts before dispatching concurrent agents.
Instructions
List all currently active file locks held by agents.
Useful for team-lead to inspect the workspace state or diagnose potential conflicts before dispatching concurrent agents.
Returns: {"locks": [{"path": ..., "agent": ..., "expires_in": ...}, ...], "count": N}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||