Skip to main content
Glama
fastmcp-me

gcp-mcp

by fastmcp-me

create_service_account

Create a service account in a GCP project by providing a project ID, account ID, display name, and optionally a 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

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes
project_idYes
descriptionNo
display_nameYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It provides parameter constraints but does not disclose behavioral traits like idempotency, permission requirements, or error handling. The return value is vaguely described as 'Result of the service account creation.'

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The docstring is concise and well-structured, stating the purpose first, then listing each argument and the return value without wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a create tool with no output schema and no annotations, the description is adequate but lacks detail on return values and edge cases (e.g., duplicate account_id). It does not mention prerequisites like IAM permissions or project existence.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description explains all four parameters, including the 6-30 character constraint on account_id, adding meaning beyond the bare schema types. This fully compensates for the 0% schema description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create a new service account in a GCP project,' using a specific verb and resource. It distinguishes itself from sibling tools like list_service_accounts and create_instance.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The context is clear: this tool is for creating a service account in a GCP project. However, it does not explicitly mention when not to use it or alternatives, though none obvious exists among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/fastmcp-me/gcp-mcp-henihaddad'

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