auth_login
Authenticate with Google Cloud Platform via browser-based OAuth flow to manage resources without manual credential setup. Optionally set a default project ID post-login.
Instructions
Authenticate with Google Cloud Platform using browser-based OAuth flow.
Args:
project_id: Optional project ID to set as default after login
Returns:
Status message indicating whether authentication was successful
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | No |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"default": "",
"title": "Project Id",
"type": "string"
}
},
"title": "auth_loginArguments",
"type": "object"
}