Skip to main content
Glama
knishioka

freee Accounting MCP Server

by knishioka

freee_get_receipts

Retrieve uploaded receipt images and PDFs for electronic bookkeeping compliance. Filter by date, user, and status, with optional compact mode for summary statistics.

Instructions

Get list of receipts (証憑) for electronic bookkeeping compliance (電子帳簿保存法) - Retrieves uploaded receipt images/PDFs with filtering by date, user, and status. Use compact mode for summary statistics only. Max 100 records per page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdNoCompany ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided)
startDateNoStart date (YYYY-MM-DD)
endDateNoEnd date (YYYY-MM-DD)
userNameNoFilter by upload user name
statusNoFilter by status (unconfirmed: 未確認, confirmed: 確認済み, deleted: 削除済み)
offsetNoPagination offset
limitNoNumber of results (1-100)
compactNoWhen true, returns summary statistics only without individual records. Useful for quick overviews.
Behavior3/5

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

With no annotations, the description carries the burden for behavioral disclosure. It states a constraint ('Max 100 records per page') and explains compact mode behavior, but does not disclose pagination details, authentication needs, or any side effects (e.g., data is read-only). This is adequate but not comprehensive.

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?

Two well-structured sentences: first defines purpose and resource, second adds key behavioral notes (compact mode, limit). No redundancy or fluff. Essential information is front-loaded.

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

Completeness4/5

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

For an 8-parameter tool with no output schema, the description covers main purpose, filtering, and specific modes. However, it lacks details about the response format (e.g., what fields are returned in normal mode) and pagination behavior beyond the limit. Compact mode is explained, but normal mode output is vague.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, setting baseline at 3. The description adds value by highlighting filtering by date, user, and status, and explaining compact mode's purpose ('summary statistics only'). This goes beyond individual parameter descriptions, earning a score above baseline.

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 ('Get list of'), resource ('receipts'), and purpose ('for electronic bookkeeping compliance'). It specifies the content type ('receipt images/PDFs') and filtering dimensions. This distinguishes it well from sibling tools like freee_get_receipt (singular) and other listing tools.

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 mentions when to use compact mode but does not provide explicit guidance on when to choose this tool over alternatives like freee_get_receipt. No exclusions or prerequisites are stated, leaving the agent to infer context from the name.

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

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