select-project

Assign a specific GCP project for interactions via the GCP MCP server, specifying the project ID and optional region for efficient resource management.

Instructions

Selects GCP project to use for subsequent interactions

Input Schema

NameRequiredDescriptionDefault
projectIdYesID of the GCP project to select
regionNoRegion to use (if not provided, us-central1 is used)

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "ID of the GCP project to select", "type": "string" }, "region": { "description": "Region to use (if not provided, us-central1 is used)", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools from GCP MCP

Related Tools

ID: b1x5qeu0kz