Skip to main content
Glama
shaack

mcp-for-money-money

by shaack

Konten auflisten

export_accounts

Export the account list from MoneyMoney as a plist to retrieve exact account names for use in transaction exports. Requires MoneyMoney to be unlocked to obtain the data.

Instructions

Exportiert die Kontenliste aus MoneyMoney als plist. Zeigt die exakten Kontonamen für den account-Parameter von export_transactions. MoneyMoney muss entsperrt sein.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden. It does disclose the unlock requirement as a prerequisite, which is useful operational context. However, it doesn't clarify the read-only nature explicitly or what the exact output format/return value looks like beyond mentioning 'plist', leaving some behavioral ambiguity.

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 at three short sentences, front-loaded with the primary action. Every sentence earns its place: what it does, why it's useful, and a key prerequisite. Zero waste.

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 tool has zero parameters, no output schema, and a single sibling tool, the description covers the essential context well. It explains the relationship to export_transactions (which is the main contextual gap a user faces) and the unlock prerequisite. Minor gap: no mention of output format details beyond 'plist', but this is minor for a parameterless listing tool.

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?

The tool has 0 parameters, so the description doesn't need to explain parameter semantics. The baseline of 4 for zero-parameter tools applies here, as there's nothing to compensate for. The description efficiently communicates all the relevant meaning for a parameterless tool.

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 is specific and clear: it exports the account list from MoneyMoney as a plist file. It explicitly states the purpose is to reveal exact account names for use with the account parameter of the sibling tool export_transactions, which strongly distinguishes it from that sibling.

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 states a clear prerequisite ('MoneyMoney muss entsperrt sein' / MoneyMoney must be unlocked) and its usage context (to get exact account names for export_transactions). It doesn't explicitly state when NOT to use it, but the context of revealing exact account names makes the use case clear given the sibling relationship.

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/shaack/mcp-for-money-money'

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