syrto_get_company_metrics is the primary financial analysis tool. It returns individual metric values (EBITDA, ROE, margins, working capital, etc.), Syrto radar scores (efficiency and size, 0–100), and an explanation of which metrics drive those scores — all in a single call.
Ask for this when
- You want a financial analysis, overview, or performance assessment of a company
- You want specific financial metrics — revenues, EBITDA, ROE, margins, working capital, etc.
- You want to understand efficiency or size scores and what drives them
- You want year-on-year comparisons
Arguments
The company ID from
syrto_find_company. Always call syrto_find_company first.Optional list of metric slugs to retrieve (e.g.
["ebitda", "roe", "net_working_capital"]). If omitted, returns all available metrics.Fiscal year to retrieve (e.g.
2022). If omitted, returns all available years (up to 5).Returns
A JSON object withcompany_name and per-year data. Each year contains:
Fiscal year.
EU SME classification for that year.
Headcount for that year.
List of metric objects, each with:
name— human-readable metric name (always show this, never the slug)slug— internal identifiervalue— numeric value (ornullif unavailable)better_when—HIGHER,LOWER, orNEAR_TARGET
Efficiency score (0–100): how well the company converts resources into results.
Size score (0–100): how large and stable the company is relative to its sector.
Year-on-year movement in the radar space.
Plain-language explanation of which metrics most contribute to efficiency and size positioning.
Always include this field when presenting results to the user.
Examples
Example 1: Full financial analysis
User prompt: “Give me a financial overview of Barilla” Tool call:- Returns all available metrics for up to 5 years alongside radar scores and a written explanation of what drives the efficiency and size positioning
Example 2: Specific metrics for a single year
User prompt: “What are Ferrari’s EBITDA and ROE for 2022?” Tool call:- Returns only the requested metrics for 2022, plus the radar scores for that year
- Use
syrto_search_metric_definitionsto resolve metric names to slugs if needed
Example 3: Year-on-year trend
User prompt: “How have Barilla’s margins changed over the last 5 years?” Tool call:- Omitting
yearreturns data for all available years (up to 5) in a single response - The assistant can compare metrics across years to identify trends in profitability, efficiency, and size