Skip to main content
Glama

GCP MCP

by henihaddad

get_deployment_details

Retrieve specific deployment details in Google Cloud Platform by providing the project ID and deployment name using this tool.

Instructions

Get details of a specific Deployment Manager deployment. Args: project_id: The ID of the GCP project deployment_name: The name of the deployment to get details for Returns: Details of the specified deployment

Input Schema

NameRequiredDescriptionDefault
deployment_nameYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "deployment_name": { "title": "Deployment Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "deployment_name" ], "title": "get_deployment_detailsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/henihaddad/gcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server