Skip to main content
Glama

aws_run_instances

Launch one or more new AWS EC2 instances using specified AMI, instance type, region, and network settings. Billing starts immediately, so confirm configuration before calling.

Instructions

Launch one or more new AWS EC2 instances. Costs money — billing starts immediately. Reserved for dangerous guard mode. Summarise AMI, instance type, region, count, and confirm with the user before calling. Returns JSON with the new instance IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of instances to launch (1–10, default 1).
ami_idYesAMI ID (ami-...).
regionYesAWS region (e.g. us-east-1).
key_nameYesEC2 key-pair name (1–255 chars).
name_tagYesName tag for the launched instance(s) (1–255 printable chars).
subnet_idYesVPC subnet ID (subnet-...).
instance_typeYesEC2 instance type (e.g. t3.micro).
security_group_idsYesOne or more security group IDs (sg-...).
Behavior4/5

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

With no annotations, the description carries full burden. It discloses 'Costs money — billing starts immediately' and 'Reserved for dangerous guard mode,' adding crucial behavioral context beyond the schema. It does not mention permissions or error handling, but is otherwise transparent.

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?

Four sentences, each earning its place: action, cost/danger, usage restriction, user confirmation instruction, return format. Front-loaded and no fluff.

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?

Given the high complexity of launching EC2 instances, the description covers cost, danger, user confirmation, and return format. Lacks mention of error handling or IAM permissions, but is fairly complete for a dangerous tool. Schema covers all parameters well.

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 baseline is 3. The description references parameters to summarize (AMI, instance type, region, count) but adds no new semantics beyond what the schema already provides.

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 'Launch one or more new AWS EC2 instances,' providing a specific verb and resource. It distinguishes from siblings like aws_start_instance and aws_terminate_instance, which handle different lifecycle states.

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 instructs to 'Summarise AMI, instance type, region, count, and confirm with the user before calling,' and states 'Reserved for dangerous guard mode,' giving clear usage context. It does not explicitly mention alternatives, but the user confirmation directive is strong.

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/zb-ss/servonaut'

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