get_agents_in_project
Identify which agents are currently active in a project to coordinate multi-agent work and avoid conflicts. Look up by project ID, name, or path.
Instructions
Retrieve all agents currently active in a specific project.
This tool provides flexible project lookup. You can specify any combination of identifiers, and it will resolve to the matching project.
Priority: project_id > workspace_path > project_name
WHEN TO USE:
To check who else is working on this project right now
Before starting work to understand the current activity level
When coordinating multi-agent work
To see what other agents are focused on
USEFUL FOR: Multi-agent coordination and understanding project activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID from create_project() (optional if project_name or workspace_path provided) | |
| project_name | No | Project name to look up (alternative to project_id) | |
| workspace_path | No | Workspace directory path (alternative to project_id) |