search_papers
Search arXiv papers by keyword to quickly find relevant research. Specify a keyword and set the maximum number of results for focused exploration of academic publications.
Instructions
키워드로 arXiv 논문을 검색합니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes | ||
max_results | No |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"title": "Keyword",
"type": "string"
},
"max_results": {
"default": 5,
"title": "Max Results",
"type": "integer"
}
},
"required": [
"keyword"
],
"title": "search_papersArguments",
"type": "object"
}