Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_create_product

Add products or services to a company catalog with tax info (IVA/IGIC/IPSI), pricing, category, and optional code, enabling VeriFactu-compliant invoicing.

Instructions

Creates a new product or service in the catalog of this company (NIF).

Endpoint: POST /v1/companies/{company_id}/products

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
company_idYesNIF (company) the operation acts on. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A NIF you do not reach answers `403`, and so does a NIF that does not exist, so the existence of a NIF in another account is never disclosed.
idempotency_keyNoOptional idempotency key for this operation. Omit it and one is derived from the request itself, which makes a blind retry safe but also collapses a SECOND, deliberately identical operation into the first for 24 hours. Set it — to an order id, or anything unique per intended operation — whenever you mean to create something that may look identical to what you just created.
Behavior3/5

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

Annotations already mark readOnlyHint=false (mutation) and destructiveHint=false. The description reinforces mutation by saying 'creates', but adds no extra behavioral context like side effects, idempotency behavior, or response format beyond what the schema's idempotency_key description already provides. No contradiction with annotations.

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?

Two concise sentences, front-loaded with the purpose and then a redundant endpoint line. No fluff, could drop the endpoint for slight improvement.

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

Completeness3/5

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

For a create operation with no output schema, the description doesn't mention success behavior or prerequisites. However, the complex tax rules are fully documented in the schema's nested $defs, so the description itself is minimally sufficient, though it leaves the agent to dig deep into the schema.

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 description coverage is 67%, and the description does not add any parameter-level meaning beyond what the schema already provides. The mention of 'company (NIF)' echoes the existing company_id description. With moderate coverage, the description could have compensated but doesn't.

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?

States a clear verb ('creates') and resource ('product or service'), and scopes it to 'this company (NIF)'. It distinguishes from bulk creation only by name, not explicitly, so it's clear but not fully differentiated from siblings.

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?

The description gives no guidance on when to use this versus `beel_create_products_bulk` or when not to use it. No prerequisites (e.g., company existence) are mentioned. Usage context is implied at best.

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