Skip to main content
Glama
YGao2005

Scholar Feed MCP Server

Like Paper

like_paper

Like a paper to calibrate your feed, signaling the algorithm to recommend similar research.

Instructions

Like a paper — a 'more like this' calibration signal that tunes the user's For You feed toward similar work. INSERT-only and idempotent (liking twice is a no-op, never un-likes). Distinct from save_paper: like expresses taste for ranking; save bookmarks for later reading. Requires SF_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arxiv_idYesarXiv ID of the paper to like.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNoTrue when the operation succeeded.
messageNoHuman-readable summary of the outcome.
actionNoMachine label: saved | no_change | removed | liked | created | updated | deleted.
arxiv_idNo
collectionNoThe created/affected collection, when applicable.
watchNoThe created/affected watch, when applicable.
Behavior5/5

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

Annotations already indicate a non-read, non-destructive write. The description adds valuable behavioral details: idempotent, no un-like behavior, and that it calibrates a personalized feed. No contradictions with annotations.

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?

Two sentences, each packed with essential information. No fluff. Front-loaded with the primary purpose, followed by behavioral and guidance details. Efficient structure.

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?

For a simple tool with one parameter, the description covers purpose, behavior, usage boundaries, and a prerequisite (API key). With output schema present (though not detailed here), the description is complete and self-sufficient.

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?

Input schema has 100% description coverage with a clear description for the single parameter 'arxiv_id'. The tool description does not add additional parameter-level meaning beyond what the schema provides, so baseline 3 is appropriate.

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?

Clearly states the verb ('like a paper') and resource ('paper'), and distinguishes from sibling 'save_paper' by explaining the difference in function (taste vs bookmark). Also frames it as a calibration signal for the For You feed. Purpose is specific and well-differentiated.

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?

Explicitly states that the operation is INSERT-only and idempotent (liking twice is a no-op, never un-likes). Distinguishes from save_paper with clear when-to-use guidance. Also notes the requirement for SF_API_KEY, providing essential usage context.

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