set-project-id
Set the default Google Cloud project ID for querying and interacting with services like Logging, Spanner, Monitoring, and Cloud Trace via the MCP server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The Google Cloud project ID to set as default |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"projectId": {
"description": "The Google Cloud project ID to set as default",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}