FOSSology · Capability
FOSSology API — Folders
FOSSology API — Folders. 9 operations. Lead operation: Get the list of accessible folders. Self-contained Naftiko capability covering one Fossology business surface.
What You Can Do
GET
Getfolders
— Get the list of accessible folders
/v1/folders
POST
Createfolder
— Create a new folder
/v1/folders
PUT
Unlinkcontent
— Unlink a content from a folder
/v1/folders/contents/{contentid}/unlink
GET
Getfolderbyid
— Get a single folder details
/v1/folders/{id}
DELETE
Deletefolderbyid
— Delete a folder
/v1/folders/{id}
PATCH
Patchfolderbyid
— Edit a folder's description
/v1/folders/{id}
PUT
Movefolderbyid
— Copy/Move a folder
/v1/folders/{id}
GET
Getallfoldercontents
— Get all contents of a folder
/v1/folders/{id}/contents
GET
Getunlinkablecontents
— Get contents of a folder which can be unlinked
/v1/folders/{id}/contents/unlinkable
MCP Tools
get-list-accessible-folders
Get the list of accessible folders
read-only
idempotent
create-new-folder
Create a new folder
unlink-content-folder
Unlink a content from a folder
idempotent
get-single-folder-details
Get a single folder details
read-only
idempotent
delete-folder
Delete a folder
idempotent
edit-folder-s-description
Edit a folder's description
idempotent
copy-move-folder
Copy/Move a folder
idempotent
get-all-contents-folder
Get all contents of a folder
read-only
idempotent
get-contents-folder-which-can
Get contents of a folder which can be unlinked
read-only
idempotent