get_project
Retrieve project information by ID, name, or workspace path, even with partial details. Uses priority ID > path > name to resolve the matching project.
Instructions
Get project information by ID, name, or workspace path.
ESSENTIAL FOR: Flexible project lookup when you have partial information
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:
You know the project_id and want full details
You only know the project name
You have the workspace path and want to find the project
Validating that multiple identifiers point to the same project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID (e.g., "proj-abc-123") | |
| project_name | No | Project name (e.g., "My App") | |
| workspace_path | No | Workspace directory path (e.g., "/home/user/projects/myapp") |