Skip to main content
Glama
jmjeong

Whooing MCP

by jmjeong

whooing_add_entry

Create a new transaction entry in Whooing for expenses or income. Specify account IDs, date, amount, and item.

Instructions

Create a new transaction entry in Whooing (e.g. expense, income). Use whooing_accounts first to look up account IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entry_dateYesTransaction date in YYYYMMDD format (e.g. 20260423)
l_account_idYesLeft account ID (e.g. expense category like x11 for 식비)
r_account_idYesRight account ID (e.g. payment method like x24 for 삼성카드)
itemYesItem description (store name or item)
moneyYesAmount in KRW (negative for balance adjustments, 0 allowed)
memoNoOptional memo
section_idNoSection ID. Defaults to WHOOING_SECTION_ID env var.
Behavior3/5

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

Annotations set readOnlyHint=false, so the description's 'Create' aligns. Minimal extra behavioral context beyond that; no details on error handling, idempotency, or return value.

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 sentences, no redundancy. The first sentence states purpose, the second provides actionable guidance. Extremely efficient.

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?

Given the parameter count and schema coverage, the description adequately explains the tool's role and prerequisite. Lacks mention of return format, but no output schema exists. Overall sufficient for a straightforward creation tool.

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 coverage is 100% with detailed descriptions for each parameter. The description adds no additional parameter semantics beyond explaining the tool's purpose.

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 creates a new transaction entry, gives examples (expense, income), and distinguishes it from siblings like whooing_entries (list) and whooing_bulk_add_entries (bulk).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

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

The description explicitly recommends using whooing_accounts first to look up account IDs, providing a clear prerequisite. It doesn't explicitly state when not to use, but the sibling whooing_bulk_add_entries implies the alternative for multiple entries.

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/jmjeong/whooing-mcp'

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