get_active_project
Check which project is currently active in your session. Get project name, chunk count, and docs path, or instructions to bind a project if none is set.
Instructions
Show the active project for this session. Read-only, no side effects.
Use to verify which project is bound before making tool calls.
Use set_project() to change the binding. Use list_projects() to see
all registered projects and their stats.
Returns:
Active project name, chunk count, and docs path when bound.
Instructions to call set_project() or setup_project() when not bound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |