Skip to main content
Glama

find_related

Find related academic papers to any given DOI using semantic similarity, with options to filter by citation count and check your Zotero library.

Instructions

Find papers related to a given paper using Semantic Scholar.

Uses SPECTER2 embeddings for semantic similarity.

Args: doi: DOI of the paper. limit: Maximum results (default 20, max 500). min_citations: Minimum citation count filter. check_library: If true, annotate results with local Zotero presence.

Returns: JSON with count and papers list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiYes
limitNo
check_libraryNo
min_citationsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions the embedding method and return format but lacks details on side effects, authentication, or error handling.

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 brief and well-structured: purpose sentence, method sentence, then Args/Returns. Every sentence is informative with no redundancy.

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?

The description covers purpose, parameters, and returns adequately. It could be improved by clarifying when to prefer this over search_semantic_scholar or explaining authentication requirements.

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

Parameters5/5

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

All four parameters are described with purpose, defaults, and constraints (e.g., limit max 500, min_citations filter, check_library for Zotero). This adds significant value beyond the bare schema.

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 clearly states the tool finds papers related to a given paper using Semantic Scholar with SPECTER2 embeddings. It distinguishes itself from citation/reference tools but does not explicitly differentiate from search_semantic_scholar.

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

Usage Guidelines3/5

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

The description implies use for semantic similarity retrieval but does not provide explicit guidance on when to use this tool versus alternatives like get_citations or search.

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/swairshah/zotero-mcp-server'

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