FrankieOne · Capability
Core V2 API — Matchlists
Core V2 API — Matchlists. 8 operations. Lead operation: Retrieve a list of matchlist details. Self-contained Naftiko capability covering one Frankieone business surface.
What You Can Do
GET
Getmatchlist
— Retrieve a list of matchlist details
/v1/v2/matchlists
POST
Creatematchlistentry
— Create one or more entries in a matchlist
/v1/v2/matchlists/{matchlistname}/entries
GET
Getmatchlistentries
— Get a list of matchlist entries
/v1/v2/matchlists/{matchlistname}/entries
POST
Addmatchlistentity
— Add an individual entity to a matchlist
/v1/v2/matchlists/{matchlistname}/entries/addentity
PATCH
Removematchlistentity
— Remove an individual entity matchlist
/v1/v2/matchlists/{matchlistname}/entries/removeentity
PATCH
Updatematchlistentry
— Modify a matchlist entry
/v1/v2/matchlists/{matchlistname}/entries/{entryid}
GET
Getmatchlistentry
— Retrieve a matchlist entry
/v1/v2/matchlists/{matchlistname}/entries/{entryid}
POST
Searchmatchlists
— Search for matchlist entries
/v1/v2/search/matchlists
MCP Tools
retrieve-list-matchlist-details
Retrieve a list of matchlist details
read-only
idempotent
create-one-more-entries-matchlist
Create one or more entries in a matchlist
get-list-matchlist-entries
Get a list of matchlist entries
read-only
idempotent
add-individual-entity-matchlist
Add an individual entity to a matchlist
remove-individual-entity-matchlist
Remove an individual entity matchlist
idempotent
modify-matchlist-entry
Modify a matchlist entry
idempotent
retrieve-matchlist-entry
Retrieve a matchlist entry
read-only
idempotent
search-matchlist-entries
Search for matchlist entries
read-only