최신 문서 목록
list_recentMyFSS MCP의 list_recent 도구는 최신 문서 목록을 게시일 내림차순으로 반환합니다.
[Purpose]
Query-less skim of "what came out lately", optionally narrowed by 게시판.
[Usage]
"최근 자료 뭐 있어" → (인자 없음 — limit=20)
"감리 지적사례 최신 10건" → board="sanction_case", limit=10
"금융위 보도자료 최신" → board="fsc_press"
[Response]
{ results:[{ntt_id, date, board, source, title, nature, topics, depts, summary, url}] }
No total/offset — this tool has no pagination, and no snippet (there is no query).
[Rules]
board takes the English key while the response returns the 한글 라벨 — same asymmetry as search_documents; never feed the response board back as a parameter.
Sorted by 게시일(date) — retroactively registered old documents never surface as new.
For period/topic narrowing or larger volumes use search_documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | 게시판 필터 | |
| limit | No | 최대 결과 수 (기본 20) |