Skip to main content
Glama

AWS Resources MCP Server

aws_resources_query_or_modify

Execute Python code with boto3 to query or modify AWS resources directly from conversations using the AWS Resources MCP Server.

Instructions

Execute a boto3 code snippet to query or modify AWS resources

Input Schema

NameRequiredDescriptionDefault
code_snippetYesPython code using boto3 to query or modify AWS resources. The code should have default execution setting variable named 'result'. Example code: 'result = boto3.client('s3').list_buckets()'

Input Schema (JSON Schema)

{ "properties": { "code_snippet": { "description": "Python code using boto3 to query or modify AWS resources. The code should have default execution setting variable named 'result'. Example code: 'result = boto3.client('s3').list_buckets()'", "type": "string" } }, "required": [ "code_snippet" ], "type": "object" }

Other Tools from AWS Resources MCP Server

Related Tools

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/baryhuang/mcp-server-aws-resources-python'

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