Skip to main content
Glama

GCP MCP

by henihaddad

create_service_account

Generate a new service account in a GCP project by specifying project ID, account ID, display name, and optional description.

Instructions

Create a new service account in a GCP project. Args: project_id: The ID of the GCP project account_id: The ID for the service account (must be between 6 and 30 characters) display_name: A user-friendly name for the service account description: Optional description for the service account Returns: Result of the service account creation

Input Schema

NameRequiredDescriptionDefault
account_idYes
descriptionNo
display_nameYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "display_name": { "title": "Display Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "account_id", "display_name" ], "title": "create_service_accountArguments", "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