Skip to main content
Glama
kogasura

freee-mcp-solo

by kogasura

list_invoices

Retrieve a list of invoices from freee, filterable by partner name for easy reconciliation and accounting management.

Instructions

請求書の一覧を取得する。取引先名で絞込可能。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo取得件数(デフォルト: 10, 最大: 100)
partner_nameNo取引先名で絞込(部分一致)
Behavior2/5

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

With no annotations provided, the description must disclose all behavioral traits. It only states that it fetches a list and can filter by partner name, but does not mention that it's a read-only operation, authentication requirements, pagination, or return format. Significant transparency gaps remain.

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 extremely concise, using one sentence to convey the main purpose and a secondary capability. It is front-loaded with the key action and resource, with no wasted words or redundancy.

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

Completeness3/5

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

For a simple list tool with two optional parameters and no output schema, the description is minimally adequate but lacks context. It does not describe the return structure, default behavior, or any prerequisites, relying solely on the schema. Without annotations, an agent might need to make assumptions.

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?

The input schema provides full coverage for both parameters (limit with default and max, partner_name with partial match details). The description merely restates the filtering capability already documented in the schema, adding no new semantic value.

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 tool retrieves a list of invoices (請求書の一覧を取得する) and mentions filtering by partner name, which is a specific verb+resource combination. This makes it distinct from siblings like list_deals 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?

The description provides no explicit guidance on when to use this tool versus alternatives such as list_deals or monthly_summary. It does not mention use cases, exclusions, or alternative tools, leaving the agent to infer usage solely from the tool name and description.

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