Skip to main content
Glama
pvliesdonk

scholar-mcp

by pvliesdonk

generate_citations

Read-only

Resolve paper identifiers and produce formatted citations in BibTeX, CSL-JSON, or RIS. Uses Semantic Scholar metadata with optional OpenAlex enrichment for complete venue data.

Instructions

Generate formatted citations for one or more papers.

Resolves papers via Semantic Scholar, optionally enriches with OpenAlex metadata, and formats as BibTeX, CSL-JSON, or RIS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enrichNoIf True, attempt OpenAlex enrichment for missing venue data when a DOI is available.
paper_idsYesList of paper identifiers (S2 IDs, DOIs, arXiv IDs, etc.). Maximum 100.
citation_formatNoOutput format — bibtex, csl-json, or ris.bibtex

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses the multi-step behavior: resolving via Semantic Scholar, optionally enriching with OpenAlex, and outputting to three formats. This adds meaningful context beyond the readOnly/destructive annotations, though it does not discuss failure behavior or edge cases.

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 compact sentences, front-loaded with the primary action, and each clause contributes meaningful detail (resolution, enrichment, output formats). No redundancy or filler.

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 three parameters, annotations, and presence of an output schema, the description covers the main workflow and outputs. It omits edge-case handling, but that is not required for a tool of this complexity.

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?

All three parameters are fully described in the input schema (100% coverage), so the description's brief mention of resolution, enrichment, and formatting adds little new parameter-level detail. Baseline 3 is appropriate when schema carries the parameter documentation burden.

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 uses a specific verb 'Generate' and a clear object 'formatted citations for one or more papers,' and elaborates with supported formats and enrichment workflow. This clearly distinguishes it from sibling tools like get_citations, which would retrieve citation lists rather than format references.

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 implies the use case of converting paper identifiers into formatted reference strings, with the output formats making the context clear. It does not explicitly exclude alternatives or say 'use when you need BibTeX/CSL-JSON/RIS,' but the purpose is unambiguous enough to guide selection.

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

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