Skip to main content
Glama
wengbin21

mcp-server-freee

by wengbin21

list_deals

Retrieve income and expense transactions from freee accounting. Filter by type, settlement status, partner, and issue date to find specific deals.

Instructions

取引(収入・支出)一覧を取得

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo収入/支出
limitNo取得件数 (max 100)
offsetNoオフセット
statusNo決済状況
company_idYes事業所ID
partner_idNo取引先ID
end_issue_dateNo発生日To (yyyy-MM-dd)
start_issue_dateNo発生日From (yyyy-MM-dd)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'get a list' and does not disclose pagination behavior, default limits, ordering, response shape, or whether the list includes both income and expense unless filtered. This is minimal coverage for a list operation with eight parameters.

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?

The description is a single short sentence with no filler, and the core action and resource are front-loaded. However, it is so terse that it omits useful context; this is more under-specification than ideal conciseness, but it is still clean and scannable.

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?

The tool has eight parameters, no annotations, no output schema, and a one-line description. It does not explain return value structure, filtering semantics, pagination, or how this list relates to the many sibling list tools. The schema covers parameters, but the overall description is not sufficient for an agent to confidently select and invoke this tool correctly in context.

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 parameters are fully documented in the schema. The description's mention of 'income/expense' lightly reinforces the type parameter but does not add meaningful semantics beyond what the schema already provides. Baseline 3 is appropriate.

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 that this tool retrieves a list of deals (income/expense), which identifies the resource and the list operation. It does not explicitly distinguish itself from sibling tools like get_deal, but the list vs. single-record distinction is implicit and reasonably clear.

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 guidance is provided about when to use this tool versus siblings such as list_invoices, list_expense_applications, or get_deal. The available filter parameters in the schema imply common use cases, but the description itself offers no context, exclusions, or alternatives.

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

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/wengbin21/mcp-server-freee'

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