Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_list_invitations

Read-onlyIdempotent

Retrieve a paginated list of all invitations sent to an account, including accepted, revoked, and expired ones, to audit access to fiscal data.

Instructions

Lists the invitations sent to join the account, whatever their status. Accepted, revoked and expired invitations stay in the list: the record is the trail of who was granted access to the account's fiscal data.

Endpoint: GET /v1/accounts/{account_id}/invitations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting at 1. The response echoes it back as `pagination.current_page`.
limitNoHow many items to return per page. The response echoes it back as `pagination.items_per_page`.
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=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context beyond annotations by explaining that invitations of all statuses remain in the list and framing the record as a trail of access grants. This is useful for understanding data permanence, though it does not touch on response format or pagination details.

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 two concise sentences plus the endpoint line. It leads with the main purpose, then adds one relevant detail about status retention. There is no filler, redundancy, or unnecessary explanation.

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 simple read-only list operation, the description covers the essential purpose and the retention behavior. The schema documents parameters and pagination defaults, and annotations cover safety. While the missing output schema means the exact response shape is not disclosed, the description provides enough for an agent to understand it returns a list of invitations. Slightly more detail on pagination or returned fields would improve, but it is not critical.

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 page, limit, and account_id are already fully documented. The description does not add parameter-specific meaning beyond referencing account_id in the endpoint, which is redundant. With full schema coverage, 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 clearly states the action (lists), the resource (invitations sent to join the account), and explicitly notes that all statuses are included—accepted, revoked, and expired. This distinguishes it from sibling tools like beel_create_invitation, beel_get_invitation, and beel_delete_invitation, and the endpoint line further anchors its purpose.

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

Usage Guidelines3/5

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

The description implies usage by stating what it does but does not explicitly mention when to use it versus alternatives or when not to use it. It does not reference beel_get_invitation for single pulls or beel_create_invitation for new invites, so an agent must infer the right context. No exclusions or prerequisites are given.

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