Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

List Journals

list_journals
Read-onlyIdempotent

List journal entries with pagination and filters by date, client, registration, operation type, or document number. Returns brief or full view.

Instructions

List journal entries. Paginated. Brief view omits postings; use view='full' for headers or get_journal for postings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
viewNoResponse detail: brief (default) returns triage fields; full returns every API field.
date_toNoOnly journals with effective_date <= this (YYYY-MM-DD). Filters by effective_date; narrowed server-side.
per_pageNoItems per page when filtering (default 100, max 500)
date_fromNoOnly journals with effective_date >= this (YYYY-MM-DD). Filters by effective_date; narrowed server-side.
clients_idNoFilter by clients_id
registeredNoOnly registered (true) or unregistered (false) journals
modified_sinceNoReturn only objects modified since this timestamp (ISO 8601)
operation_typeNoFilter by operation_type (e.g. ENTRY, TRANSACTION, SALE_INVOICE, PURCHASE_INVOICE)
document_number_containsNoCase-insensitive substring match on document_number
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds behavioral context: pagination, default view (brief), and relationship to get_journal. It does not contradict annotations and provides useful extra details.

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, front-loaded with purpose. No redundant information. Every sentence provides value.

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 tool with 10 parameters and no output schema, the description covers the key points: pagination, view options, and link to get_journal. Schema covers the filters. Adequate for an agent to use effectively.

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 description coverage is 100%, baseline 3. The description adds meaning beyond schema by explaining the functional difference between brief and full views ('Brief view omits postings; use view='full' for headers'), which helps agent choose the right view parameter.

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 it lists journal entries, mentions pagination, and distinguishes between brief and full views. It also directs to get_journal for postings, differentiating from siblings. Specific verb+resource with scope.

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 clear guidance: use view='full' for headers or get_journal for postings. It implicitly tells when not to use this tool (for postings). However, it does not explicitly address when to use list_journals over other list tools like list_transactions.

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