Skip to main content
Glama
mundurragacl

Amazon Connect MCP Server

by mundurragacl

create_instance

Create a new Amazon Connect contact center instance, specifying AWS region, call enablement, and identity management.

Instructions

Create a new Amazon Connect instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoAWS region for the instanceus-east-1
instance_aliasYesUnique name for the instance
inbound_calls_enabledNoEnable inbound calls
outbound_calls_enabledNoEnable outbound calls
identity_management_typeNoSAML, CONNECT_MANAGED, or EXISTING_DIRECTORYCONNECT_MANAGED

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure, but it only states the basic action. It does not mention that creating an instance can be time-consuming, may incur costs, requires AWS credentials, or has side effects beyond the creation. This is a significant gap for a mutation tool.

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, concise sentence with no filler or redundant information. It is appropriately sized for the tool's simplicity.

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

Completeness3/5

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

While the schema and output schema cover parameter details and return values, the description lacks essential context for a resource creation operation, such as typical provisioning time, potential failures (e.g., alias already exists), or the need to verify via describe_instance. It is minimally sufficient but not 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 description coverage is 100%, so the schema fully documents all five parameters (region, instance_alias, inbound_calls_enabled, outbound_calls_enabled, identity_management_type). The description adds no parameter-specific meaning, so the baseline of 3 applies.

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 'Create a new Amazon Connect instance' uses a specific verb (create) and a clear resource (Amazon Connect instance), which fully distinguishes it from sibling tools like describe_instance, delete_instance, and list_instances. No ambiguity exists about the tool's function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as describe_instance or list_instances. The description does not mention prerequisites, follow-up steps, or any exclusions.

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