Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

search_papers

Find academic papers by query, filter by publication type, citation count, year, or open access PDFs, and retrieve formatted results using the Semantic Scholar API.

Instructions

Search for academic papers using Semantic Scholar. Args: query: Search query string limit: Maximum number of results (default: 10, max: 100) offset: Number of results to skip (default: 0) fields: Comma-separated list of fields to return publication_types: Filter by publication types open_access_pdf: Filter for papers with open access PDFs min_citation_count: Minimum citation count year: Publication year or year range (e.g., "2020-2023") venue: Publication venue Returns: Formatted search results

Input Schema

NameRequiredDescriptionDefault
fieldsNo
limitNo
min_citation_countNo
offsetNo
open_access_pdfNo
publication_typesNo
queryYes
venueNo
yearNo

Input Schema (JSON Schema)

{ "properties": { "fields": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Fields" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "min_citation_count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Min Citation Count" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "open_access_pdf": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Open Access Pdf" }, "publication_types": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Publication Types" }, "query": { "title": "Query", "type": "string" }, "venue": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Venue" }, "year": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Year" } }, "required": [ "query" ], "title": "search_papersArguments", "type": "object" }
Install Server

Other Tools from Semantic Scholar 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/SnippetSquid/SemanticScholarMCP'

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