Skip to main content
Glama
YGao2005

Scholar Feed MCP Server

Preview Watch

preview_watch
Read-only

Dry-run a structured filter over recent papers to iterate on criteria like categories, novelty, or similarity before creating a watch. Returns match count and sample scores.

Instructions

Dry-run a structured filter over recent papers WITHOUT creating a watch — the tuning loop. Returns {window_days, needs_similarity, match_count, sample} so you can iterate (add a category, raise min_novelty, switch the collection relation) before saving with create_watch. Structured watches rank by 'rising' (forecasted breakout impact) by default, and tighten with min_impact_pct for an anti-noise watch that surfaces only the breakout papers in your niche. NOTE: for a similarity filter, match_count is capped at 200 (the cosine fetch window) and so saturates at 200 on broad/hot topics — tune by the sample scores and narrow with categories/min_novelty (or a higher similar floor) rather than relying on match_count alone. Read-only. Requires SF_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
criteriaYesThe structured filter to test.
recency_daysNoWindow in days (default 7; the 'cites' relation uses 30).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
window_daysNo
needs_similarityNo
match_countNo
sampleNoA sample of matching papers.
okNo
messageNo
Behavior5/5

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

Annotations already declare readOnlyHint and destructiveHint. The description adds crucial context: match_count saturation at 200, return fields, default ranking, impact model, and read-only behavior. No contradictions.

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

Conciseness4/5

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

The description is detailed and front-loaded with the core purpose. Though slightly lengthy, it is well-organized and every sentence adds important context, making it effective for agent comprehension.

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

Completeness5/5

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

Given the nested parameter, output schema exists, and complexity of ranking options, the description is fully complete. It covers limitations, ranking behavior, ties to create_watch, and how to interpret results, leaving no gaps.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the criteria object's role, default recency_days, and the relation field's note about collections and similar predicate, going beyond schema definitions.

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 the tool's purpose: dry-run a structured filter without creating a watch, positioning it as part of a tuning loop. It differentiates from sibling create_watch by emphasizing preview and iteration.

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

Usage Guidelines5/5

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

The description explicitly explains when to use: iterate before saving with create_watch. It provides guidance on using sample scores to tune, avoiding reliance on match_count, and notes read-only and API key requirement.

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/YGao2005/scholar-feed-mcp'

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