Skip to main content
Glama
mundurragacl

Amazon Connect MCP Server

by mundurragacl

cases_associate_domain

Associates a Cases domain with a Connect instance to enable Amazon Connect Cases for agents, allowing them to create and manage cases.

Instructions

Associate a Cases domain with a Connect instance.

This enables Amazon Connect Cases for the instance, allowing agents to create and manage cases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_idYesThe Cases domain ID to associate
instance_idNoConnect instance ID (uses session if not provided)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full transparency burden. It discloses the behavioral outcome (allows agents to create and manage cases) but doesn't mention permissions, reversibility, idempotency, or failure behavior. It is informative yet not comprehensive.

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 two sentences, front-loaded with the core action, and every phrase adds value. There is no redundancy or filler, making it highly concise and well-structured.

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 association tool, the description combined with full parameter schema coverage and an output schema is mostly complete. It could mention prerequisites or the session default for instance_id, but the provided information is adequate for correct invocation.

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 description coverage is 100%, with both domain_id and instance_id having descriptions. The tool description adds no extra parameter semantics beyond what the schema already provides, so the baseline of 3 applies.

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

Purpose4/5

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

The description clearly states the verb and resource ('Associate a Cases domain with a Connect instance') and adds functional context by explaining that it enables Amazon Connect Cases. It doesn't explicitly distinguish from sibling tools like cases_create_domain or profiles_associate_domain, so it stops short of a 5.

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 second sentence implies when to use it (to enable Cases for an instance) but provides no explicit exclusions, prerequisites, or alternatives. It gives context but doesn't guide tool selection among related sibling tools.

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/mundurragacl/amazon-connect-mcp'

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