Skip to main content
Glama
mundurragacl

Amazon Connect MCP Server

by mundurragacl

campaigns_start_onboarding

Starts onboarding for outbound campaigns on an Amazon Connect instance, optionally enabling encryption with a KMS key.

Instructions

Start instance onboarding for outbound campaigns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
encryption_enabledNoWhether to enable encryption (default False)
encryption_key_arnNoKMS key ARN if encryption is enabled
connect_instance_idYesThe Amazon Connect instance ID

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 is the sole source for behavioral disclosure. It states only that onboarding is started, without indicating whether the operation is asynchronous, what side effects occur, or what system state changes, which is minimal for a process-initiating tool.

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 a single sentence with no wasted words, making it highly concise. However, it borders on under-specification, sacrificing clarity for brevity, though it still earns a high score for structure.

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?

The description covers only the immediate action and lacks context about the onboarding workflow, expected outcomes, and how it fits with sibling tools. Given the tool's complexity and the existence of related onboarding operations, the description is not complete enough for confident 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%, so parameters are already well-documented. The tool description adds no additional semantic information about parameters such as encryption or instance ID, making the description no more helpful than the schema alone.

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 uses a specific verb ('start') and resource ('instance onboarding for outbound campaigns'), making the core purpose clear. It is distinguishable from sibling tools like campaigns_start, which likely starts a campaign itself. However, it does not explicitly differentiate itself from related onboarding tools such as campaigns_get_onboarding_status.

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?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of prerequisites, when onboarding is needed, or relationship to other campaign lifecycle tools, leaving the agent to infer usage.

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