Skip to main content
Sets the default project context for all subsequent tool calls in this session. Once set, other tools will use this project automatically unless overridden with an explicit projectId parameter.

Input Schema

Parameters

ParameterTypeRequiredDescription
projectIdstringYesProject ID to use as default context
organizationIdstringNoOrganization ID (optional if user belongs to only one organization)

Response

FieldTypeDescription
projectIdstringThe project ID that was set
projectNamestringDisplay name of the project
organizationIdstringOrganization ID the project belongs to
organizationNamestringDisplay name of the organization

Example

Request

Response

Usage

After setting the project context, all subsequent tool calls will use this project by default:

Overriding the Default

You can still specify a different project for individual calls: