Skip to main content
Glama
polar3130

cloud-support-mcp

by polar3130

create_case_comment

Add a new comment to a Google Cloud support case, enabling communication with Google Support. Specify the case name and comment body to post the comment.

Instructions

Add a new comment to a support case for communication with Google Support.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe full comment body (maximum 12800 characters)
parentYesThe name of the case to which the comment should be added (e.g., projects/{project_id}/cases/{case_id} or organizations/{org_id}/cases/{case_id})
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It states 'Add' (implying mutation) but gives no details on permissions, side effects, rate limits, or return behavior. The phrase 'for communication with Google Support' adds context but not behavioral traits.

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 description is a single sentence, front-loaded with the action verb 'Add', and contains no extraneous information. It is concise and to the point.

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 simple two-parameter tool with fully described schema, the description provides adequate context for basic usage. However, since there is no output schema and no annotations, additional information about expected outcomes or error conditions would make it more complete.

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

Parameters3/5

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

Schema coverage is 100% with descriptive parameter entries for both 'body' and 'parent'. The description itself does not add parameter-specific details, so the baseline score of 3 is appropriate.

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 the verb 'Add' and the resource 'comment to a support case', making the tool's purpose unambiguous. It is easily distinguished from sibling tools like create_support_case (creates a case) and get_case_comments (reads comments).

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 description implies the tool is for adding comments to existing cases, which is distinct from listing, getting, or closing cases. However, it does not explicitly state when not to use alternatives or mention any prerequisites, so it lacks explicit exclusion guidance.

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