Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_delete_logo_by_id

DestructiveIdempotent

Delete a company's logo by NIF to stop it from appearing on future invoices. Existing documents remain unchanged. Works even if no logo is set.

Instructions

Removes the logo of a company (NIF). Invoices rendered afterwards carry no logo, and already issued documents are unchanged. Deleting an absent logo also returns 204.

Endpoint: DELETE /v1/companies/{company_id}/logo

Input Schema

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

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

The description goes beyond annotations by specifying exactly what changes (future invoices lose logo) and what remains unchanged (already issued documents). It also discloses idempotency (204 on absent logo). Annotations only indicate destructiveHint; the description adds concrete behavioral detail 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?

Two concise sentences plus the endpoint line deliver all necessary information with no redundancy. The main purpose is front-loaded, and the idempotency note is efficiently appended.

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

Completeness5/5

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

For a single-parameter tool with no output schema, the description covers the key behaviors: effect on invoices, idempotency, and the 204 status. The schema parameter details handle authorization and error cases. Nothing critical is missing for correct usage.

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 already provides a thorough description of `company_id` (ownership derivation, 403 behavior, privacy). Since schema coverage is 100%, the description adds no additional parameter semantics beyond the endpoint reference, so a 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 ('removes the logo') and the target ('of a company (NIF)'), with a specific endpoint. It distinguishes this from the many other delete tools by focusing on the logo-specific operation, and adds behavioral context about invoice effects.

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 clear context on the operation's effects (future invoices without logo, past unchanged) and idempotent behavior (204 on absent logo). It does not explicitly compare to alternatives or state exclusions, but there is no obvious sibling for logo deletion, so the guidance is adequate.

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