Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_list_member_grants

Read-onlyIdempotent

Retrieve the list of company NIFs and access levels granted to a specific member. For OWNER and ADMIN, returns empty as they implicitly access all companies.

Instructions

Lists the companies (NIFs) granted to a MEMBER and the access_level of each. Empty for OWNER and ADMIN, who reach every company of the account implicitly and hold no grants.

Endpoint: GET /v1/accounts/{account_id}/members/{member_id}/grants

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
member_idYesMembership unique UUID.
account_idYesYour own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description's job is reduced. It adds beyond that by explaining the empty result for OWNER/ADMIN and the endpoint format, giving context about the operation's behavior that annotations do not cover.

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?

Two economical sentences plus the endpoint line. The core purpose is front-loaded, and the OWNER/ADMIN exception is concisely stated without redundancy. Every clause earns its place.

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

Completeness4/5

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

For a read-only list operation with well-documented schema and annotations, the description conveys the essential purpose, the special case for OWNER/ADMIN, and the endpoint. It does not mention pagination or response format details, but for this simple list tool, those are minor omissions.

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?

The input schema fully covers both parameters (account_id and member_id) with descriptions, so baseline is 3. The description does not add parameter-specific details, but it does hint at the output structure (companies and access levels), which is not directly about parameters.

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?

States a specific verb (Lists), a clear resource (companies/NIFs granted to a member), and the returned attribute (access_level). The description also distinguishes this read operation from mutation siblings like beel_put_member_grant and beel_delete_member_grant by its read-only nature.

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

Usage Guidelines4/5

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

Provides a valuable usage hint: for OWNER and ADMIN it returns empty because they implicitly reach all companies, so an agent knows when this tool adds value and when it will return nothing. It does not explicitly mention alternative tools, but the special-case note guides effective use.

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/beel-es/beel-mcp'

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