Default Assumptions Catalog
list_defaultsCalculation, not advice. Verify with a professional before acting.
Returns named default values used by Senaro Finance tools with source citations. Use before calling other tools to understand what assumptions apply automatically. This tool does not accept an 'output' parameter; it always returns inline JSON.
JSON parameters (all optional): category: string. Filter entries by category: the canonical MCP tool name that consumes the default, or "shared" for a default consumed by two or more tools (or not yet wired to a specific tool). Case-insensitive. The 14 valid values: calculate_cc_payoff, calculate_debt_to_income, calculate_emergency_fund, calculate_opportunity_cost, calculate_runway, compare_debt_consolidation, compare_mortgage_terms, compare_strategies, compound_interest, optimize_401k_match, payoff_vs_invest, refi_breakeven, rent_vs_buy, shared. An unrecognized value returns validation_error listing the accepted set. name: string. Return one full entry. Requires category. Returns validation_error if not found. verbose: boolean. Return all 10 citation fields per entry instead of just category+name. Ignored when name is also present (single entry always includes all fields). Omit category to get the full verbose catalog.
Default (no args): index mode. Every entry with just category and name fields (~20 KB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional: return one full entry. Requires category. Returns validation_error if not found. | |
| verbose | No | Optional: return all 10 citation fields per entry instead of just category+name. | |
| category | No | Optional: filter entries by category, the canonical MCP tool name (e.g. "rent_vs_buy") or "shared". Case-insensitive. |