Skip to main content
Glama
openags

Paper Search MCP

by openags

search_core

Search academic papers from CORE to find relevant research using query terms and return paper metadata for analysis.

Instructions

Search academic papers from CORE.

Args: query: Search query string (e.g., 'machine learning'). max_results: Maximum number of papers to return (default: 10). Returns: List of paper metadata in dictionary format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo

Implementation Reference

  • The core handler function that executes the academic paper search using the CORE platform.
    async def search_core(query: str, max_results: int = 10) -> List[Dict]:
        """Search academic papers from CORE.
    
        Args:
            query: Search query string (e.g., 'machine learning').
            max_results: Maximum number of papers to return (default: 10).
        Returns:
            List of paper metadata in dictionary format.
        """
        papers = await async_search(core_searcher, query, max_results)
        return papers if papers else []

Latest Blog Posts

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/openags/paper-search-mcp'

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