Documentation Index
Fetch the complete documentation index at: https://docs.tight.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Tight Financial Statements MCP tools enable AI assistants and agents to access and analyze comprehensive financial reports. Users can pull real-time financial statements and perform advanced analysis, all through conversational AI interactions. With these tools, you can build AI-powered financial analysis experiences where users ask questions like “Show me our Q4 P&L by department” or “How has our cash position changed over the past year?”Available Tools
Generate Profit & Loss
Thegenerate_profit_and_loss tool generates a Profit & Loss (P&L) report with customizable parameters. This report shows revenue, expenses, and net income over a specified period.
Parameters
Parameters
Filter the report by class segments to see performance by category
Specify the start and end dates for the report period (e.g., “2024-01-01 to 2024-12-31”, “Q4 2024”, “last year”)
Organize the report by time period: “Yearly”, “Quarterly”, “Monthly”, or “None”
Choose the format of the report output: “PDF” or “XLS”
Generate Balance Sheet
Thegenerate_balance_sheet tool generates a Balance Sheet report showing assets, liabilities, and equity at specific points in time.
Parameters
Parameters
Generate Cash Flow Statement
Thegenerate_cash_flow_statement tool generates a Cash Flow Statement showing cash inflows and outflows from operating, investing, and financing activities.
Parameters
Parameters
Common Workflows
Analyzing P&L Performance
AI assistants can perform comprehensive P&L analysis by pulling reports and analyzing the data:- Compare performance across periods: Analyze changes in revenue, expenses, and net income between different periods (e.g., month-over-month, year-over-year)
- Compare performance across classes: Evaluate revenue, expense, or profit across different class segments
- Analyze growth trends: Identify upward or downward trends in revenue, expense, or net income over time
- Correlate trends across line items: Examine relationships between different line items or classes to understand drivers of performance
Monitoring Balance Sheet Health
AI assistants can assess financial stability and risk by analyzing Balance Sheet data:- Debt analysis and leverage monitoring: Track total liabilities, debt-to-equity ratios, and leverage trends over time to assess financial stability and identify potential risk exposure
- Cash position and liquidity tracking: Analyze short-term assets versus liabilities to understand liquidity health, operating runway, and ability to meet near-term obligations
Understanding Cash Flow Drivers
AI assistants can identify what’s driving changes in cash position:- Identify drivers of cash flow changes: Break down changes in operating, investing, and financing cash flows to understand what’s driving fluctuations in total cash position
- Track cash flow trends over time: Analyze rolling periods (e.g., trailing twelve months) to identify timing or operational factors behind cash flow swings that may not be evident from other financial reporting
Examples
”Show me our P&L for Q4 2024”
AI uses:generate_profit_and_loss with:
dateRange: “Q4 2024” (October 1 - December 31, 2024)grouping: “Monthly”output: “PDF”
- Total Revenue: $487,250
- Total Expenses: $342,180
- Net Income: $145,070
- October: $162,400 revenue, $114,220 expenses, $48,180 net income
- November: $158,900 revenue, $112,340 expenses, $46,560 net income
- December: $165,950 revenue, $115,620 expenses, $50,330 net income
"How did our revenue compare to last quarter?”
AI uses:generate_profit_and_loss with:
dateRange: “Q3 2024” and “Q4 2024”grouping: “Quarterly”
- October started strong at $162,400
- November dipped slightly to $158,900
- December recovered to $165,950, your highest month in Q4
"What’s our current cash position?”
AI uses:generate_balance_sheet with:
dateRange: “current date”grouping: “None”
- Current Assets: $1,598,850
- Current Liabilities: $456,800
- Current Ratio: 3.5 (healthy - above 2.0 threshold)
- Quick Ratio: 3.2
"Analyze our debt-to-equity ratio trend over the past year”
AI uses:generate_balance_sheet with:
dateRange: “2024-01-01 to 2024-12-31”grouping: “Quarterly”
- Q1 2024: 0.65 (Total Debt: $142,000 | Total Equity: $218,000)
- Q2 2024: 0.58 (Total Debt: $138,500 | Total Equity: $239,000)
- Q3 2024: 0.52 (Total Debt: $135,200 | Total Equity: $260,000)
- Q4 2024: 0.47 (Total Debt: $131,800 | Total Equity: $280,500)
- Your debt-to-equity ratio improved by 28% over the year (0.65 → 0.47)
- Total debt decreased by $10,200 (7.2% reduction)
- Total equity increased by $62,500 (28.7% growth)
- Your Q4 ratio of 0.47 indicates low financial leverage and strong equity position
"Why did our cash flow drop last month?”
AI uses:generate_cash_flow_statement with:
dateRange: “last 2 months”grouping: “Monthly”
- Operating Cash Flow: +$42,300
- Investing Cash Flow: -$8,200
- Financing Cash Flow: -$12,100
- Net Cash Flow: +$22,000
- Operating Cash Flow: +$38,500 (↓ $3,800)
- Investing Cash Flow: -$24,600 (↓ $16,400)
- Financing Cash Flow: -$12,100 (no change)
- Net Cash Flow: +$1,800 (↓ $20,200)
- Increased Investing Activities (-$16,400): You spent $24,600 on investing activities in December vs. $8,200 in November. This appears to be equipment or capital purchases.
- Slight Operating Cash Flow Decrease (-$3,800): Operating cash flow dipped 9% due to the timing of receivables collections—you had more outstanding invoices at year-end.