Skip to main content
Glama
yone-k

Zaim API MCP Server

by yone-k

zaim_create_transfer

Create transfer records between accounts in Zaim household accounting. Specify amount, date, source and destination accounts to track internal fund movements.

Instructions

Zaimに振替記録を作成します(口座間の資金移動)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes金額
dateYes日付(YYYY-MM-DD形式)
from_account_idYes出金元口座ID
to_account_idYes入金先口座ID
commentNoメモ
Behavior2/5

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

With no annotations provided, the description carries full burden but only states it creates records without disclosing behavioral traits. It doesn't mention whether this is a write operation requiring specific permissions, if it's idempotent, what happens on failure, or any rate limits. For a mutation tool with zero annotation coverage, this is a significant 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?

The description is a single, efficient sentence in Japanese that clearly communicates the tool's purpose. It's appropriately sized with zero wasted words and front-loads the essential information about creating transfer records.

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 mutation tool with no annotations and no output schema, the description is insufficient. It doesn't explain what happens after creation (success response format, error conditions), doesn't mention authentication requirements despite zaim_check_auth_status being a sibling, and provides minimal behavioral context for a write 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?

Schema description coverage is 100%, so all parameters are documented in the schema. The description adds no additional parameter semantics beyond what's in the schema. The baseline score of 3 is appropriate when the schema does the heavy lifting for parameter documentation.

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 states the action ('作成します' - creates) and resource ('振替記録' - transfer record) with the context of being between accounts. It distinguishes from siblings like zaim_create_income and zaim_create_payment by specifying it's for transfers between accounts rather than income or payments.

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 usage context by specifying '口座間の資金移動' (fund transfers between accounts), which helps differentiate from income/payment creation tools. However, it doesn't explicitly state when to use this versus alternatives or mention any prerequisites like authentication status.

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/yone-k/zaim-api-mcp'

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