Skip to main content
Glama
niol-zh

research-mcp

by niol-zh

assess_relevance

Screen academic papers against a research context, returning abstracts, topic scores, keyword matches, and term presence to help triage search results.

Instructions

Screen one or more papers against a research context. Returns, per paper, the abstract (from OpenAlex — broader coverage than CrossRef), scored topics and keywords, and which of your context's terms do and do not appear. Use it to triage a whole search result set in one call, then judge relevance yourself: the server deliberately returns evidence, not a verdict or score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifiersYesUp to 25 paper identifiers (DOI, OpenAlex ID or Scopus ID).
research_contextYesWhat you are looking for, e.g. "psychological safety in distributed software teams". Be specific: the term-overlap signal is computed from this text.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.5.1

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses meaningful behavior: results are per paper, abstracts come from OpenAlex, and the server deliberately returns evidence rather than a verdict or score. It does not mention auth, rate limits, or side effects, but the read-only screening nature is strongly implied.

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?

The description is concise and well-structured: purpose first, then return contents, then usage guidance. Three sentences carry all necessary information without redundancy or filler.

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?

There is no output schema, so the description needs to explain return values, and it does: abstract, scored topics and keywords, and matched/unmatched context terms. It could be more precise about the exact output structure or scoring, but it is complete enough for triage use.

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 baseline is 3. The description reinforces the purpose of identifiers and research_context and ties research_context to term-overlap, but it does not add substantial meaning beyond the schema's own parameter descriptions.

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 leads with a specific verb and resource: 'Screen one or more papers against a research context.' It clearly distinguishes the tool by emphasizing batch triage of a whole search result set and explicitly says it returns evidence, not a verdict, which sets it apart from sibling tools like get_abstract_details or search_scopus.

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 gives clear guidance on when to use it: 'Use it to triage a whole search result set in one call, then judge relevance yourself.' It stops short of explicitly naming alternatives or stating when not to use it, but the intended workflow and division of responsibility are clear.

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