Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_update_me

Idempotent

Update your language preference to control the interface, invoice template names and colors, and email communications for your BeeL account.

Instructions

Updates the preferences of the authenticated person. Today the only mutable preference is language.

It applies to the interface, to template names and colours in invoice customisation, and to the emails the person receives. It belongs to the person, not to a fiscal profile: the languages of invoices and of emails are separate settings of each company.

Endpoint: PATCH /v1/me

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
Behavior4/5

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

Annotations indicate a mutation (readOnlyHint: false), idempotent, and non-destructive. The description adds useful behavioral context by specifying exactly what the language affects (interface, template names/colours, emails) and what it does NOT affect (per-company invoice/email languages). This goes beyond the annotation hints and clarifies side effects without contradiction.

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 three sentences with no filler. It front-loads the core purpose, then explains scope, then adds the endpoint. Every sentence carries useful information and the formatting is clean.

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 tool with one parameter, no output schema, and annotations already covering idempotency and safety, the description is quite complete. It covers the purpose, the parameter's effect, scope limitations, and the endpoint. Minor omissions like response format or timing are not critical 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?

The schema describes the 'language' parameter with an enum (es, en, ca) and 0% schema_description_coverage means the description does not describe parameters directly. The description does mention the parameter name and its role, but does not list allowed values or defaults, relying on the schema for that. It adds minimal value over the schema, so a baseline 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 verb ('Updates'), a clear resource ('preferences of the authenticated person'), and names the exact mutable preference ('language'). It also distinguishes itself from siblings by explicitly scoping to personal preferences rather than company or fiscal-profile settings, an important differentiator given the large tool list.

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?

It explains the scope of the language preference (interface, templates, colours, emails) and clarifies that it belongs to the person, not to a fiscal profile, which tells the agent when this tool applies versus per-company settings. However, it doesn't explicitly name alternative tools or give an explicit 'when not to use' statement, relying on the scope description to guide selection.

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