Skip to main content
Glama
CodeMill-Solutions

yuki-mcp

get_transaction_details

Check if an invoice exists in Yuki by its reference and retrieve the current open amount and status.

Instructions

Check whether an outstanding item (invoice) with a given reference still exists in Yuki and retrieve its current open amount and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referenceYesInvoice reference number as shown in Yuki (e.g. '2024-0042')
administrationIdNoAdministration ID (GUID). Defaults to YUKI_DOMAIN_ID env var.
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool performs a read-only existence check and retrieves amount/status, which is useful. However, it does not mention what happens if the reference is not found, whether any side effects occur, or any permissions needed. The behavioral traits are partially disclosed but not fully.

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 a single, focused sentence that front-loads the key purpose and expected output. Every word contributes meaning, and there is no redundancy or padding.

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 simple lookup tool with two parameters (one required) and full schema coverage, the description provides sufficient context: it explains what the tool does and what it returns (open amount and status). The absence of an output schema is somewhat mitigated by the explicit mention of the retrieved fields. Missing details about error handling are acceptable for such a basic read operation.

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?

The schema covers 100% of parameters with clear descriptions (reference format and default for administrationId). The description adds little beyond what the schema already states, only reinforcing that 'reference' refers to the invoice reference and that the output includes open amount and status. Baseline 3 is appropriate.

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's function: check if an outstanding invoice with a given reference exists and retrieve its current open amount and status. It uses specific verbs ('check', 'retrieve') and specifies the resource (outstanding item/invoice), distinguishing it from sibling tools like get_transactions or get_transaction_document.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool (when you need to verify an invoice's existence and get its current open amount/status) but provides no explicit alternatives or exclusions. It does not mention that other tools like get_sales_invoices or get_purchase_invoices might be alternatives, so guidance is only implicit.

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