Skip to main content
Glama

DynamoDB Read-Only MCP

by jjikky

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

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