Skip to main content
Glama
albeorla

financial-agent

by albeorla

list_charge_onboarding_queue

List charge onboarding candidates sorted by monthly cash impact. Filter by status or include resolved candidates like deferred or rejected.

Instructions

List charge-onboarding candidates ordered by estimated monthly cash impact.

By default returns only the active queue (candidates still awaiting a decision). Pass status to filter exactly, or include_resolved=True to see decided/paused candidates such as deferred or rejected ones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
limitNo
include_resolvedNo
db_pathNo
Behavior4/5

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

No annotations provided, so description carries full burden. It explains ordering, default filtering, and parameter usage. No side effects discussed, but it's a read operation. Lacks mention of pagination or limits.

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 sentences, front-loaded with purpose, no 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?

Adequately covers ordering and filtering. Missing details on pagination, output format, or behavior of 'limit' and 'db_path'.

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?

Schema coverage is 0%, so description must compensate. It explains 'status' and 'include_resolved', but not 'limit' or 'db_path'. 'db_path' is unusual and left unexplained, so only half the parameters are covered.

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 uses a specific verb 'list' and resource 'charge-onboarding candidates', orders by monthly cash impact, and clearly distinguishes from sibling list tools by focusing on charge-onboarding candidates.

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 explains default behavior (active queue), how to filter by status or include resolved candidates. It does not explicitly state when to use alternatives, but context with siblings makes it clear.

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