Amazon Clean Rooms · Capability

Amazon Clean Rooms Secure Data Collaboration

Workflow for establishing and operating secure multi-party data clean rooms on AWS, enabling data analysts and marketing teams to run collaborative analytics without sharing raw data.

Run with Naftiko Amazon Web ServicesClean RoomsData CollaborationPrivacyAnalyticsMarketing

What You Can Do

GET
List collaborations — List all collaborations
/v1/collaborations
POST
Create collaboration — Create a new collaboration
/v1/collaborations
GET
Get collaboration — Get collaboration details
/v1/collaborations/{collaborationId}
GET
List memberships — List memberships
/v1/memberships
POST
Create membership — Join a collaboration
/v1/memberships
GET
List protected queries — List protected queries
/v1/memberships/{membershipId}/queries
POST
Start protected query — Run a protected query
/v1/memberships/{membershipId}/queries
GET
List configured tables — List configured tables
/v1/configured-tables
POST
Create configured table — Create a configured table
/v1/configured-tables

MCP Tools

list-collaborations

List all Clean Rooms collaborations the caller participates in

read-only idempotent
create-collaboration

Create a new secure data collaboration workspace in AWS Clean Rooms

get-collaboration

Get details of a specific Clean Rooms collaboration by ID

read-only idempotent
list-memberships

List all Clean Rooms memberships in the caller's account

read-only idempotent
create-membership

Join a Clean Rooms collaboration as a member

start-protected-query

Execute a protected SQL query within a Clean Rooms collaboration without exposing partner raw data

list-protected-queries

List all protected queries run within a collaboration membership

read-only idempotent
list-configured-tables

List configured tables available for use in collaborations

read-only idempotent
create-configured-table

Create a configured table from an AWS Glue table with defined analysis rules for collaboration use

APIs Used

cleanrooms