syrto_get_spider_graphs returns performance scores across N thematic axes per template (e.g. operational profitability, autonomy, capacity, operating cash flow, reliability). Each axis has a normalised radius value from 0 to 5.
Radar vs. spider
Spider graphs are distinct from the radar chart:| Radar | Spider | |
|---|---|---|
| Tool | syrto_get_company_metrics / syrto_get_efficiency_and_size | syrto_get_spider_graphs |
| Axes | 2 (Efficiency, Size) | N thematic axes per template |
| Scale | 0–100 | 0–5 |
| Answers | ”Where does this company stand overall?" | "How does it perform on profitability / autonomy / etc.?” |
Ask for this when
- You want a thematic financial breakdown across axes like operating profitability, autonomy, or cash flow
- You explicitly ask for spider graphs or want to compare performance across financial themes
Arguments
The company ID from
syrto_find_company. Always call syrto_find_company first.Year to retrieve (e.g.
2022). Defaults to the most recent available year. Omit only when the user explicitly asks for all years or a trend.Returns
A JSON object withcompany_name and per-year spider data. Each year contains a list of spider templates:
Human-readable template name — always show this to users.
List of axes, each with:
display_name— human-readable axis namecurrent_value.radius— score from 0 to 5
Always include this field when presenting results to the user.
Never display
template_slug values to users — always use display_name.Examples
Example 1: Full spider breakdown for most recent year
User prompt: “Show me the spider graph for Barilla” Tool call:Example 2: Spider breakdown for a specific year
User prompt: “Show me Barilla’s financial themes for 2022” Tool call:- Returns all spider templates for 2022 — each template has a
display_nameand a list of axes, each with a score from 0 to 5
Example 3: Focus on a specific theme
User prompt: “What’s Barilla’s cash flow profile?” What happens:- Call
syrto_get_spider_graphsand present only the “Cash Flow Spider Graph” template from the response - Each axis (Operating Cash Flow, Investing Cash Flow, Financing Cash Flow) has a score from 0 to 5 reflecting performance in that dimension