get_active_project
Retrieve the currently bound project name, chunk count, and docs path for the session. Verify your project context before using other tools.
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 |