Skip to main content
Glama
albeorla

financial-agent

by albeorla

list_unmatched_obligation_instances

Identify expected obligation instances lacking matching transactions to detect drift in cash-flow projections.

Instructions

List expected obligation instances with no matching transaction (drift inputs).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
past_grace_onlyNo
db_pathNo
Behavior2/5

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

With no annotations, the description must fully disclose behavioral traits. It only states what the tool lists, but does not mention whether it is read-only, idempotent, safe, or any side effects. The term 'drift inputs' is jargon and not explained.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is a single sentence, making it concise, but it sacrifices important details. It could be restructured to front-load the core purpose and then add brief parameter explanations.

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

Completeness2/5

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

Given no output schema, no annotations, and two undocumented parameters, the description is insufficient for an agent to use the tool correctly. Additional context about return format, default behaviors, and parameter effects is needed.

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 coverage is 0%, and the description adds no meaning for the two parameters ('past_grace_only', 'db_path'). The agent receives no guidance on their semantics, expected values, or effect on results.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 ('expected obligation instances with no matching transaction'), and adds context ('drift inputs'). However, it does not differentiate from sibling tools like 'list_matched_obligation_instances' or 'list_obligation_review_candidates', which could cause confusion.

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?

No guidance is provided on when to use this tool versus alternatives. The description does not mention prerequisites, typical use cases, or cases where another sibling tool would be more appropriate.

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/albeorla/personal-finance-agent'

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