{
  "serverInfo": {
    "name": "slacking-biz",
    "version": "1.0.0"
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "tools": [
    {"name": "get_company_health", "description": "Get a company's overall financial health score (A-F grade) including summary metrics - revenue, net income, profit margins, debt ratios, and more."},
    {"name": "get_trends", "description": "Get financial trends over time for a company - revenue, profit, margins across reporting periods."},
    {"name": "industry_comparison", "description": "Compare a company's financial metrics against its industry averages."},
    {"name": "get_revenue_segments", "description": "Get revenue breakdown by segment/product line for a company."},
    {"name": "get_income_statement", "description": "Get detailed income statement data for a company."},
    {"name": "get_balance_sheet", "description": "Get detailed balance sheet data for a company."},
    {"name": "get_cash_flow", "description": "Get detailed cash flow statement for a company."},
    {"name": "get_all_financial_data", "description": "Get ALL financial data for a company in one call - health, income, balance sheet, cash flow, trends."},
    {"name": "get_company_profile", "description": "Get company profile including sector, industry, employees, description."},
    {"name": "get_filing_types", "description": "Get available SEC filing types (10-K, 10-Q, 8-K, etc.) for a company."},
    {"name": "search_filings", "description": "Search SEC filings for a company by form type with optional count limit."},
    {"name": "get_insider_trades", "description": "Get recent insider trading activity for a company."},
    {"name": "get_sentiment", "description": "Get sentiment analysis from SEC filings for a company - positive/negative/neutral signals."},
    {"name": "compare_companies", "description": "Compare financial metrics across multiple companies side by side."},
    {"name": "screen_companies", "description": "Screen/filter companies by financial criteria to find matching companies."},
    {"name": "batch_query", "description": "Query multiple endpoints for multiple tickers in a single batch request."}
  ]
}
