get_project_context
Fetch the full PROJECT_CONTEXT.md for any project. Get canonical description, decisions, and architecture to answer project-specific questions with complete context.
Instructions
Return the full PROJECT_CONTEXT.md for a specific project.
Returns the markdown content as a string, including front-matter if present.
USE WHEN: you need the canonical project description, decisions, and architecture before answering a project-specific question. NOT FOR: live activity — use get_activity_summary for that.
BEHAVIOR: pure read. Returns empty string if the project has no PROJECT_CONTEXT.md.
PARAMETERS: project_id: project slug as returned by list_projects or get_active_project. Required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |