search_kin
Query Naver's Q&A platform to find relevant answers using keywords, with options to sort by relevance, date, or popularity and navigate through multiple results pages for comprehensive insights.
Instructions
Searches for knowledgeiN Q&A on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date'/'point' is supported.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
display | No | ||
page | No | ||
query | Yes | ||
sort | No | sim |
Input Schema (JSON Schema)
{
"properties": {
"display": {
"default": 10,
"title": "Display",
"type": "integer"
},
"page": {
"default": 1,
"title": "Page",
"type": "integer"
},
"query": {
"title": "Query",
"type": "string"
},
"sort": {
"default": "sim",
"title": "Sort",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_kinArguments",
"type": "object"
}