Skip to main content
Glama
polar3130

cloud-support-mcp

by polar3130

update_support_case

Update an existing support case's priority, display name, or subscriber email addresses using resource name and field mask.

Instructions

Update an existing support case. Only priority, displayName, and subscriberEmailAddresses can be updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe resource name of the case (e.g., projects/{project_id}/cases/{case_id})
priorityNoCase priority
updateMaskNoComma-separated list of fields to update (priority,displayName,subscriberEmailAddresses). If not specified, all provided fields will be updated.
displayNameNoThe short summary of the issue reported in this case
subscriberEmailAddressesNoEmail addresses to receive updates on this case
Behavior3/5

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

No annotations are present, so the description must carry behavioral disclosure. It discloses that only certain fields are updatable, which is a useful constraint, but omits any side effects, permissions, or how updateMask interacts.

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?

Single sentence conveying the essential function and constraint with no redundancy.

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

Completeness4/5

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

For a mutation tool with 5 params and no output schema, the description covers the main constraint and leaves field-level details to the schema. It doesn't explain the updateMask behavior or required name, but schema covers those. Acceptable.

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

Parameters4/5

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

The schema fully documents all five parameters, so baseline is 3. The description adds the key semantic that only priority, displayName, and subscriberEmailAddresses are mutable, which is not fully captured by the schema alone.

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?

Clearly states the action ('Update') and resource ('existing support case'), and specifies the updatable fields, distinguishing it from create/close siblings.

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?

Provides a constraint on which fields can be updated but doesn't explicitly contrast with alternative tools like create_support_case or close_support_case, nor mention when to prefer this tool.

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/polar3130/cloud-support-mcp'

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