Skip to main content
Glama
abco20

ezbookkeeping-mcp-server

by abco20

Create transaction

create_transaction

Record income, expenses, transfers, or balance modifications to keep your bookkeeping accurate.

Instructions

Create an income, expense, transfer or balance modification transaction. Requires standard write profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
timeNo
typeYes
commentNo
categoryNo
utc_offsetNo
hide_amountNo
geo_locationNo
source_amountYes
source_accountYes
client_session_idNo
destination_amountNo
destination_accountNo
Behavior2/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 only states the write-profile requirement but omits side effects, validation behavior, or consequences of creating a transaction (e.g., balance updates, duplicate handling). This is insufficient 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.

Conciseness4/5

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

The description is a single, front-loaded sentence that immediately states the action and object. It is concise and wastes no words, though it sacrifices completeness for brevity.

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?

The tool has 13 parameters, required fields, nested objects, and no output schema, yet the description covers only the basic purpose and a vague permission note. It does not guide the agent on required inputs, the relationship between source and destination amounts, or the expected response. The description is grossly inadequate for the tool's complexity.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the 13 parameters. It merely echoes the type enum from the schema. The description adds no meaning beyond the structured schema, which is especially damaging given the complex nested objects and amount patterns.

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 uses the specific verb 'Create' with the resource 'transaction' and explicitly lists the four transaction types (income, expense, transfer, balance modification), which clearly distinguishes it from sibling tools like patch_transaction or delete_transaction.

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 does not provide explicit guidance on when to use this tool versus alternatives such as patch_transaction or apply_transaction_batch. It only mentions 'Requires standard write profile,' which is a permission note, not usage context or exclusions.

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/abco20/ezbookkeeping-mcp-server'

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