Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
summarize_paper | 논문 ID를 입력받아 해당 논문을 쉽게 요약합니다. |
compare_papers | 두 논문을 비교 분석합니다. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
scrape_recent_category_papers | [크롤링] 특정 카테고리의 'recent' 페이지를 스크랩하여 최신 논문 목록을 가져옵니다. |
search_papers | 키워드로 arXiv 논문을 검색합니다. |
get_paper_info | 논문 ID로 상세 정보를 가져옵니다. |
analyze_trends | 특정 카테고리의 최신 트렌드를 분석합니다. |