Skip to main content
Glama
solara-co-jp

mf-accounting-voucher-mcp

by solara-co-jp

delete_journal

Deletes a journal entry in Money Forward Cloud Accounting. Requires user confirmation before execution, as the deletion is irreversible.

Instructions

マネーフォワード クラウド会計の仕訳を削除する。この操作は元に戻せません。実行前に必ずユーザーの明示的な確認を取り、対象仕訳の内容(取引No・日付・金額・摘要)を提示してから呼び出すこと。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes削除する仕訳のID
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden. It explicitly discloses that the operation is irreversible and imposes a mandatory safety workflow: show the user the transaction details and obtain explicit confirmation before calling. This is excellent transparency for a destructive operation.

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 with no wasted words. It front-loads the action and irreversibility, then gives the specific confirmation requirement. Every sentence contributes essential operational context.

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 one-parameter destructive tool, the description covers what is deleted, that it cannot be undone, and what must be done before invoking it. It does not describe success or error behavior, but with no output schema and low complexity this is a minor gap rather than a critical omission.

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 description coverage is 100%; the single `id` parameter is already described as '削除する仕訳のID'. The description adds no extra information about ID format, source, or validation, so the schema is doing the work and the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action and target: it deletes a journal entry (仕訳) in Money Forward Cloud Accounting. However, it does not explicitly differentiate itself from the sibling tool delete_voucher, so an agent may still be uncertain which delete operation to select.

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 provides strong pre-call guidance: it states the operation cannot be undone and requires explicit user confirmation with target journal details presented beforehand. However, it does not describe when to prefer this tool over alternatives such as delete_voucher or post_vouchers.

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/solara-co-jp/mf-accounting-voucher-mcp'

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