Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_get_invitation

Read-onlyIdempotent

Retrieve a specific invitation's details and status, including accepted, revoked, or expired records, to audit fiscal data access.

Instructions

Returns one invitation of the account, with the same shape the list returns. An invitation stays readable for its whole life: ACCEPTED, REVOKED and EXPIRED ones are returned with their status, because the record is the trail of who was granted access to the account's fiscal data and revoking it does not erase it.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
invitation_idYes
Behavior5/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds crucial behavioral context: that revoked, expired, and accepted invitations remain readable because they are a trail, and that revoking does not erase the record. This goes beyond the annotations and helps the agent understand non-obvious semantics.

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 concise: two sentences that front-load the primary purpose and then add the lifecycle nuance, followed by the endpoint. No redundant or extraneous information is present.

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?

As a simple get-by-ID operation, the description covers the essential purpose and behavioral characteristic (lifecycle). The lack of an output schema is mitigated by the note that it matches the list shape. The only minor gap is that 'invitation_id' is not elaborated, but the field name and overall design make it obvious.

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

Parameters2/5

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

Schema coverage is only 50% ('account_id' has a description, 'invitation_id' does not). The tool description does not add any explanation for 'invitation_id', leaving the agent to infer its format and purpose. Since schema coverage is low, the description should have compensated, but it does not.

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 verb ('Returns') and resource ('one invitation of the account') and clarifies that it returns the same shape as the list, including lifecycle statuses. This clearly distinguishes it from list operations and other tools, and the mention of lifecycle makes it unambiguous.

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 does not explicitly state when to use this tool versus alternatives like 'beel_list_invitations'. The purpose is inferable from the name and the phrase 'one invitation', but there is no direct guidance on selecting this over listing all invitations or when the invitation_id is required.

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