Skip to main content
Glama
SMABoundless

semantic-scholar-mcp-server

by SMABoundless

snippet_search

Search for specific text within paper bodies, returning matching passages with section labels and paper details.

Instructions

Search for text snippets from within paper bodies (not just titles and abstracts). Returns matching text passages with section labels and the papers they come from. Useful for finding papers that discuss specific methods, datasets, or concepts in detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of snippet results to return (1-1000, default: 10).
queryYesText to search for within paper bodies.
fieldsNoComma-separated paper fields to include with each snippet. E.g. 'paperId,title,year,authors,url,citationCount'. Default includes paperId, title, year, authors, url.
response_formatNoOutput format: 'markdown' for human-readable text (default), 'json' for raw structured datamarkdown
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose behavioral traits. It describes the return format (passages, sections, papers) and output format options. However, it omits details on pagination, sorting, or rate limits. The disclosure is adequate but incomplete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, all essential. The first sentence states the core function, followed by return details and use case. No fluff, well front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 4 parameters, no output schema, and no annotations, the description covers return content and format. It could mention default fields behavior, but overall it provides sufficient context for selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds no extra meaning beyond stating return structure. Baseline score of 3 is appropriate as description does not enhance parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it searches for text snippets within paper bodies, distinct from title/abstract search. It specifies the return of matching passages with section labels and paper details, making the tool's purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description hints at use cases (finding papers discussing specific methods, datasets, concepts) but doesn't explicitly differentiate from siblings like paper_search or state when not to use. The context is clear but lacks exclusions or alternative references.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/SMABoundless/semanticscholar-mcp-server'

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