Skip to main content
Glama
CodeMill-Solutions

yuki-mcp

process_journal

Post general journal entries in Yuki for bank reconciliation, corrections, or custom bookings. Ensure line amounts sum to zero—positive debits, negative credits.

Instructions

Post a general journal entry (memoriaal) in Yuki for bank reconciliation, corrections, or custom bookings. IMPORTANT: all entry amounts must sum to exactly 0 (positive = debit, negative = credit). Yuki will reject the entry if this rule is violated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entriesYesJournal entries — must contain at least 2 lines and sum to zero
subjectYesDocument subject / description shown in Yuki (e.g. 'Bank reconciliation April 2024')
journalTypeNoJournal type. Year-end and fiscal corrections must have entry dates on the last day of the financial year.GeneralJournal
administrationIdNoAdministration ID (GUID). Defaults to YUKI_DOMAIN_ID env var.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses a critical behavioral rule (amounts must sum to zero or Yuki rejects) and implies a write operation. It does not mention permissions or return behavior, but the disclosed validation rule is highly valuable and non-obvious.

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, front-loaded with the primary action, and the CAPITALIZED warning earns its place. Every sentence adds value and there is no fluff.

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?

The description and schema together provide sufficient context for a complex tool with no output schema. The description covers purpose and key constraint, while the schema covers all parameters. It could mention return behavior, but that is not essential for invocation.

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 reinforces the sum-to-zero rule (already in the schema) but does not add new parameter-level semantics beyond what the schema already documents.

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 states a specific verb ('Post'), a specific resource ('general journal entry (memoriaal)'), and concrete use cases ('bank reconciliation, corrections, or custom bookings'). This clearly distinguishes it from sibling tools like process_sales_invoice and process_purchase_invoice.

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 gives explicit use cases (bank reconciliation, corrections, custom bookings) and the term 'general journal entry' implies it is for non-invoice entries. However, it does not explicitly say when not to use it (e.g., 'use process_sales_invoice for sales 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/CodeMill-Solutions/yuki-mcp'

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