kci_search
Search KCI (Korea Citation Index) articles by title, author, keyword, or journal. Provide a title to retrieve matching article records from Korean scholarly databases.
Instructions
Search KCI articles (REST, requires KCI_API_KEY).
title is mandatory — the KCI API rejects a query without it, so a
subject-led search must be run as a title query and again as a keyword
query, and the two sets unioned by hand. date_from/date_to are YYYYMM.
rows is capped at 100 by the API.
Two asymmetries this tool reports rather than hides: articleSearch accepts
keyword as a search field but omits author keywords, ISSN and UCI from
its response, so an empty keywords list here means the endpoint did not
return them, not that the article has none — use kci_article to recover
them per record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | No | ||
| page | No | ||
| rows | No | ||
| title | Yes | ||
| author | No | ||
| date_to | No | ||
| journal | No | ||
| keyword | No | ||
| abstract | No | ||
| date_from | No | ||
| affiliation | No | ||
| institution | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |