Skip to main content
Glama
mahdyarief

journal-scout-mcp

by mahdyarief

search_semanticscholar

Search scholarly papers and retrieve metadata, abstracts, and citation data from Semantic Scholar using keyword queries and optional year or tech-only filters.

Instructions

Search semanticscholar only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoMax results.
queryYesSearch query.
year_toNoLatest publication year.
tech_onlyNoRestrict to tech/computer-science.
year_fromNoEarliest publication year.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden. 'Search' reasonably implies a read-only lookup and 'only' defines the source boundary, but nothing is said about result format, pagination, filtering effects, or API behavior, so transparency is minimal.

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

Conciseness3/5

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

The sentence is short and front-loaded, and it avoids padding. However, most of it restates the tool name; only 'only' contributes new scope information, making this closer to under-specification than to well-structured concision.

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

Completeness1/5

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

In a context with 17 siblings, a non-trivial 5-parameter schema, and no output schema or annotations, this description is completely inadequate for selecting and invoking the tool correctly. It neither explains return values nor the specific use cases that distinguish it from the other search tools.

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 even though the tool description itself explains none of the parameters. The description adds no new meaning about query, count, date filters, or tech_only beyond what the schema already provides.

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

Purpose4/5

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

The description states a clear verb ('search') and a specific resource ('semanticscholar'), and the word 'only' signals that this tool is intentionally restricted to that source. It does not fully define what kind of records are searched (papers, authors, citations), so it falls short of the strongest sibling-differentiating statements.

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

Usage Guidelines2/5

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

There is no guidance about when to choose this tool over the many search siblings such as search_scopus, search_arxiv, search_openalex, or search_all. 'Only' implies a source restriction but does not state a use case, prerequisite, or exclusion condition.

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