search_doc
Search academic papers and reports by keyword with page navigation. Access Naver Search APIs for structured, LLM-optimized results across multiple categories.
Instructions
Searches for academic papers, reports, etc. using the given keyword. The page parameter allows for page navigation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
display | No | ||
page | No | ||
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"display": {
"default": 10,
"title": "Display",
"type": "integer"
},
"page": {
"default": 1,
"title": "Page",
"type": "integer"
},
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_docArguments",
"type": "object"
}