Get project context
get_contextRetrieve the project's stored context: index, description, constraints, decisions, plans, and memory. Use this to orient AI agents at the start of a session.
Instructions
Read the project's persistent AI context: index, project description, constraints, decisions, plans, memory. Call with no arguments at session start to orient yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | What to read. One of "index" (default, the table of contents), "project", "constraints", "memory", "decisions" (list only), "plans" (list only), a decision ID like "0003", or a plan slug. |