Skip to main content
Glama

AMiner MCP Server

by scipenai

search_papers_advanced

Search academic papers using keywords, authors, venues, and filter by publication year or citation count to find relevant research.

Instructions

Advanced paper search functionality supporting multiple search criteria

Input Schema

NameRequiredDescriptionDefault
authorNoAuthor name
keywordNoSearch keyword
orderNoSort order: year (by publication year) or n_citation (by citation count)
pageNoPage number, starting from 0
sizeNoNumber of papers per page, maximum 10
venueNoVenue/journal name

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Author name", "type": "string" }, "keyword": { "description": "Search keyword", "type": "string" }, "order": { "description": "Sort order: year (by publication year) or n_citation (by citation count)", "enum": [ "year", "n_citation" ], "type": "string" }, "page": { "default": 0, "description": "Page number, starting from 0", "minimum": 0, "type": "number" }, "size": { "default": 10, "description": "Number of papers per page, maximum 10", "maximum": 10, "minimum": 1, "type": "number" }, "venue": { "description": "Venue/journal name", "type": "string" } }, "type": "object" }

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/scipenai/aminer-mcp-server'

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