cloud-support-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to the service account key JSON file for Google Cloud authentication. If not set, uses gcloud default credentials. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_support_casesC | List all support cases for a Google Cloud project or organization |
| get_support_caseA | Get detailed information about a specific support case |
| get_case_commentsB | Get comments and conversation history for a specific support case |
| search_support_casesC | Search support cases with various filters |
| create_support_caseB | Create a new support case and associate it with a parent |
| update_support_caseA | Update an existing support case. Only priority, displayName, and subscriberEmailAddresses can be updated. |
| close_support_caseA | Close an existing support case. Once closed, the case cannot be reopened. |
| create_case_commentA | Add a new comment to a support case for communication with Google Support. |
| list_case_attachmentsB | List all attachments associated with a support case. |
| search_case_classificationsA | Search and retrieve valid case classifications for creating support cases |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct operation on support cases: listing, getting, searching, creating, updating, closing, comments, attachments, and classifications. No two tools have overlapping purposes; even list vs search are clearly differentiated by description.
Most tools follow a verb_noun pattern, but there is inconsistency in whether the noun is 'support_case' or 'case' (e.g., list_support_cases vs get_case_comments). This is a minor deviation that does not create confusion.
10 tools is a well-scoped count for a support case management server. Each tool covers a necessary function without redundancy or bloat, making the set easy to navigate.
The tool set covers the full lifecycle of support cases: create, read (list/get/search), update, close, comment, and list attachments. It also includes classification search, which is needed for creation. There are no obvious dead ends or missing critical operations.