Skip to main content
Glama
NicoAraya1902

ordis-mcp-server

Boletas de honorarios

ordis_list_boletas_honorarios
Read-onlyIdempotent

List fee receipts with withholding amounts and current status, including cancelled ones. Supports filtering by period or status and paginated output.

Instructions

Boletas de honorarios con retención y estado (incluye anuladas, identificadas como tales). Paginado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNúmero de página (empieza en 1) para resultados paginados.
estadoNoFiltra por estado de la boleta: 'vigente', 'anulada' o 'rechazada'. Si se omite, devuelve todas.
periodoNoPeríodo contable YYYY-MM. Si se omite, la API usa su valor por defecto.
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive behavior. The description adds that boletas include retention, status, and that voided ones are included and flagged, plus pagination. This provides useful behavioral detail beyond the annotations.

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?

One concise sentence with no filler. It states the core resource and key distinguishing features.

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 read-only annotations and fully documented schema, the description covers the essential aspects: resource type, included data, pagination. It doesn't describe return structure, but for a list tool without output schema, this is adequate.

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 provides full descriptions for all three parameters, so the description does not need to add parameter details. The description's mention of 'paginado' aligns with the page parameter but doesn't add new information.

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 resource (boletas de honorarios) and includes relevant attributes (retención, estado, inclusion of anuladas), distinguishing it from sibling tools like facturas or liquidaciones. The verb 'list' is implied by the tool name.

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?

No explicit usage guidance or alternatives are mentioned. The tool's name and resource type make its purpose obvious, but it does not state when to prefer it over sibling list tools.

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/NicoAraya1902/ordis-mcp'

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