Skip to main content
Glama

Academic Paper Search MCP Server

search_by_topic

Locate academic papers by topic with optional date range and result limit. Retrieve structured search results for integration with AI models.

Instructions

Search for papers by topic with optional date range.

Note: Query length is limited to 300 characters. Longer queries will be automatically truncated.

Args:
    topic (str): Search query (max 300 chars)
    year_start (int, optional): Start year for date range
    year_end (int, optional): End year for date range  
    limit (int, optional): Maximum number of results to return (default 10)
    
Returns:
    str: Formatted search results or error message

Input Schema

NameRequiredDescriptionDefault
limitNo
topicYes
year_endNo
year_startNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "topic": { "title": "Topic", "type": "string" }, "year_end": { "default": null, "title": "Year End", "type": "integer" }, "year_start": { "default": null, "title": "Year Start", "type": "integer" } }, "required": [ "topic" ], "title": "search_by_topicArguments", "type": "object" }

Other Tools from Academic Paper Search 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/afrise/academic-search-mcp-server'

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