Skip to main content
Glama
wengbin21

mcp-server-freee

by wengbin21

create_partner

Create a new partner in freee accounting by providing company ID and partner name. Include optional details like legal name, kana, or country code to keep records accurate.

Instructions

取引先を作成

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes取引先名
org_codeNo法人番号
long_nameNo正式名称
name_kanaNoカナ名称
shortcut1Noショートカット1
company_idYes事業所ID
country_codeNo国コード (JP等)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

D1.9/5.0
Behavior1/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 merely says 'create' and provides no information about side effects, state mutation, error behavior, idempotency, or permission requirements. This is inadequate for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short and under-specified. While there is no redundant text, it omits nearly all useful context, so this is not conciseness but sparse inadequacy.

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

Completeness1/5

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

For a tool with 7 parameters, 2 required fields, no output schema, and no annotations, a one-line tautology is completely insufficient. The agent cannot understand what a partner is, how company_id relates to the creation, or what the expected outcome is, making safe invocation unlikely.

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% — all 7 parameters have Japanese descriptions in the schema itself. The tool description adds no parameter detail, but the schema already carries that weight, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '取引先を作成' is essentially a Japanese restatement of the tool name 'create_partner' and offers no definition of what a 取引先 (business partner) is in this system. It states the verb and resource but is tautological, providing no differentiation from siblings like create_deal or 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 Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as list_partners or create_deal. The description only states the action and gives no context about prerequisites, typical scenarios, or when another tool would be more appropriate.

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