Amazon DynamoDB · Capability

Amazon DynamoDB Database Management

Unified workflow for managing DynamoDB tables, items, queries, batch operations, transactions, and backups. Used by backend developers and data engineers.

Run with Naftiko AWSDynamoDBNoSQLDatabase Management

What You Can Do

GET
List tables — List tables.
/v1/tables
POST
Create table — Create a table.
/v1/tables
GET
Describe table — Describe a table.
/v1/tables/{id}
PUT
Update table — Update a table.
/v1/tables/{id}
DELETE
Delete table — Delete a table.
/v1/tables/{id}
POST
Put item — Create or replace an item.
/v1/items
GET
Get item — Get an item.
/v1/items
POST
Query — Query items.
/v1/queries
POST
Scan — Scan a table.
/v1/queries

MCP Tools

list-tables

List DynamoDB tables.

read-only
describe-table

Describe a DynamoDB table.

read-only
create-table

Create a new DynamoDB table.

delete-table

Delete a DynamoDB table.

idempotent
put-item

Create or replace an item.

idempotent
get-item

Get an item by primary key.

read-only
update-item

Update an item.

idempotent
delete-item

Delete an item.

idempotent
query

Query items by primary key.

read-only
scan

Scan an entire table or index.

read-only
batch-get-item

Get multiple items from one or more tables.

read-only
batch-write-item

Put or delete multiple items in batch.

transact-get-items

Get items in a transaction.

read-only
transact-write-items

Write items in a transaction.

create-backup

Create an on-demand backup.

list-backups

List on-demand backups.

read-only

APIs Used

dynamodb