fiscal_search
Search the Korean Open Fiscal API by keyword or category to find relevant data APIs. Retrieve the API code and then use fiscal_query to fetch fiscal data like budgets, settlements, or executions.
Instructions
키워드 또는 카테고리로 열린재정 API를 검색합니다. 검색 결과에서 code를 확인한 뒤 fiscal_query로 데이터를 호출하세요. 예: fiscal_search(keyword="국가채무") → code 확인 → fiscal_query(api_code=..., params={...})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | 검색 키워드 (예: 국가채무, 교부세, 재정상태표, 추경) | |
| category | No | 카테고리 필터: budget(예산) / settlement(결산·재무제표) / execution(집행) / stats(재정통계) / project(총사업비) / levy(부담금) |