Skip to main content
Glama
kogasura

freee-mcp-solo

by kogasura

list_deals

Retrieve filtered transaction lists by account item and date period. Use these entries to review monthly summaries and detect duplicate journal entries.

Instructions

登録済みの取引(仕訳)一覧を取得する。勘定科目名や期間で絞込可能。monthly_summaryの内訳確認や、仕訳の重複チェックに使う。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo収入(income) or 支出(expense)。未指定は両方
limitNo取得件数(デフォルト: 100, 最大: 500)
end_dateNo終了日 yyyy-mm-dd(デフォルト: 今日)
start_dateNo開始日 yyyy-mm-dd(デフォルト: 1ヶ月前)
account_itemNo勘定科目名で絞込(例: 支払手数料)
Behavior3/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. It conveys a read-only list operation through '取得' (retrieve) and mentions filtering capabilities, but it does not disclose potential behaviors like pagination limits (though limit is in schema), ordering, or authentication requirements. This is a moderate gap for a read-only tool.

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, front-loaded with the primary purpose and followed by concrete use cases. Every sentence earns its place, with no redundant or filler content.

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?

Given 5 optional parameters, no output schema, and no annotations, the description provides a clear overview of purpose and intended use cases. It lacks explicit details about the return structure or default behaviors, but for a list retrieval tool with schema-covered parameters, it is sufficient to understand and invoke the tool correctly in most contexts.

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 the baseline is 3. The description adds minimal meaning beyond the schema: it mentions filterable by '勘定科目名や期間' (account item name and period), which mirrors the schema fields. The other parameters (type, limit) are left to the schema, so no extra value is added.

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 states a clear action: '登録済みの取引(仕訳)一覧を取得する' (get a list of registered transactions), with a specific resource and scope. It also distinguishes itself from siblings by mentioning its use for monthly_summary breakdowns and duplicate checks, which makes its purpose unique.

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?

The description provides explicit use cases: 'monthly_summaryの内訳確認や、仕訳の重複チェックに使う' (used for checking monthly_summary breakdowns and duplicate journal entries). This gives clear when-to-use guidance, but it does not explicitly state when not to use it or name alternative tools for other scenarios.

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/kogasura/freee-mcp-solo'

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