Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

List Purchase Invoices

list_purchase_invoices
Read-onlyIdempotent

Retrieve paginated purchase invoices with server-side filters for date range, status, payment status, and supplier. Choose brief or full view.

Instructions

List purchase invoices. Paginated, with server-side filters (date range, status, payment status, supplier) applied by the API. Brief view by default; use view='full' or get_purchase_invoice for detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
viewNoResponse detail: brief (default) returns triage fields; full returns every API field.
statusNoFilter by status (server-side): PROJECT (draft) or CONFIRMED.
date_toNoOnly invoices with invoice date on or before this date (YYYY-MM-DD). Server-side filter.
date_fromNoOnly invoices with invoice date on or after this date (YYYY-MM-DD). Server-side filter.
clients_idNoFilter by supplier (clients_id, server-side).
modified_sinceNoReturn only objects modified since this timestamp (ISO 8601)
payment_statusNoFilter by payment status (server-side): PAID, PARTIALLY_PAID, or NOT_PAID.
Behavior3/5

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

Annotations already declare readOnlyHint and destructiveHint as false, and idempotentHint as true. The description adds that it is paginated and uses server-side filters, but lacks specifics like default page size, sorting, or rate limits.

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 two sentences, each serving a clear purpose: first states purpose and key features, second provides view options and alternative tool. No redundancy or extraneous detail.

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 list tool with no output schema, the description adequately covers pagination, filters, default view, and alternative. It omits details like response format and sorting, but overall is sufficient for typical use.

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?

With 100% schema coverage, the schema already describes each parameter thoroughly. The description adds minimal extra meaning by grouping filters as 'date range, status, payment status, supplier' and mentioning view='full'.

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 tool lists purchase invoices, mentions pagination and server-side filters, and distinguishes itself from the sibling get_purchase_invoice by specifying when to use the latter for full detail.

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 description provides guidance on when to use the 'brief' vs 'full' view and when to use get_purchase_invoice instead, but does not explicitly list scenarios where the tool should not be used.

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/iseppo/e-arveldaja-mcp'

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