Amazon DynamoDB
You tick the tables that may be reached. Loopthink reads each one's key schema once, so the tools it publishes name the actual partition and sort key instead of asking the model to guess.
Tools per table
- List tables the enabled ones only, with what each holds, so the model finds the right table before it reads anything.
- Get item by key one row, by its primary key.
- Query by key condition rows under one key, filtered, capped at 200 per call and paged from there.
- Scan a page of rows for the questions that have no key, with the same cap and the same paging.
Read-only, by construction. No write tool exists for DynamoDB in Loopthink. Not switched off, not present. The IAM policy you paste has no write action in it either, so both layers say the same thing.
The DynamoDB MCP server AWS publishes now does data modelling; item operations moved to the AWS API MCP server, which states it is not built for more than one user.
Where the IAM policy stops for DynamoDB →