Skip to main content
Glama
Stener1

reai-mcp

by Stener1

List vouchers

reai_list_vouchers
Read-only

List vouchers (bilag) with their postings for a given date range, defaulting to the current year. Retrieve dated debit and credit entries essential for Norwegian bookkeeping.

Instructions

List vouchers (bilag) in a date range, each with its postings. A voucher is the atomic unit of Norwegian bookkeeping: a dated, balanced set of debit and credit postings. Defaults to the current calendar year if no dates are given.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNoInclusive end date. Defaults to today.
tenantIdNoReAI tenant (company) id. Omit to use the active tenant — set one with reai_use_tenant, or list what this token can reach with reai_whoami.
startDateNoInclusive start date. Defaults to 1 January of the current year.
voucherTypeNoFilter by how the voucher was created.
registeredByNoFilter by the user who registered the voucher.
includeReversedNoInclude reversed vouchers (excluded by default).
Behavior4/5

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

Annotations already mark the operation as read-only and non-destructive. The description adds valuable behavioral details: it defaults to the current calendar year if dates are omitted, and it returns each voucher with its postings, which is not visible in 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, front-loaded with the primary action, and each sentence provides necessary context: the operation, the domain concept, and the default behavior. No wasted words.

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 six optional parameters and detailed schema descriptions, the description provides the core purpose, domain definition, and default behavior. It lacks details on response format or pagination, but with no output schema and read-only annotations, it is reasonably complete.

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 the baseline is 3. The description mentions date range defaults, but these are already documented in the schema's startDate and endDate descriptions, so no new parameter semantics are added.

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 vouchers within a date range, including their postings, and defines the voucher concept. This distinguishes it from sibling tools like get_voucher (single item) and list_postings (postings only).

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 context for when to use the tool: listing vouchers with postings in a date range, with defaults for date bounds. However, it does not explicitly mention alternatives or when not to use it, so it falls short of a 5.

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/Stener1/reai-mcp'

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