Skip to main content
Glama
anikam13

finledger

by anikam13

expenses_outstanding

Retrieve outstanding amounts owed from shared expenses, focusing only on charges with confirmed reimbursements to exclude ordinary purchases.

Instructions

What is still owed to you. Only charges with at least one confirmed reimbursement are counted as shared; charges nobody has paid toward are excluded because the data cannot distinguish a shared cost from an ordinary purchase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It clearly states that only charges with at least one confirmed reimbursement are counted, and transparently explains the data limitation that excludes unpaid charges. This provides concrete behavioral context beyond the tool name.

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?

Two well-structured sentences: the first immediately states the purpose, and the second explains the filtering rule. Every clause adds value without redundancy or wasted words.

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?

For a zero-parameter, no-output-schema tool, the description provides sufficient context: it tells the agent what data is returned (charges owed) and the rationale for exclusions. The only minor ambiguity is whether the output is a list or a sum, but the phrase 'charges' implies a list. An agent can confidently invoke this 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 zero parameters, so the description correctly adds nothing about them. Per the rubric, a zero-parameter tool receives a baseline 4, and the description appropriately avoids unnecessary parameter-related information.

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 states the tool lists charges still owed to the user, and clarifies the specific subset (shared charges with confirmed reimbursement) by explaining the exclusion of ordinary purchases. It gives a clear purpose but does not explicitly name sibling tools for other expense views.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool (to see outstanding shared charges) and explains why certain charges are excluded due to data limitations. However, it does not mention alternative tools or provide explicit when-not-to-use scenarios beyond the exclusion logic.

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/anikam13/finledger'

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