Skip to main content
Glama

DynamoDB Read-Only MCP

by jjikky

scan-table

Scan items from a DynamoDB table by specifying filters, limits, or projections. Use this tool to retrieve and analyze data efficiently in a read-only environment.

Instructions

Scan items from a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
expressionAttributeValuesNoFilter expression attribute values (JSON format)
filterExpressionNoFilter expression (e.g: 'age > :minAge')
limitNoMaximum number of items to return (default: 20)
projectionExpressionNoProjection expression (e.g: "id")
tableNameYesName of the table to scan

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "expressionAttributeValues": { "additionalProperties": {}, "description": "Filter expression attribute values (JSON format)", "type": "object" }, "filterExpression": { "description": "Filter expression (e.g: 'age > :minAge')", "type": "string" }, "limit": { "description": "Maximum number of items to return (default: 20)", "type": "number" }, "projectionExpression": { "description": "Projection expression (e.g: \"id\")", "type": "string" }, "tableName": { "description": "Name of the table to scan", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

You must be authenticated.

Other Tools from DynamoDB Read-Only MCP

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/jjikky/dynamo-readonly-mcp'

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