Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

search_snippets

Find specific text snippets in academic papers using Semantic Scholar's API. Input your search query, set result limits, and retrieve relevant excerpts efficiently.

Instructions

Search for text snippets across academic papers. Args: query: Search query for text snippets limit: Maximum number of results (default: 10, max: 100) offset: Number of results to skip (default: 0) Returns: Text snippets from papers

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_snippetsArguments", "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