Skip to main content
Glama
Gyeom

OpenFGA MCP Server

openfga_list_objects

List objects a user can access with specific permissions in OpenFGA authorization systems. Specify user, relation, and object type to retrieve accessible resources.

Instructions

OpenFGA 오브젝트 목록 조회 - 사용자가 접근 가능한 오브젝트 목록

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envYes환경명 (local, int, stage, real)
storeIdNo스토어 ID (생략 시 기본값 사용)
userYes사용자 (예: user:john)
relationYes권한/관계 (예: can_view)
typeYes오브젝트 타입 (예: vehicle, policy)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It states the tool retrieves a list of accessible objects, implying a read-only operation, but doesn't disclose behavioral traits such as authentication requirements, rate limits, error handling, or pagination. This leaves significant gaps for a tool with 5 parameters and no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's appropriately sized and front-loaded, with every part contributing to clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (5 parameters, no output schema, no annotations), the description is incomplete. It lacks details on behavioral context, usage guidelines, and output format, which are crucial for effective tool invocation. The schema covers parameters well, but overall context is insufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters (env, storeId, user, relation, type) with descriptions. The description adds no additional meaning beyond the schema, such as explaining interactions between parameters or providing examples. Baseline is 3 since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as 'OpenFGA object list retrieval - list of objects accessible to a user,' which specifies the verb (retrieve/list) and resource (objects). It distinguishes from siblings like openfga_check (permission verification) and openfga_tuple_read (tuple retrieval) by focusing on user-accessible objects, but doesn't explicitly contrast them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. It doesn't mention when to choose it over siblings like openfga_expand (expand relationships) or openfga_tuple_read (read tuples), nor does it specify prerequisites or exclusions for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gyeom/openfga-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server