Skip to main content
Glama

Caja y acreditaciones

ml_caja
Read-only

Track MercadoLibre available funds, settlement dates, and projected credits. Select day, 14-day range, or projection to see when money arrives.

Instructions

Dinero de MercadoLibre: modo "dia" = liberado y por entrar de una fecha; modo "rango" = últimos 14 días; modo "proyeccion" = plata que todavía no se acreditó, día por día. Usar cuando preguntan por plata disponible, cuándo cobran o cuánto entra esta semana.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modoNodia | rango (14 días) | proyeccion (lo que falta acreditar)dia
fechaNoFecha YYYY-MM-DD, solo para modo "dia". Por defecto hoy.
cuentaNoID de la cuenta de MercadoLibre. Omitir para usar la cuenta por defecto / todas.
Behavior4/5

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

Annotations alreadly declare it as read-only and non-destructive, and the description goes beyond them by explaining what each mode means: dia includes released and about-to-enter money, rango covers last 14 days, and proyeccion describes uncredited income day by day. This adds useful behavioral context without contradicting 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 dense sentences carry all key information: the first defines the three modes and the second gives when-to-use guidance. There is no filler, and the intended usage is front-loaded enough; it could be slightly clearer with an explicit action verb.

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?

Given the low complexity, full schema coverage, and read-only annotations, the description supplies enough calling context: mode meanings, optional date behavior, and common user intents. The return format/amount structure is not described, but there is no output schema and the agent's selection/invocation task is well supported.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already documents all three parameters. The description adds real semantic value beyond the schema by expanding 'modo' with user-facing meanings (available money, when paid, weekly inflow) that help the agent choose between dia/rango/proyeccion. It contributes little for fecha/cuenta, but those are adequately described in the schema.

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?

The description clearly identifies the tool as a MercadoLibre money/caja lookup with three explicit modes (dia, rango, proyeccion) and concrete use cases. It lacks a direct verb like 'consulta' or 'muestra' and does not name a sibling, but the mode breakdown and title 'Caja y acreditaciones' make its purpose distinct from metrics/order/publication siblings.

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?

The last sentence gives explicit triggers: 'Usar cuando preguntan por plata disponible, cuándo cobran o cuánto entra esta semana.' This tells an agent when to select the tool, though it does not state when not to use it or name alternative tools for other money/order questions.

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/kokesaurio/mercadolibre-algoritmodigital'

If you have feedback or need assistance with the MCP directory API, please join our Discord server