OpenFGA · Capability
OpenFGA — Relationship Tuples
OpenFGA — Relationship Tuples. 3 operations. Lead operation: Return a list of all the tuple changes. Self-contained Naftiko capability covering one Openfga business surface.
What You Can Do
GET
Readchanges
— Return a list of all the tuple changes
/v1/stores/{store-id}/changes
POST
Read
— Get tuples from the store that matches a query, without following userset rewrite rules
/v1/stores/{store-id}/read
POST
Write
— Add or delete tuples from the store
/v1/stores/{store-id}/write
MCP Tools
return-list-all-tuple-changes
Return a list of all the tuple changes
read-only
idempotent
get-tuples-store-that-matches
Get tuples from the store that matches a query, without following userset rewrite rules
read-only
add-delete-tuples-store
Add or delete tuples from the store