Skip to main content
Glama
wengbin21

mcp-server-freee

by wengbin21

create_deal

Create income or expense transactions in freee accounting by specifying company, issue date, and line items with account, tax code, and amount.

Instructions

取引(収入・支出)を作成

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes収入/支出
detailsYes取引明細行
due_dateNo支払期日 (yyyy-MM-dd)
company_idYes事業所ID
issue_dateYes発生日 (yyyy-MM-dd)
partner_idNo取引先ID
ref_numberNo管理番号

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.2/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 states 'create' and gives no information about side effects, persistence, required permissions, return behavior, or any other operational traits.

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 short sentence with no filler or redundancy. It is front-loaded and efficient, even though other dimensions handle the missing information.

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?

This is a create operation with 7 parameters, no annotations, and no output schema. The one-line description lacks usage guidance, behavioral context, return-value expectations, and any differentiation from related creation tools, so it is not complete enough for an agent to invoke confidently.

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 every parameter is already documented in the schema. The description adds no additional parameter-level meaning beyond what the schema provides, which keeps this at the baseline score of 3.

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 states a specific verb and resource: it creates a transaction (取引) and clarifies the scope as income/expense. This makes the basic purpose clear, though it does not explicitly distinguish it from sibling tools like create_invoice.

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?

Usage is implied: use this tool when creating an income or expense transaction. However, there is no explicit guidance about when not to use it or when to prefer an alternative such as create_invoice.

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