Select the current app
use_projectEliminate repeated project specification by setting the active project for the conversation, making it the default for all subsequent tool calls.
Instructions
Set the current app for this conversation so later tools default to it without repeating project. Behaves as session state: it persists until you call this again and applies to every subsequent tool call. Returns { currentProject } — the project id now in effect. Use when the user says 'switch to ' or names an app to focus on; call list_projects first for valid ids. No effect with a single-app key (the project is fixed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | The project id to make current, copied from list_projects (e.g. 'proj_3a8f137bccdd4f'). |