Snyk · Capability
Snyk API — Collection
Snyk API — Collection. 8 operations. Lead operation: Get collections. Self-contained Naftiko capability covering one Snyk business surface.
What You Can Do
GET
Getcollections
— Get collections
/v1/orgs/{org-id}/collections
POST
Createcollection
— Create a collection
/v1/orgs/{org-id}/collections
DELETE
Deletecollection
— Delete a collection
/v1/orgs/{org-id}/collections/{collection-id}
GET
Getcollection
— Get a collection
/v1/orgs/{org-id}/collections/{collection-id}
PATCH
Updatecollection
— Edit a collection
/v1/orgs/{org-id}/collections/{collection-id}
DELETE
Deleteprojectscollection
— Remove projects from a collection
/v1/orgs/{org-id}/collections/{collection-id}/relationships/projects
GET
Getprojectsofcollection
— Get projects from the specified collection
/v1/orgs/{org-id}/collections/{collection-id}/relationships/projects
POST
Updatecollectionwithprojects
— Add projects to a collection
/v1/orgs/{org-id}/collections/{collection-id}/relationships/projects
MCP Tools
get-collections
Get collections
read-only
idempotent
create-collection
Create a collection
delete-collection
Delete a collection
idempotent
get-collection
Get a collection
read-only
idempotent
edit-collection
Edit a collection
idempotent
remove-projects-collection
Remove projects from a collection
idempotent
get-projects-specified-collection
Get projects from the specified collection
read-only
idempotent
add-projects-collection
Add projects to a collection