Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

List Purchase Invoices

list_purchase_invoices
Read-onlyIdempotent

Retrieve a paginated list of purchase invoices with server-side filters by date, status, payment status, and supplier. Choose between brief or full detail views.

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

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

Annotations already indicate read-only and idempotent behavior. The description adds that the tool is paginated and applies server-side filters, which are useful behavioral details not covered by 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?

The description is three sentences long, front-loading the core purpose and adding key details without redundancy. Every sentence earns its place.

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 list tool with no output schema, the description could explain the response format (e.g., an array of objects, pagination metadata). It is adequate but not fully complete for a comprehensive understanding.

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?

Schema coverage is 100%, so parameters are well-documented there. The description adds minimal extra meaning by mentioning server-side filter application and the view='full' option, but does not elaborate further.

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, specifies pagination and server-side filters, and distinguishes between brief and full views, as well as referencing get_purchase_invoice for 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?

It provides context on when to use the tool (listing with filters) and hints at an alternative (get_purchase_invoice for detail), but does not explicitly exclude other scenarios or compare with sibling list tools like list_sale_invoices.

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