FINOS · Capability
Agent API — Datafeed
Agent API — Datafeed. 4 operations. Lead operation: Returns the list of active datafeeds of the user.. Self-contained Naftiko capability covering one Finos business surface.
What You Can Do
GET
Listdatafeed
— Returns the list of active datafeeds of the user.
/v1/v5/datafeeds
POST
Createdatafeed
— Create a new real time feed of messages and events.
/v1/v5/datafeeds
DELETE
Deletedatafeed
— Delete the specified real time message / event stream ("datafeed").
/v1/v5/datafeeds/{datafeedid}
POST
Readdatafeed
— Read the specified real time message / event stream ("datafeed").
/v1/v5/datafeeds/{datafeedid}/read
MCP Tools
returns-list-active-datafeeds-user
Returns the list of active datafeeds of the user.
read-only
idempotent
create-new-real-time-feed
Create a new real time feed of messages and events.
delete-specified-real-time-message
Delete the specified real time message / event stream ("datafeed").
idempotent
read-specified-real-time-message
Read the specified real time message / event stream ("datafeed").