Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AWS_REGION | Yes | The AWS region of your DynamoDB tables | |
AWS_ACCESS_KEY_ID | Yes | Your AWS access key for authentication | |
AWS_SECRET_ACCESS_KEY | Yes | Your AWS secret access key for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
dynamodb-query-help | Prompt to help you write a DynamoDB query |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
dynamodb-tables-info | |
dynamodb-table-schema |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list-tables | Get a list of all DynamoDB tables |
describe-table | Get detailed information about a DynamoDB table |
scan-table | Scan items from a DynamoDB table |
query-table | Query items from a DynamoDB table based on conditions |
paginate-query-table | Paginate query results |
get-item | Get an item from a DynamoDB table based on a specific key |
count-items | Count items in a DynamoDB table |