Skip to main content
Glama

get_my_permissions

Evaluate the calling user's permissions for specified resource IDs and types, optionally filtered by domain and actions.

Instructions

Get the calling user effective permissions for a set of resources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoDomain scope for the check
actionsNoSpecific actions to evaluate
resource_idsYesResource IDs to check
resource_typeYesResource type: flow, deployment, project, knowledge_base, variable, file, or component
Behavior2/5

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

No annotations are present, so the description bears full responsibility for behavioral disclosure. It does not mention side effects, authentication requirements, rate limits, or the format of the returned permissions. The term 'effective permissions' is ambiguous without further explanation.

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

Conciseness4/5

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

The description is a single, concise sentence that directly states the tool's purpose. It is front-loaded and efficient, though it could be slightly expanded without becoming verbose.

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 tool's complexity (4 parameters, 2 required, no output schema), the description is too minimal. It does not explain how effective permissions are computed, what the response contains, or how to interpret results. The agent lacks context for correct invocation.

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 baseline is 3. The description adds no new information about the parameters beyond what the schema already provides (e.g., 'set of resources' only broadly aligns with resource_ids). The meaning of 'effective permissions' in relation to resource_type and actions is not clarified.

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 that the tool retrieves effective permissions for the calling user on a set of resources. It uses a specific verb ('Get') and object ('effective permissions'), and the scope is implied by the required parameters. However, it does not explicitly differentiate from sibling tools like list_authz_role_assignments, which may also involve permissions.

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. There are no mentions of preconditions, when not to use it, or related tools like list_authz_role_assignments. The agent must infer usage from the name and schema alone.

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/nobrainer-tech/langflow-mcp'

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