Skip to main content
Glama

aws_call

Call any AWS Describe, Get, List, or Filter operation via boto3. Auto-paginates read calls; mutating and destructive operations require explicit opt-in and two-phase confirmation.

Instructions

Generic boto3 passthrough for the AWS read surface: call any Describe*/Get*/List*/Filter*/Lookup* operation that isn't pre-wrapped (DescribeSecurityGroupRules, GetIPSet, GetWebACL, FilterLogEvents, DescribeTargetHealth, …). operation is the boto3 snake_case method name; params is the boto3 argument object (PascalCase keys). Reads auto-paginate and run read-only. Mutating ops need mutate=true AND dangerous guard mode. Destructive verbs (delete/terminate/destroy/purge) are refused unless enabled in config, and even then require a two-phase confirm (first call returns a token + summary and does NOT touch AWS; re-call with confirm= to execute). region/account pin the call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceYesAWS service id, e.g. 'ec2', 'wafv2', 'elbv2', 'logs', 'rds'.
operationYesboto3 snake_case operation, e.g. 'describe_security_group_rules', 'get_ip_set', 'filter_log_events'.
paramsNoboto3 argument object (PascalCase keys), e.g. {"GroupIds": ["sg-0abc"]}.
regionNoAWS region. Empty uses the configured default region.
accountNoAccount id selecting a per-account control-plane role (optional).
mutateNoRequired true to run any non-read operation (including destructive ones).
max_itemsNoCap on auto-paginated read items (0 = default 1000).
confirmNoSecond-phase confirmation token for a destructive op. Leave empty on the first call to receive a summary + token; re-call with the token to execute.
Behavior5/5

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

Despite no annotations, the description fully discloses all behavioral traits: auto-pagination for reads, read-only default, need for mutate flag, destructive op refusal and two-phase confirm, region/account pinning, and max_items cap. No contradictions.

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 coherent paragraph that covers all critical aspects without redundancy. Slightly dense but still readable; could be improved with bullet points but remains concise and front-loaded with the main purpose.

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 8 parameters, no output schema, and high complexity, the description covers almost all necessary context: parameter roles, auto-pagination, safety guards, and two-phase destructive confirm. Lacks explicit mention of response format, but for a generic passthrough the boto3 response is assumed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, baseline is 3. The description adds value by clarifying operation is snake_case, params uses PascalCase keys, explains auto-pagination behavior, and details the confirm parameter's two-phase process. Exceeds baseline by providing usage context.

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 defines the tool as a generic passthrough for AWS read operations not pre-wrapped, listing example operations (DescribeSecurityGroupRules, GetIPSet, etc.) and distinguishing it from sibling tools that are specific wrappers. It also explains mutating and destructive modes, making purpose unambiguous.

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

Usage Guidelines5/5

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

Provides explicit guidance: use for any Describe*/Get*/List*/Filter*/Lookup* operation not pre-wrapped; mutating ops require mutate=true; destructive verbs require special config and a two-phase confirm. Directly tells when to use and when not, with clear alternatives implied by sibling separation.

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