Skip to main content
Glama

arXiv Research Assistant MCP Server

by daheepk

scrape_recent_category_papers

Extract recently published arXiv papers from a specific category using predefined filters and retrieve structured results for efficient research analysis.

Instructions

[크롤링] 특정 카테고리의 'recent' 페이지를 스크랩하여 최신 논문 목록을 가져옵니다.

Input Schema

NameRequiredDescriptionDefault
categoryYes
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "category": { "title": "Category", "type": "string" }, "max_results": { "default": 10, "title": "Max Results", "type": "integer" } }, "required": [ "category" ], "title": "scrape_recent_category_papersArguments", "type": "object" }

You must be authenticated.

Other Tools from arXiv Research Assistant MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daheepk/arxiv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server