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_search_metric_definitions returns full metric definitions including the name, description, calculation formula, unit of measure, direction (better if higher/lower/near target), and dependency links showing the causal chain between metrics.
Use this tool to
- Understand what a specific financial metric means, how it’s calculated, and what drives it
- Explore causal relationships between metrics and identify dependencies
- Resolve a metric name to its slug before calling
syrto_get_company_metrics
Arguments
Keyword (e.g.
"profitability", "working capital", "debt") or exact slug (e.g. "ebitda", "roe", "net_working_capital"). Exact slug lookup always returns a single result instantly.Maximum results for keyword search. Default
5, maximum 20. Ignored for exact slug matches."en" for English (default) or "it" for Italian.Returns
A JSON list of metric definitions, each containing:Human-readable metric name.
Internal metric identifier (slug). Use as input to
syrto_get_company_metrics via the metric_slugs parameter. Use name for display.Abbreviated metric name, if available.
Plain-language explanation of what the metric measures.
Metric category.
Unit of measure (e.g.
"EUR", "%", "ratio")."HIGHER", "LOWER", or "NEAR_TARGET".Target value when
better_if is "NEAR_TARGET". null for HIGHER or LOWER metrics.Number of decimal places for displaying the metric value.
How the metric is computed.
Metrics this one feeds into.
Metrics that drive this one.
Context note about data availability and where to find more on syrto.ai.