Documentation Index
Fetch the complete documentation index at: https://docs.syrto.ai/llms.txt
Use this file to discover all available pages before exploring further.
syrto_list_available_metrics returns a catalogue of all available Syrto metrics, optionally filtered by type. Use it to discover metric slugs when you need to call syrto_get_company_metrics for metrics not already covered by syrto_get_company_analysis.
Use this tool to
- Discover available metric slugs by type
- Build custom metric sets and confirm correct slug names
- Browse all available Syrto metrics
Arguments
Optional filter. One of:
"balance_sheet_item", "financial_ratio", "profitability", "liquidity", "solvency", "structure", "spider_graph_axes", "spider_graph", "Group of Variables".
If omitted, returns a compact catalogue of all metrics grouped by type."en" for English (default) or "it" for Italian.Metric types
| Type | What it contains |
|---|---|
balance_sheet_item | Raw balance sheet and income statement line items — revenue, costs, assets, liabilities (absolute figures in EUR) |
financial_ratio | Other calculated ratios and indices not in the four Syrto categories (e.g. composite scores, radar components) |
profitability | Profitability metrics — EBITDA, EBIT, ROE, ROA, margins, returns |
liquidity | Liquidity metrics — working capital, cash conversion cycle, current ratio |
solvency | Solvency metrics — debt ratios, coverage ratios, leverage, financial sustainability |
structure | Structure metrics — asset composition, capital structure, capex intensity |
spider_graph_axes | Individual axes used in spider graph visualizations — each axis represents a specific financial dimension |
spider_graph | Composite spider graph templates that group multiple axes into thematic financial breakdowns |
Group of Variables | Grouped variable sets used for composite calculations and aggregated indicators |
Returns
Total number of metrics across all types.
List of metric type groups, each with:
type— metric category namecount— number of metrics in this groupmetrics— list of metric entries
metric_type): each metric has slug and name only.Detailed mode (with metric_type): each metric also includes description, unit of measure, and better_if direction.Context note about data availability and where to find more on syrto.ai.
The
slug is an internal identifier. Use the human-readable name field for display.Typical workflow
- Call
syrto_list_available_metricswithmetric_type="balance_sheet_item"or"financial_ratio"to browse available slugs - Identify the slugs relevant to your question
- Pass those slugs to
syrto_get_company_metrics
Example
Get full details for balance sheet metrics:- Returns all balance sheet item metrics with full details: name, slug, description, unit, and direction
- Pick the slugs you need (e.g.
revenues,total_assets), then pass them tosyrto_get_company_metrics