JSONPlaceholder · Capability
JSONPlaceholder REST API — Albums
Albums — the JSONPlaceholder photo-album surface. 7 operations. Lead operation: List Albums. Self-contained Naftiko capability covering one JSONPlaceholder business surface.
What You Can Do
GET
Listalbums
— List all albums.
/v1/albums
POST
Createalbum
— Create a new album (simulated).
/v1/albums
GET
Getalbum
— Get a single album by id.
/v1/albums/{id}
PUT
Replacealbum
— Replace an album in full (simulated).
/v1/albums/{id}
PATCH
Updatealbum
— Partially update an album (simulated).
/v1/albums/{id}
DELETE
Deletealbum
— Delete an album (simulated).
/v1/albums/{id}
GET
Listalbumphotos
— List all photos belonging to a single album.
/v1/albums/{id}/photos
MCP Tools
list-albums
List all albums, optionally filtered by userId.
read-only
idempotent
create-album
Create a new album (simulated).
get-album
Get a single album by id.
read-only
idempotent
replace-album
Replace an album in full (simulated).
idempotent
update-album
Partially update an album (simulated).
idempotent
delete-album
Delete an album (simulated).
idempotent
list-album-photos
List all photos belonging to a single album.
read-only
idempotent