Skip to main content
Glama
oyemecarnal

monarch-mcp-ultimate

by oyemecarnal

get_categorization_suggestions

Suggest categories for uncategorized or needs-review transactions by analyzing merchant history, returning confidence and historical count.

Instructions

Analyze uncategorized and needs-review transactions and suggest categories based on transaction history for the same merchant. Returns transaction ID, merchant, suggested category, confidence, and history count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_historyNoMinimum historical transactions required (default 2)
history_daysNoDays of history to infer categories from (default 365)
lookback_daysNoDays to scan for uncategorized transactions (default 90)
min_confidenceNoMinimum confidence 0-1 (default 0.6)
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 mentions analyzing and suggesting, but it does not explicitly state that this is a read-only operation, whether it modifies transactions, or any prerequisites such as requiring merchant history. It adds some context about using historical data but still leaves side-effect and permission questions unanswered.

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, well-structured sentence that front-loads the purpose and includes output details. Every element contributes to understanding the tool without unnecessary verbosity.

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 absence of an output schema, the description compensates by listing return fields (transaction ID, merchant, suggested category, confidence, history count). It also explains the core logic. It does not cover edge cases like empty history or default behavior, but the 100% schema coverage for parameters and moderate complexity make this reasonably complete. The lack of explicit usage guidance prevents a 5.

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 input schema already provides 100% coverage with descriptions for all four parameters. The description does not add additional semantic meaning beyond what the schema already gives, though it does mention 'history count' in the output, which relates to history parameters. Baseline 3 is appropriate because the schema handles parameter documentation.

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's function: analyzing uncategorized and needs-review transactions and suggesting categories based on merchant history. It specifies the input scope (uncategorized/needs-review), the method (history-based), and the output fields, distinguishing it from sibling tools like get_uncategorized_summary or get_transactions_needing_review.

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 explicitly state when to use this tool versus alternatives. It implies usage for category suggestions, but it never mentions when not to use it or references sibling tools like get_uncategorized_summary or search_transactions. No usage context or exclusions are provided.

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/oyemecarnal/monarch-mcp-ultimate'

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