DynamoDB Read-Only MCP

MIT License
4
  • Apple

count-items

Count items in a DynamoDB table using optional filters to retrieve specific data. Ideal for tracking table sizes or applying conditional queries in read-only operations.

Instructions

Count items in a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
expressionAttributeValuesNoFilter expression attribute values (optional)
filterExpressionNoFilter expression (optional)
tableNameYesTable name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "expressionAttributeValues": { "additionalProperties": {}, "description": "Filter expression attribute values (optional)", "type": "object" }, "filterExpression": { "description": "Filter expression (optional)", "type": "string" }, "tableName": { "description": "Table name", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

You must be authenticated.

Other Tools from DynamoDB Read-Only MCP

Related Tools

ID: xuw8sgmq6u