Skip to main content
Glama
mundurragacl

Amazon Connect MCP Server

by mundurragacl

cases_create_layout

Create a case layout for Amazon Connect by providing domain, name, and content. Use layout_visualizer to generate the JSON structure visually.

Instructions

Create a case layout.

šŸ’” TIP: Use the layout_visualizer tool to design layouts visually with drag-and-drop! It generates the correct JSON structure for you.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
contentYes
domain_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/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 only repeats the action 'create' and points to another tool for JSON generation, without explaining side effects, required permissions, or behavior on existing layouts. The description adds no behavioral context beyond the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the purpose. The tip is a separate, informative line that earns its place. However, it is arguably too terse, omitting essential operational details.

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

Completeness2/5

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

For a mutation tool with three parameters and no annotations, the description is incomplete. It provides no guidance on domain_id or name, no mention of how to structure content, and no indication of the return value or success/failure behavior. The pointer to layout_visualizer is useful but does not fill the gaps.

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?

With 0% schema description coverage, the description must explain parameters. It only hints that 'content' is a JSON structure via the layout_visualizer tip, but leaves name and domain_id unexplained. Minimal added meaning, not enough to compensate for the missing schema descriptions.

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 action and resource: 'Create a case layout.' This is a specific verb+resource pairing. However, it does not explicitly distinguish this tool from sibling tools like cases_create_template or cases_create_field; the resource name 'layout' provides enough clarity, but the differentiation is implicit.

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 tip explicitly recommends using layout_visualizer for visual drag-and-drop design, implying this tool is for programmatic/layout creation when you already have the JSON structure. This provides clear context and an alternative, though it does not explicitly state when not to use this tool or mention other create 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