config_set_project
Set the default Google Cloud project ID for streamlined resource management in GCP MCP operations. Input the project ID to configure and validate settings.
Instructions
Set the default Google Cloud project.
Args:
project_id: The ID of the project to set as default
Returns:
Status message indicating whether the project was set
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"title": "config_set_projectArguments",
"type": "object"
}