← All integrations

Amazon DynamoDB

Active

An AI agent for Amazon DynamoDB. It works in a scene with a live connection to Amazon DynamoDB. It asks before it writes, and every run is traced.

Read, write, and query items in Amazon DynamoDB tables. Supports single-item operations, queries by partition key, full-table scans, and table inspection.

Data & Databases Custom 2 asset types 7 tools

What you can connect

Add these to your scene and AI gets access.

Account Accounts

AWS credentials for DynamoDB access

Table Tables

A DynamoDB table

Tools

What the agent can do once this is connected.

Reads 5

See data. Nothing changes.

dynamodb_list_tables List all DynamoDB tables in the AWS account.
dynamodb_describe_table Get detailed information about a DynamoDB table — schema (key attributes and types), indexes, item count, size, and throughput settings..
dynamodb_get_item Get a single item from a DynamoDB table by its primary key.
dynamodb_query Query items by partition key, with optional sort key conditions and filters.
dynamodb_scan Scan an entire DynamoDB table (reads every item).

Writes 2

Change data in the connected system.

dynamodb_put_item Create or fully replace an item in a DynamoDB table.
dynamodb_delete_item Delete a single item from a DynamoDB table by its primary key..

Connect Amazon DynamoDB over MCP

Daslab is itself an MCP server.

Connect Amazon DynamoDB in a scene, then pin that scene's URL in Claude Code, Cursor, or any MCP client. The agent there gets your Amazon DynamoDB tools, and your approval gate and trace travel with them.

https://daslab.run/mcp/<your-world>/<your-scene>

One scene can hold Amazon DynamoDB and everything else you connect, so a single endpoint carries them all. Set up a client.

Use cases

  • Query and manage items in DynamoDB tables
  • Inspect table schemas and index configurations
  • Scan tables with filter expressions

Ready to try Amazon DynamoDB with Daslab?

Get started with CLI