{"name":"eu.tradedashboard/eu-trade-explorer","slug":"tradedashboard-eu-trade-explorer","title":"EU Trade Explorer","description":"EU customs-trade & industrial-production statistics (Eurostat Comext/PRODCOM)","url":"https://mcp.market/server/tradedashboard-eu-trade-explorer","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T03:00:51.554Z","last_ok_at":"2026-09-21T03:00:51.554Z","latency_ms":179},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://tradedashboard.eu","version":"1.0.2","remotes":[{"type":"streamable-http","url":"https://mcp.tradedashboard.eu/mcp"}],"packages":[],"tools":[{"name":"get_autonomy_summary","description":"Report-section helper (\"Autonomy & vulnerability\"): net import\nreliance (`get_net_import_reliance`) is always the headline fact/chart.\nTrade intensity and export propensity (`get_trade_intensity` /\n`get_export_propensity`) are both computed, then a deterministic\nsalience score -- distance from an unremarkable ~50% band, plus the\nmagnitude of its own change -- decides which one leads the narrative;\nthis choice is never left to the caller. `trade_intensity_pct` is\nreturned fully unit-consistent (first/last/min/max all expressed as a\npercentage, matching `export_propensity_pct`). Sub-contracting is\ndeliberately not included in this section at all -- it is an unrelated,\ntiny-base PRODCOM series that only muddied the narrative.\n\nReturns `{narrative_facts, chart_data, available, reason}`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"}},"required":["query"],"additionalProperties":false}},{"name":"get_chapters","description":"List all top-level Combined Nomenclature chapters (2-digit codes).\n\nBootstraps browsing the nomenclature top-down; drill into a chapter with\n`get_subtree`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lang":{"default":"en","description":"Language for translated labels in the response. One of: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv.","type":"string"}},"additionalProperties":false}},{"name":"get_concentration","description":"Herfindahl-Hirschman Index (HHI) of trade concentration across\npartners or member states, per period (0 = perfectly spread, 10000 = one\nentity holds the whole market), plus the top-8-by-value share breakdown\n(rest bundled as 'Others'). Higher HHI = more dependent on a handful of\ncounterparties.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"entity_level":{"default":"partner","description":"Dimension to analyse. 'partner' -- how concentrated/volatile is the reporter's trade across its trading partners? 'reporter' -- how concentrated/volatile is a given partner's trade across EU member states? When 'reporter', 'partner_name' is required.","enum":["partner","reporter"],"type":"string"},"partner_name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Partner country name (English). Required when entity_level='reporter'."},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_concentration_compare","description":"Partner-concentration (HHI) compared across sub-products: one HHI\nline per sub-product rather than per flow, to see which sub-products\ndrive a parent code's overall concentration.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"n_subcodes":{"default":8,"description":"Max number of sub-products to plot as separate HHI lines.","maximum":50,"minimum":1,"type":"integer"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_concentration_map","description":"Cross-sectional HHI per country for one year -- the choropleth\ncounterpart of get_concentration. 'partner' entity_level = for every EU\nmember state, HHI of its trade across partners; 'reporter' = for every\npartner, HHI of its trade across EU member states (subject to the\nRotterdam/Antwerp entry-point distortion).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"year":{"anyOf":[{"maximum":2100,"minimum":1988,"type":"integer"},{"type":"null"}],"default":null,"description":"Year for the snapshot. Defaults to the latest full year with data."},"entity_level":{"default":"partner","description":"Dimension to analyse. 'partner' -- how concentrated/volatile is the reporter's trade across its trading partners? 'reporter' -- how concentrated/volatile is a given partner's trade across EU member states? When 'reporter', 'partner_name' is required.","enum":["partner","reporter"],"type":"string"},"partner_name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Partner country name (English). Required when entity_level='reporter'."},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_countries","description":"Reference data for reporters/partners: selectable EU/Euro-area/member\nstates, named partner presets, predefined reporter/partner groups, and\nper-language country-name translations. Use this to find valid values\nfor the `reporter`, `partner_set`, `partners` and `reporter_members`\nfields used throughout the other tools' `query` argument.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_data_range","description":"Return the period coverage (`data_min`/`data_max`, 'YYYY-MM') actually\ncached for the given product code(s) -- use before picking\n`period_start`/`period_end` so you don't request an empty window.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"products":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"CN code(s) to check coverage for. Omit for the overall store range."}},"additionalProperties":false}},{"name":"get_export_propensity","description":"Export Propensity = Exports / Production, annual: the share of EU\nproduction that is exported. Not clamped -- values above 100% are\nlegitimate (re-exports, stock drawdown, scope differences). Returns the\nexport-propensity matrix, a sibling/per-code comparison, resolved\nPRODCOM codes and availability notes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_full_report","description":"Fetch every report section (scope, overview, market structure,\nvolatility, autonomy) for one shared `query` in a single call, instead\nof calling `get_product_profile` / `get_market_summary` /\n`get_market_structure_summary` / `get_volatility_summary` /\n`get_autonomy_summary` separately yourself. Guarantees all five\nsections describe the exact same product/reporter/partner/period\nslice -- five separate calls have no such guarantee, since nothing\nstops `query` from being re-typed slightly differently across them, or\none of the five simply being forgotten.\n\n`query`'s own field defaults (`reporter='European Union'`,\n`partner_set='non-EU countries'`, `period_start='2015-01'`,\n`frequency='quarter'`, `remove_outliers=true`, ...) are exactly the\nsensible defaults for a first-cut report; override any of them for a\ndifferent slice -- e.g. a specific member state, a custom partner\ngroup, a narrower period.\n\nReturns `{\"query\": {...}, \"sections\": {<name>: {narrative_facts,\nchart_data, links, available, reason}, ...}}` for `<name>` in\n`product_profile`, `market_summary`, `market_structure`, `volatility`,\n`autonomy`. `links` maps each `narrative_facts` key to a ready-made\n`https://tradedashboard.eu/...` URL for that same fact -- never\nconstruct one of these yourself; use the one already provided.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"lang":{"default":"en","description":"Language for translated labels in the response. One of: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv.","type":"string"}},"required":["query"],"additionalProperties":false}},{"name":"get_map_data","description":"Choropleth-ready aggregates: per-period totals (quantity, value,\nprice) for imports and exports, keyed by GISCO country code on both the\nreporter and partner sides.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_market_structure_summary","description":"Report-section helper (\"Market structure\"): combines, in priority\norder, the intra-EU specialisation snapshot (`get_specialisation`,\nalready map-ready), partner-concentration detail (`get_concentration`,\nkeeping the top-8-by-value share breakdown as `chart_data` alongside the\ncondensed HHI trend) and, when a PRODCOM mapping exists for the product,\nEU production volumes (`get_production_series`). These three are\nindependent data sources bundled only because they all describe \"market\nstructure\" -- the specialisation RSCA is trade-based and has no relation\nto the PRODCOM production figures; treat them as separate findings, not\na single connected story. `most_specialised_reporters` /\n`least_specialised_reporters` are pre-sorted by actual RSCA (highest/\nlowest first respectively) -- use them as-is rather than re-deriving a\nranking. `query.prodcom_code` is passed through untouched -- picking\namong ambiguous PRODCOM mappings is left to the caller, never guessed\nhere.\n\nReturns `{narrative_facts, chart_data, available, reason}`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"}},"required":["query"],"additionalProperties":false}},{"name":"get_market_summary","description":"Report-section helper (\"General overview\"): condensed, report-ready\ndigest of how a market has evolved over the chosen window -- one call\ninstead of separately fetching and cross-referencing get_overview +\nget_reporter_detail + get_concentration + get_net_import_reliance\nyourself. Set `query.frequency = \"year\"` for a multi-year evolution\nsummary (recommended over the model's default of \"quarter\").\n\nEvery figure reflects `query` exactly as given -- the same\nproduct/reporter/partner_set/period slice a dashboard user would have\nselected. Nothing here substitutes a different reporter or partner_set\n(e.g. to contrast intra-EU against extra-EU trade): call this again\nwith a different `query.partner_set` for that, the same way a dashboard\nuser would switch the sidebar's selector.\n\nReturns `{narrative_facts, chart_data, available, reason}`.\n`narrative_facts` combines, for the flow selected by `query.partner_set`:\n- Headline trade: first/last/min/max/pct_change for export & import\n  value, quantity and price, plus the trade-balance trend.\n- Partner concentration: first/last/pct_change of the value-based HHI\n  for imports and exports.\n- Top partners *and* top EU reporters by value: each one's\n  first/last/pct_change -- i.e. who is gaining or losing share.\n- Net import reliance: first/last/pct_change of the annual NIR % for\n  `query`'s own `reporter`/`partner_set` (only `frequency` is normalised\n  to \"year\", since NIR is structurally annual and the upstream API\n  always returns it that way regardless); omitted if the product has no\n  PRODCOM mapping.\n`chart_data` carries the full-fidelity headline trade and top-partner/\ntop-reporter series for charting.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"}},"required":["query"],"additionalProperties":false}},{"name":"get_net_import_reliance","description":"Net Import Reliance (NIR) = (Imports - Exports) / Apparent\nconsumption, annual, joining PRODCOM production with Comext trade. E.g.\n40% means 40% of EU consumption is met by imports; negative means the EU\nis a net exporter. Returns the NIR % series, its supply/disposition\ncomponents, sibling-category/per-code comparisons, the resolved PRODCOM\ncodes and availability notes (CN-to-PRODCOM mapping is not always 1:1;\nsee the `self.notes` / `unavailability_type` fields in the response). Use\n`query.prodcom_code` to pin a specific mapping.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_overview","description":"Headline figures: total import/export quantities, values and\nweighted-average prices per period, the trade balance, and a top-partner\nbreakdown. The best first call for any new product/reporter slice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_partner_detail","description":"Per-partner import/export breakdown. For each flow, the top-N trading\npartners ranked both by quantity and by value (so you can compare\nvolume-based vs. value-based rankings), each with its own quantity,\nvalue and price time series, plus an optional 'Other' bucket.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_pattern_shift","description":"Before/after trade-pattern shift around a split point\n(`query.midpoint`): for each entity, compares average quantity and price\nbefore vs. after, and returns scatter points (quantity-change % vs.\nprice-change %) with quadrant labels -- top-right = demand-driven growth,\ntop-left = supply constraint/monopoly risk, bottom-right =\ndumping/oversupply risk, bottom-left = market contraction. Suggested\nworkflow: spot a shock date via get_supply_shocks / get_price_shocks\nfirst, then set it as `query.midpoint` here.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_price_shocks","description":"Detect sudden price regime shifts (\"rapid price changes\"), accounting\nfor each flow's usual volatility so naturally volatile flows aren't\nover-flagged. Returns ranked shock events per flow with timeline phases\n(price spike/drop, volatile trade, return to baseline, ...), magnitude\nand series.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"entity_level":{"default":"partner","description":"Dimension to analyse. 'partner' -- how concentrated/volatile is the reporter's trade across its trading partners? 'reporter' -- how concentrated/volatile is a given partner's trade across EU member states? When 'reporter', 'partner_name' is required.","enum":["partner","reporter"],"type":"string"},"partner_name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Partner country name (English). Required when entity_level='reporter'."},"min_abnormality":{"default":2,"description":"Minimum unusualness of the price shift vs. baseline volatility (CV multiples). Lower = more (weaker) shocks flagged.","maximum":10,"minimum":0.5,"type":"number"},"lookback_years":{"default":2,"description":"Years before the shock used to establish the coefficient-of-variation baseline.","maximum":5,"minimum":1,"type":"integer"},"cumulative_share":{"default":0.8,"description":"Only the top trading partners that together account for this share of total trade are analysed.","maximum":1,"minimum":0.3,"type":"number"},"max_shocks_per_pair":{"default":1,"description":"Number of non-overlapping shocks kept per trading partner.","maximum":5,"minimum":1,"type":"integer"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_product_compare","description":"Sub-product comparison: for a single parent CN code, expands into its\nchildren (or, for a multi-code request, compares the entered codes\ndirectly) and returns per-subcode quantity/value/price series for both\nflows -- so each sub-product plots as its own line instead of being\naggregated away. A leaf code with no children returns `leaf: true`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_product_profile","description":"Report-section helper (\"Scope & definitions\"): the resolved product\ncode + label, a one-sentence caveat when the code bundles several\nsub-products (`has_subcodes`), the data-coverage window actually cached\nfor it, and whether it has a usable PRODCOM mapping (gating the\nautonomy/vulnerability section). Deliberately thin -- no full CN\nhierarchy breadcrumb or sibling enumeration.\n\nReturns `{narrative_facts, chart_data, available, reason}` -- see\n`get_market_summary` for the shape this convention follows across all of\nthis bridge's report-section helpers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"lang":{"default":"en","description":"Language for translated labels in the response. One of: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv.","type":"string"}},"required":["query"],"additionalProperties":false}},{"name":"get_production_concentration","description":"How concentrated production of a product is across all DS-059358\nreporting countries (PRODCOM; EU member states plus EFTA/candidate/other\nreporters -- not only the EU-27). HHI of PRODVAL across countries over\ntime, plus each country's production share. Suppressed/absent country\nfigures come back as null, not zero. Use `query.prodcom_code` to pin a\nspecific PRODCOM mapping.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_production_series","description":"EU27 and per-country PRODCOM production series: EU quantity, EU\nproduction unit value, and the same two per reporting country (all\nDS-059358 reporters, not just EU-27, since production data carries no\ntrade columns). Country-level figures are heavily confidentiality\n-suppressed; suppressed/absent values come back as null, not zero. Use\n`query.prodcom_code` to pin a specific PRODCOM mapping when a CN code\nmaps to several.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_reporter_benchmark","description":"Every EU reporter ranked by value for one year -- the country-view\ncounterpart of `get_reporter_detail`. Returns a single-year snapshot\n(every real EU member state's quantity, value and price per flow,\nranked by value) plus a benchmark price time series: the weighted\naverage across whichever reporters `query.reporter` resolves to (the\nwhole EU by default, or narrower when `query.reporter` is itself an\naggregate -- euro area, a named group, or an ad hoc custom group), the\ncross-reporter min/max envelope, and the selected reporter's own line\nwhen `query.reporter` is a single real member state. Use it to answer\n\"how does this country -- or reporter group -- compare to every other\nreporter?\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"year":{"anyOf":[{"maximum":2100,"minimum":1988,"type":"integer"},{"type":"null"}],"default":null,"description":"Year for the cross-sectional snapshot. Defaults to the latest full year with data."},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_reporter_detail","description":"Per-EU-member-state import/export breakdown -- the reporter-side\ncounterpart of `get_partner_detail`. Top-N member states (by quantity and\nby value) with their quantity, value and price series. Aggregate\nreporters (EU, Euro area, groups) are excluded from the ranking.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_specialisation","description":"Intra-EU revealed symmetric comparative advantage (RSCA) per member\nstate -- a Balassa index benchmarked against the EU instead of the\nworld. Runs -1 (under-specialised) to +1 (strongly specialised), value\n-based and intra-EU only. Treat with caution: intra-EU flows are\ndistorted by the Rotterdam/Antwerp quasi-transit effect.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"year":{"anyOf":[{"maximum":2100,"minimum":1988,"type":"integer"},{"type":"null"}],"default":null,"description":"Year for the snapshot. Defaults to the latest full year with data."},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_subcontracting","description":"EU27 sub-contracting intensity: the share of sold production that is\ntoll (sub-contracted) manufacturing rather than own-account output.\nReturns intensity (%) across value/quantity, its component series,\nper-period data-quality status, resolved PRODCOM codes and availability\nnotes. The own/sub split only exists from 2021 onward.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_subcontracting_members","description":"Per-country sub-contracting intensity (PRODCOM): for each reporting\ncountry, the share of its sold production that is toll manufacturing --\nwhich countries act as processing hubs vs. autonomous producers. Spans\nall DS-059358 reporters that report the own/sub split; others simply\ndon't appear. Country cells are heavily confidentiality-suppressed\n(null, not zero, when absent).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_subtree","description":"Return the Combined Nomenclature sub-tree rooted at `code` (its\nchildren, and their children, ...), each with a `code` and a `text`\ndescription. Use this to see whether a heading you're about to use (e.g.\nas `query.product` elsewhere) is actually a clean match, or bundles\nseveral distinct sub-products together.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"description":"Combined Nomenclature code to expand, e.g. '7010'.","type":"string"},"lang":{"default":"en","description":"Language for translated labels in the response. One of: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv.","type":"string"}},"required":["code"],"additionalProperties":false}},{"name":"get_supply_shocks","description":"Detect abnormal collapses in trade volumes (\"sudden volume changes\").\nFlags periods where a partner/product pair's volume drops well below its\nhistorical average (>2 sigma by default). Returns ranked shock events\nper flow, each with timeline phases (baseline, decline, disruption,\nrecovery, ...), magnitude, abnormality score and underlying series.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"entity_level":{"default":"partner","description":"Dimension to analyse. 'partner' -- how concentrated/volatile is the reporter's trade across its trading partners? 'reporter' -- how concentrated/volatile is a given partner's trade across EU member states? When 'reporter', 'partner_name' is required.","enum":["partner","reporter"],"type":"string"},"partner_name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Partner country name (English). Required when entity_level='reporter'."},"min_abnormality":{"default":2,"description":"Minimum statistical abnormality of the volume crash, in sigma. Lower = more (weaker) shocks flagged.","maximum":10,"minimum":0.1,"type":"number"},"relative_threshold":{"default":0.1,"description":"Minimum drop relative to peak volume to count as a collapse (0.10 = 10% drop).","maximum":0.95,"minimum":0.01,"type":"number"},"min_active_years":{"default":2,"description":"Consecutive years of regular trade required before a collapse can be flagged.","maximum":5,"minimum":1,"type":"integer"},"cumulative_share":{"default":0.8,"description":"Only the top trading partners that together account for this share of total trade are analysed.","maximum":1,"minimum":0.3,"type":"number"},"max_tolerated_gap":{"default":2,"description":"Consecutive quiet periods allowed within an otherwise stable trading relationship.","maximum":6,"minimum":1,"type":"integer"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_top_entities","description":"Just the ordered list of top entities for a slice -- no time series.\nA lightweight helper for populating entity pickers or quickly checking\nwho the top partners/reporters are without pulling full series.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"entity_level":{"default":"partner","description":"Dimension to rank: 'partner' (trading partners) or 'reporter' (EU member states).","enum":["partner","reporter"],"type":"string"},"flow":{"default":"Imports","description":"Trade flow to use.","enum":["Imports","Exports"],"type":"string"},"n":{"anyOf":[{"maximum":200,"minimum":1,"type":"integer"},{"type":"null"}],"default":null,"description":"Number of top entities to return. Defaults to query.n_top when omitted."}},"required":["query"],"additionalProperties":false}},{"name":"get_trade_intensity","description":"Trade Intensity (TI) = (Imports + Exports) / (Imports + Production),\nannual. Near 1 = highly trade-exposed sector; near 0 = predominantly\ndomestic. Used in the Commission's CEEAG methodology for carbon-leakage\n/ State-aid eligibility. Returns the TI series, its components,\nsibling-category/per-code comparisons, resolved PRODCOM codes and\navailability notes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_volatility","description":"Coefficient-of-variation (CV = stdev / mean) volatility per\npartner/reporter x product pair, over inactive-period-excluded history.\nHigher CV = the flow swings more relative to its typical level. Returns\nper-entity CV bars (with drill-down series) and, unless\ninclude_heatmap=false, an entity x sub-product CV heatmap.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"},"n_top_entities":{"default":15,"description":"Number of top entities to include in the volatility bar chart.","maximum":100,"minimum":1,"type":"integer"},"n_top_products":{"default":10,"description":"Max number of sub-products in the entity x product heatmap.","maximum":50,"minimum":1,"type":"integer"},"include_heatmap":{"default":true,"description":"Whether to compute the entity x sub-product CV heatmap (false is faster, bar chart only).","type":"boolean"},"combos":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Comma-separated flow x indicator keys to compute at once: imp-qty, imp-price, exp-qty, exp-price. When set, overrides flow/indicator and returns a dict keyed by combo."},"flow":{"default":"Imports","description":"Trade flow to use.","enum":["Imports","Exports"],"type":"string"},"indicator":{"default":"quantity","description":"Measure for single-grid mode (ignored when combos is set).","enum":["quantity","price"],"type":"string"},"entity_level":{"default":"partner","description":"Dimension to analyse. 'partner' -- how concentrated/volatile is the reporter's trade across its trading partners? 'reporter' -- how concentrated/volatile is a given partner's trade across EU member states? When 'reporter', 'partner_name' is required.","enum":["partner","reporter"],"type":"string"},"partner_name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Partner country name (English). Required when entity_level='reporter'."},"compact":{"default":false,"description":"If true, condense long numeric time series (more than ~6 points -- typically monthly/quarterly windows or wide multi-partner/multi-period breakdowns) into summary statistics (first, last, min, max, mean, pct_change) instead of returning every data point. Leave false for full-fidelity series (e.g. to actually plot a chart); set true when you just need the headline trend and want to save context.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"get_volatility_summary","description":"Report-section helper (\"Volatility & shocks\"): the entities analysed\nare picked by `get_volatility` (ranks by trade volume, reports each\none's CV) and by `get_price_shocks`/`get_supply_shocks` at default\nparameters (both already scoped to top-value partners via\n`cumulative_share=0.8`) -- never re-picked from the shocks themselves.\nRetries shock detection once with loosened thresholds before concluding\n\"no shocks\"; an empty result is itself a reportable finding, not a gap.\nWhen shocks are found, the top events by abnormality and their series\nare the section's findings; when none are found (even after the retry),\nstability is the finding. `get_pattern_shift` is intentionally not part\nof this bundle -- its before/after quadrant framing is too easily\nmisread; call it directly if you specifically need it.\n\nReturns `{narrative_facts, chart_data, available, reason}`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"The product/reporter/partner-set/period/frequency slice to query -- the same request body every tradedashboard.eu analytical endpoint takes. See its own field descriptions (product, reporter, partner_set, period_start, period_end, frequency, n_top, ...) for details; only `product` is required, everything else has a sensible default.","properties":{"product":{"anyOf":[{"type":"string"},{"items":{"type":"string"},"type":"array"}],"description":"Combined Nomenclature customs code(s), 2–8 digits, or the literal 'TOTAL' meta-aggregate (all products combined). Pass a list to aggregate several codes: their volumes are summed and prices volume-weighted across every tab — except the Cross-section views, which keep each code separate.","examples":["3801",["0901","0902"],"TOTAL"]},"reporter":{"default":"European Union","description":"Declaring entity: an EU member state, an EU candidate country, Northern Ireland ('XI'), or one of the three aggregate presets ('European Union', 'Euro area', 'EU candidate countries'), or a predefined reporter group name.","type":"string"},"reporter_members":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit member countries for a custom reporter group. Each entry must be an EU member state, EU candidate country, or Northern Ireland. When more than one member is supplied the frame is aggregated into a synthetic group named after 'reporter'."},"partner_set":{"default":"non-EU countries","description":"Named partner preset, e.g. 'non-EU countries', 'EU countries', 'all countries', or a predefined partner group.","type":"string"},"partners":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit partner-country list that overrides 'partner_set' when present."},"period_start":{"default":"2015-01","description":"Inclusive start of the analysis window, ISO month 'YYYY-MM'.","type":"string"},"period_end":{"description":"Inclusive end of the analysis window, ISO month 'YYYY-MM'. Defaults to roughly three months ago — the latest period Eurostat typically has fully reported.","type":"string"},"frequency":{"default":"quarter","description":"Resampling frequency for the series: 'month', 'quarter' or 'year'.","type":"string"},"n_top":{"default":7,"description":"Number of top entities (by volume/value) to break out individually in charts.","type":"integer"},"include_other":{"default":true,"description":"Bundle entities outside the top-N into a single 'Other' bucket.","type":"boolean"},"remove_outliers":{"default":true,"description":"Drop extreme unit-price outliers before computing weighted-average prices.","type":"boolean"},"midpoint":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Split point 'YYYY-MM' for the Pattern Shifts tab: the window is cut in two here and the before/after change per entity is reported. Defaults to the middle of the period when omitted."},"lang":{"default":"en","description":"Language for translated labels in the response (en, de, fr, es, it, ro).","type":"string"},"prodcom_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Specific PRODCOM dataset code to pin for the Net Import Reliance and Trade Intensity tabs, when a single CN code maps to several. Ignored elsewhere."}},"required":["product"],"type":"object"}},"required":["query"],"additionalProperties":false}},{"name":"guidelines_for_a_long_report","description":"Read this first for an in-depth report. Returns the long-report\nworkflow: which of the 35+ tools to combine per angle (partners,\nconcentration, volatility & shocks, autonomy), the dashboard menu/tab\nstructure for pointing readers at views, and the methodological notes\nneeded to interpret and cite figures correctly. Call this before\nguessing at tool use.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"guidelines_for_a_short_report","description":"Read this first for a quick report. Returns the short-report\nworkflow: resolve a product code, then call `get_full_report` for the\nfive most important report sections in one shot -- enough for a quick,\nsimple report. Also covers access/quota, the shared `query` object and\nthe `compact` option.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"resolve_product_code","description":"Resolve a free-text query or CN code(s) into validated product\ncode(s) with descriptions -- the recommended first step before using\na code as `product` in any other tool's `query`. Saves the search ->\nvalidate -> (optional) subtree round-trip: a bare keyword runs a search,\na single code (or comma-separated list) is validated and described\ndirectly.\n\nTip: Comext/CN nomenclature is frequently coarser than a colloquial\nproduct name (e.g. there is no code for \"glass jars\" alone -- only\nheading 7010, which bundles jars with bottles, flasks and closures).\nCheck `has_subcodes` and, if useful, set `include_children=true` to see\nwhether a finer sub-code is actually a better match before committing to\none code for a whole report.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Free-text keyword (e.g. 'glass jars') OR one or more CN codes, comma-separated (e.g. '7010' or '7010, 7013').","type":"string"},"lang":{"default":"en","description":"Language for translated labels in the response. One of: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv.","type":"string"},"limit":{"default":20,"description":"Max keyword-search results (ignored for direct code validation).","maximum":50,"minimum":1,"type":"integer"},"include_children":{"default":false,"description":"When resolving a single direct code, also fetch its immediate CN subtree so finer-grained alternatives are visible in one call.","type":"boolean"}},"required":["query"],"additionalProperties":false}},{"name":"search_codes","description":"Keyword/code search over the Combined Nomenclature (or PRODCOM).\n\nReturns ranked `{code, label, path}` candidates. Prefer\n`resolve_product_code` for a one-call keyword-or-code helper; use this\ndirectly if you specifically want the raw ranked candidate list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"description":"Keyword or code fragment to search for.","maxLength":100,"type":"string"},"source":{"default":"cn","description":"Nomenclature to search. A dotted PRODCOM code (e.g. '23.13') is auto-detected either way and reverse-mapped to CN codes.","enum":["cn","prodcom"],"type":"string"},"lang":{"default":"en","description":"Language for translated labels in the response. One of: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv.","type":"string"},"limit":{"default":20,"description":"Max number of candidates to return.","maximum":100,"minimum":1,"type":"integer"}},"required":["q"],"additionalProperties":false}},{"name":"validate_code","description":"Validate and describe one or more Combined Nomenclature codes.\n\nFor a single code, returns the full hierarchy of description levels\n(`levels`), the resolved `product_name`, and `has_subcodes`. For a\ncomma-separated list, returns `{\"results\": [...]}` with one entry per\ncode (each either a success dict or an `{\"code\", \"error\"}` pair).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"description":"One CN code, or a comma-separated list of up to 50 codes (e.g. '73030010, 73030090'). The literal 'TOTAL' is also accepted.","type":"string"},"lang":{"default":"en","description":"Language for translated labels in the response. One of: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv.","type":"string"}},"required":["code"],"additionalProperties":false}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T20:57:36.224Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:57:36.191Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1932ms"]},"poisoning":{"score":15,"max":15,"notes":["37 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.tradedashboard.eu/mcp","reachable":true,"authRequired":false,"latencyMs":1932,"serverInfo":{"name":"EU Trade Explorer","version":"4.0.0b3"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://tradedashboard.eu/favicon.ico","source":"site","width":48,"height":48},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}