Skip to main content
Glama

elaichi__permission__list

Read-onlyIdempotent

The complete catalog of permission strings a role can grant, each with a human label and description. This is the ONLY legal source of values for role.create and role.update — names not in this list are rejected. Returns { result: [{ name, label, description, group }] } — group is the heading the settings UI files that permission under, useful for grouping them in an answer — and nothing else: no nextCursor, no prevCursor, and limit/cursor are ignored because the whole catalog is one short response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoAccepted for call-shape compatibility and ignored — this operation does not page. Honest here, and only here: the permission catalog is a fixed, static list of a few dozen entries that no organization can grow, so one response really is all of it.
cursorNoAccepted for call-shape compatibility and ignored — this operation does not page. Honest here, and only here: the permission catalog is a fixed, static list of a few dozen entries that no organization can grow, so one response really is all of it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses non-obvious behavior: limit and cursor are ignored, there is no pagination, the response is 'one short response,' and the catalog is a fixed static list. It also specifies the exact return shape, which matters because there is 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 dense but every sentence earns its place: purpose, legal-source status, return shape, and non-pagination are all stated without repetition. The only minor awkwardness is 'the settings UI files that permission under,' but it does not undermine clarity.

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

Completeness5/5

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

For a tool with zero required parameters, strong annotations, and no output schema, this description is complete. It explains what the tool returns, why pagination is irrelevant, and how the results relate to role creation/update. An agent has everything needed to invoke it correctly.

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%, and the schema already fully explains that limit and cursor are accepted for compatibility and ignored. The description reinforces this but does not add new parameter-level meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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

Purpose5/5

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

The description states a specific purpose: it is 'the complete catalog of permission strings a role can grant,' returning each with a human label, description, and group. This clearly distinguishes it from sibling list tools (e.g., connection__list, role__list) and positions it as the reference source for permission values.

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

Usage Guidelines5/5

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

It explicitly says this is 'the ONLY legal source of values for role.create and role.update — names not in this list are rejected.' This tells the agent exactly when to consult this tool and that no alternative source is valid.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources