Skip to main content
Glama

aws_execute

Execute AWS API calls for services and operations not covered by other tools, with safety controls for read-only mode and sensitive data access.

Instructions

Execute any AWS API call by specifying service, method, and parameters. Use this for AWS operations not covered by other tools. In --readonly mode: read-only operations pass through, mutating operations with DryRun support run as dry-run, and all other mutations are blocked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoAWS profile name from ~/.aws/config (e.g., 'default', 'production')
regionNoAWS region override (e.g., 'us-east-1', 'sa-east-1')
sensitive_access_tokenNoOut-of-band approval token configured in AWS_MCP_SENSITIVE_ACCESS_TOKEN. Required for operations that can return decrypted or secret values.
sensitive_access_reasonNoShort human reason for retrieving sensitive data. Required for auditability.
sensitive_access_acknowledgedNoMust be true to confirm that the response may contain secret or decrypted data.
serviceYesAWS service name as used by boto3 (e.g., 'ec2', 's3', 'lambda', 'ecs', 'rds', 'dynamodb', 'sqs', 'sns')
methodYesAPI method name in snake_case (e.g., 'describe_instances', 'list_buckets', 'get_function')
parametersNoMethod parameters as key-value pairs matching the boto3 API (e.g., {"InstanceIds": ["i-1234"], "DryRun": false})
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/marcelobrake/aws-mcp'

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