Skip to main content
Glama
kentaroajisaka

mf-full-mcp

mfc_ca_postJournals

Create journal entries (standard or adjusting) with branches, tags, and memos. Requires user approval before posting to the books.

Instructions

仕訳を作成します(帳簿書き込み。要ユーザー承認)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
journalYes仕訳オブジェクト { transaction_date, journal_type: 'journal_entry'|'adjusting_entry', branches: [{debitor?, creditor?, remark?}], tags?, memo? }。invoice_kind は自由値を許容(公式書込み3値以外は検証実験用)
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

Annotations are absent, so the description carries the full burden. It does disclose that this writes to books and requires user approval, covering the mutation and authorization aspects. However, it does not mention potential side effects, validation behavior, or the experimental invoice_kind handling beyond the schema note. Adequate but minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that is front-loaded with the action and the approval constraint, with zero filler. It is appropriately sized for a simple create tool and efficient, though it could afford a bit more context without hurting clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutating tool with a complex nested parameter and no output schema, the description is sparse. It lacks examples, required-field emphasis, error behavior, or relation to the other journal endpoints (get, put, delete). The schema provides structure but not usage context, leaving an agent under-informed for correct 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 description coverage is 100%, with the journal object's structure and the invoice_kind note fully described in the schema. The description adds no parameter-specific guidance. Baseline 3 applies since the schema already carries the semantic load.

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 states 'Create journal entries (book write-in. Requires user approval)' – a clear verb and resource. The 'post' prefix and '作成' (create) make the action unambiguous relative to sibling update/delete tools. However, it does not explicitly name those alternatives, so differentiation is implied rather than stated.

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

Usage Guidelines2/5

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

No explicit when-to-use guidance or alternative tools are mentioned. The approval note ('要ユーザー承認') hints at an operational constraint but does not help an agent choose between this and putJournals or deleteJournals. It relies on naming conventions for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/kentaroajisaka/mf-full-mcp'

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