Skip to main content
Glama
kentaroajisaka

mf-full-mcp

mfc_ca_getAccounts

Fetch accounting accounts from Money Forward Cloud Accounting. Use 'available' to filter active accounts only; omit or false returns all accounts including inactive.

Instructions

勘定科目を取得します。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
availableNo省略/true=有効のみ、false=全件(有効+無効)。falseは『無効のみ』ではない点に注意
Install Server

TDQS

C2.9/5.0
Behavior2/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 of behavioral disclosure, yet it only says 'retrieves account titles.' The verb 'retrieve' faintly implies a read-only operation, but nothing is said about auth requirements, side effects, defaults, or return shape. For a data-fetching tool with zero annotation coverage, this is a substantial gap.

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?

A single short sentence that is entirely front-loaded with the core purpose. There is zero wasted wording, and the brevity is appropriate for what the tool does. Concision here is genuine and not a symptom of under-specification, as the schema handles parameter detail.

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 simple read tool with one optional parameter and full schema coverage, some brevity is acceptable, but the description still fails to explain return values, differentiate from the three similarly named sibling get-* tools, or note any filtering implications beyond the schema. An agent cannot tell whether this returns master data, its format, or how it relates to sub/connected accounts, so completeness is inadequate.

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%, and the 'available' parameter is well documented in the schema, including the important caution that false means all records (enabled+disabled) and not 'only disabled.' The description itself adds no parameter information, but with full coverage the baseline of 3 is appropriate and no compensation is required.

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 '勘定科目を取得します' ('retrieves account titles') states a clear verb and resource, clarifying that 'Accounts' refers to accounting account titles in the Japanese context. It is close to a restatement of the tool name but adds domain specificity. However, it does not differentiate among close siblings like mfc_ca_getSubAccounts or mfc_ca_getConnectedAccounts, so it lacks the explicit distinguishing language of a 5.

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?

The description gives no guidance on when to use this tool versus alternatives. It does not mention getSubAccounts, getConnectedAccounts, or any condition that would select one account-fetching tool over another. With multiple sibling tools that sound similar, an agent gets no routing help and must infer usage entirely from names.

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