Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

search_snippets

Retrieve specific text snippets from academic papers by entering a search query. Adjust parameters like result limit and offset to refine your search and access relevant content quickly.

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" }

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