OpenFGA · Capability
OpenFGA — Relationship Queries
OpenFGA — Relationship Queries. 6 operations. Lead operation: Send a list of `check` operations in a single request. Self-contained Naftiko capability covering one Openfga business surface.
What You Can Do
POST
Batchcheck
— Send a list of `check` operations in a single request
/v1/stores/{store-id}/batch-check
POST
Check
— Check whether a user is authorized to access an object
/v1/stores/{store-id}/check
POST
Expand
— Expand all relationships in userset tree format, and following userset rewrite rules. Useful to reason about and debug a certain relationship
/v1/stores/{store-id}/expand
POST
Listobjects
— List all objects of the given type that the user has a relation with
/v1/stores/{store-id}/list-objects
POST
Listusers
— List the users matching the provided filter who have a certain relation to a particular type.
/v1/stores/{store-id}/list-users
POST
Streamedlistobjects
— Stream all objects of the given type that the user has a relation with
/v1/stores/{store-id}/streamed-list-objects
MCP Tools
send-list-check-operations-single
Send a list of `check` operations in a single request
read-only
check-whether-user-is-authorized
Check whether a user is authorized to access an object
read-only
expand-all-relationships-userset-tree
Expand all relationships in userset tree format, and following userset rewrite rules. Useful to reason about and debug a certain relationship
list-all-objects-given-type
List all objects of the given type that the user has a relation with
read-only
list-users-matching-provided-filter
List the users matching the provided filter who have a certain relation to a particular type.
read-only
stream-all-objects-given-type
Stream all objects of the given type that the user has a relation with