Skip to main content
Glama
kentaroajisaka

mf-full-mcp

mfc_ca_getTransactions

Fetches transaction lists gathered from connected services. Supports filtering by date, income/expense, amount, and journalizing status to find specific entries.

Instructions

連携サービスで収集された明細一覧を取得します(自動連携・手動とも)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sideNo
orderNo
contentNo
end_dateYes
per_pageNo10〜1000
value_maxNo
value_minNo
start_dateYesYYYY-MM-DD。end_dateとの差366日以内
content_match_typeNo
connected_account_idNo
journalizing_statusesNo
connected_sub_account_idNo
Install Server

TDQS

B3/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral disclosure burden. It communicates that this is a retrieval operation and identifies the data source, but it does not disclose side-effect status, pagination behavior, ordering, output shape, or any authentication/rate-limit considerations. This is too thin for a tool with no annotation safety net.

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 focused sentence with no filler. The core action and scope are front-loaded, and every word contributes to identifying what the tool does.

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 13-parameter tool with no output schema and no annotations. A single purpose sentence is not enough for an agent to use filters correctly, understand return values, or know how this relates to sibling journal and transaction tools. The description leaves too many operational details unspecified.

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

Parameters2/5

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

Schema description coverage is only 15%, and the description adds no parameter-level meaning. It neither explains required date semantics beyond the schema nor clarifies the many filter parameters such as side, order, content, journalizing_statuses, or pagination. It provides only general domain context for the returned transaction list.

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 uses a clear verb ('取得します') and a specific resource ('連携サービスで収集された明細一覧'), so an agent can tell this fetches transaction details collected via the integration service. It does not explicitly contrast itself with siblings like mfc_ca_getJournals, but the resource scope is reasonably specific.

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 phrase '連携サービスで収集された明細一覧' implies this tool is for transaction details collected through linked services, and '(自動連携・手動とも)' clarifies it covers both automatic and manual collection. However, there is no explicit when-to-use versus alternatives guidance, no exclusion, and no mention of when to choose mfc_ca_getJournals instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/kentaroajisaka/mf-full-mcp'

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