Skip to main content
Glama

AWS Resources MCP Server

aws_resources_query_or_modify

Query or modify AWS resources using boto3 Python code snippets directly from conversations. Execute custom scripts to manage AWS services efficiently.

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" }
Install Server

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