Search Finnish Statistics
search_statisticsSearch Statistics Finland's StatFin database by keyword to find relevant statistical tables, returning ranked results with relevance scores and table IDs for further querying.
Instructions
Search Statistics Finland's StatFin database for statistical tables by keyword.
USE THIS FIRST when looking for data. Returns ranked results with relevance scores.
Examples:
"väestö Helsinki" → population tables for Helsinki
"unemployment" → employment/labor market tables
"housing prices" → real estate statistics
Returns: tableId (needed for query_table), title, relevance score, publication date.
After finding a table, use get_table_metadata to see its structure before querying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-50). Default 10. Increase if first results are not relevant. | |
| query | Yes | Search term. Examples: "väestö Helsinki", "unemployment rate", "asuntojen hinnat". Finnish terms often work better. | |
| language | No | Response language. Default "fi" (Finnish). Use "en" for English labels. | fi |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query that was executed | |
| total | Yes | Number of results returned | |
| hasMore | Yes | True if more results available (increase limit) | |
| results | Yes | Ranked search results |