Bitwarden · Capability
Bitwarden Public API — Collections
Bitwarden Public API — Collections. 4 operations. Lead operation: List all collections.. Self-contained Naftiko capability covering one Bitwarden business surface.
What You Can Do
GET
Get
— List all collections.
/v1/public/collections
GET
Get
— Retrieve a collection.
/v1/public/collections/{id}
PUT
Put
— Update a collection.
/v1/public/collections/{id}
DELETE
Delete
— Delete a collection.
/v1/public/collections/{id}
MCP Tools
list-all-collections
List all collections.
read-only
idempotent
retrieve-collection
Retrieve a collection.
read-only
idempotent
update-collection
Update a collection.
idempotent
delete-collection
Delete a collection.
idempotent