set_instance_machine_type — mcp MCP Tool Mutating
set_instance_machine_type
(set instance machine type) is one of 29 tools on the
mcp
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call set_instance_machine_type from your client
- Claude Code mcp set_instance_machine_type run in your project directory
- Claude Desktop mcp set_instance_machine_type ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor mcp set_instance_machine_type ~/.cursor/mcp.json
- VS Code mcp set_instance_machine_type .vscode/mcp.json
- Zed mcp set_instance_machine_type ~/.config/zed/settings.json
- Windsurf mcp set_instance_machine_type ~/.codeium/windsurf/mcp_config.json
- Cline mcp set_instance_machine_type ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI mcp set_instance_machine_type ~/.gemini/settings.json
- Grok mcp set_instance_machine_type .mcp.json (in your project root)
- ChatGPT mcp set_instance_machine_type Settings → Connectors → Advanced → Developer mode
- Claude.ai mcp set_instance_machine_type Settings → Connectors → Add custom connector
- LangChain mcp set_instance_machine_type pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://compute.googleapis.com/mcp
Other tools on this server
- create_instance
- delete_instance
- start_instance
- stop_instance
- reset_instance
- get_instance_basic_info
- list_instance_attached_disks
- list_instances
- get_instance_group_manager_basic_info
- list_instance_group_managers
- list_managed_instances
- list_instance_templates
- get_instance_template_basic_info
- get_instance_template_properties
- get_disk_basic_info
- get_disk_performance_config
- list_disks
- list_accelerator_types
- list_machine_types
- list_images
- get_zone_operation
- get_reservation_basic_info
- get_reservation_details
- list_reservations
- list_commitments
- get_commitment_basic_info
- list_commitment_reservations
- list_snapshots
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.