Skip to main content
Glama

import_csv

Import CSV from Japanese accounting software, auto-detect source format from headers, run through classification pipeline, and return categorized results with a review queue and Markdown report.

Instructions

Import CSV from 弥生会計/freee/MoneyForward or generic format. Auto-detects source format from headers. Runs each transaction through the full classification pipeline (Stage 0 exclusion → Stage 1+2 classification → confidence routing). Returns categorized results + review queue + Markdown report. 弥生 users: export 仕訳日記帳 as UTF-8 CSV.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoForce source format (default: auto-detect from headers)
csv_contentYesRaw CSV text (UTF-8). Paste the full CSV content.
date_columnNoColumn name for date (generic CSV only)
memo_columnNoColumn name for memo/description (generic CSV only)
amount_columnNoColumn name for amount (generic CSV only)
partner_columnNoColumn name for partner name (generic CSV only, optional)
Behavior5/5

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

Without annotations, the description fully discloses the processing pipeline (Stage 0→1+2 classification, confidence routing) and return structure (categorized results, review queue, Markdown report), which is critical for an import tool.

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?

Multiple sentences but each adds value; information is front-loaded and well-organized, though slightly dense.

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

Completeness5/5

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

With no output schema, the description fully explains the return format and processing steps, making it complete for agent decision-making.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaning by explaining source parameter force vs auto-detect, clarifying generic CSV columns, and emphasizing raw CSV paste.

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 specifies importing CSV from specific sources (弥生会計/freee/MoneyForward or generic) with auto-detection, distinguishing from sibling tools by describing the full classification pipeline and return values.

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

Usage Guidelines4/5

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

Provides guidance for auto-detection and a specific tip for 弥生 users, but lacks explicit comparisons to sibling tools like classify_transaction or reconcile_cross_saas.

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/michielinksee/bantou'

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