get_project_info
Retrieve comprehensive project details from shared memory to review tech stack, decisions, and change history before starting work.
Instructions
Get comprehensive information about a project from CoordMCP memory.
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:
Before starting work to understand project context and history
To check existing tech stack and architectural decisions
To see recent changes made by other agents
When resuming work on an existing project
To understand the project structure before making changes
This retrieves: project metadata, tech stack, recent decisions, file dependencies, and change history.
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) |