Skip to main content
Glama
kutleloove

google-cloud-console-mcp

by kutleloove

List service account keys

gcp_list_service_account_keys

List all key IDs for a GCP service account to audit key inventory without exposing private key material. Specify email and optional project ID.

Instructions

Lists key ids for a service account (never returns private key material for existing keys).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
projectIdNoGCP project id; defaults to GOOGLE_CLOUD_PROJECT env var

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It usefully discloses that private key material is never returned for existing keys, which is important context, but it does not cover permissions, pagination, or other response characteristics.

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?

One sentence, front-loaded with the action and resource, with no wasted words. The important safety caveat is included efficiently in parentheses.

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 simple read-only list tool with no output schema and no annotations, the description explains the core return content and a key security caveat. However, it omits parameter guidance and does not fully compensate for the incomplete schema coverage.

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

Parameters2/5

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

Schema description coverage is 50%, and the required email parameter has no schema description. The description says 'for a service account' but does not name or explain the email parameter or the optional projectId default beyond what the schema already states.

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?

States a specific verb and resource ('Lists key ids for a service account') and adds a clear scope qualification about private key material. An agent can distinguish this from create/delete key siblings without opening the schema.

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

Usage Guidelines3/5

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

The list action implies its use, but the description does not explicitly say when to use this tool versus gcp_create_service_account_key, gcp_delete_service_account_key, or gcp_list_service_accounts. No exclusions or prerequisites are provided.

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

Deploy Server

Other Tools