Skip to main content
Glama

aws_dynamodb_scan

Retrieve all items from a DynamoDB table for analysis or data export. Apply filters to narrow results and set limits for large datasets. Use query operations when partition keys are known.

Instructions

Scan a DynamoDB table (reads every item). Use sparingly on large tables. Prefer query when you know the partition key.

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')
table_nameYesDynamoDB table name
filter_expressionNoFilter expression (e.g., '#s = :val')
expression_attribute_valuesNoValues in DynamoDB format (e.g., {":val": {"S": "active"}})
expression_attribute_namesNoName placeholders (e.g., {"#s": "status"})
limitNoMaximum items to evaluate (default: 100)
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