Skip to main content
Glama
leafeye

lunchmoney-mcp-v2

by leafeye

list_categories

Get all Lunch Money categories in flat or nested format to view groups and their subcategories.

Instructions

List all Lunch Money categories. Use format="nested" to see category groups with their children, or format="flat" (default) for a flat list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNonested = grouped hierarchy, flat = all categories in a list (default: flat)
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explains the nested vs. flat behavior and the default, which is useful. However, it does not mention return structure, error cases, or authentication requirements, leaving room for more transparency.

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 two sentences and 19 words, front-loaded with the main purpose and immediately providing actionable format guidance. No unnecessary information.

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

Completeness5/5

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

For a simple read-only tool with one optional parameter and no output schema, the description is sufficiently complete. It covers the core functionality and the only parameter option, making it easy for an agent to invoke correctly.

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?

The schema already describes the 'format' parameter thoroughly (nested = grouped hierarchy, flat = list, default flat). The description adds little beyond the schema, essentially restating the options with slightly different wording. Given 100% schema coverage, the baseline of 3 is appropriate.

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 action ('List') and the resource ('all Lunch Money categories'). It also specifies two output formats, making the purpose immediately clear and distinct from sibling tools like manage_category, which handles modifications.

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 gives clear context on when to use the tool (for listing categories) and explains the format options. However, it does not explicitly exclude mutation scenarios or mention alternatives like manage_category for changes, so it lacks the 'when-not-to-use' guidance that would earn a 5.

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/leafeye/lunchmoney-mcp-v2'

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