Skip to main content
Glama
RyutoYoda

freee-chat-mcp-server

by RyutoYoda

list_deals

Retrieve a list of income or expense transactions filtered by company ID and date range.

Instructions

List deals (income/expense transactions)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoDeal type
company_idYesCompany ID
end_issue_dateNoEnd date for filtering (YYYY-MM-DD)
start_issue_dateNoStart date for filtering (YYYY-MM-DD)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose behavioral traits such as pagination, ordering, or limits, which are important for a listing tool. The description is too brief to convey transparency.

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 efficient sentence, but could be improved by adding structure or additional context without becoming verbose.

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?

Given the tool has 4 parameters and no output schema or annotations, the description is too minimal. It does not explain return format, default behavior, or how filtering works, leaving gaps for the agent.

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 no additional meaning beyond the schema; it simply restates the tool's purpose.

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 clearly states the verb 'List' and the resource 'deals', and clarifies that deals are income/expense transactions. This specific purpose distinguishes it from sibling tools like create_deal or delete_deal.

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 for listing deals, but does not provide guidance on when to use this tool versus alternatives like get_recent_deals or analyze_expense_type. No explicit exclusions or context are given.

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

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