Skip to main content
Glama

Get BibTeX

get_bibtex

Retrieve canonical BibTeX for a paper ID, using only verified metadata and omitting absent fields. This solves the problem of inaccurate citations by returning provenance-backed data.

Instructions

Return canonical BibTeX without fabricating absent metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paper_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full transparency burden. It explicitly discloses a key behavioral trait: it will not fabricate metadata that is absent, and it returns canonical BibTeX. This is meaningful beyond the schema, though it does not address potential errors or exact output formatting.

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 a single, well-structured sentence with no filler. The core action is front-loaded, and the behavioral qualifier is compact yet informative.

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?

For a simple tool with one required parameter and no output schema, the description is largely sufficient: it names the return value and a key behavioral guarantee. Minor gaps remain around identifier format and usage guidance, but the low complexity means these are not critical.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not mention paper_id at all. The property name is self-explanatory at a basic level, but the description adds no information about what kind of identifier is expected, such as an internal ID, DOI, or arXiv ID.

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 ('Return') with a specific resource ('canonical BibTeX') and adds a meaningful qualifier about not fabricating absent metadata. This clearly distinguishes it from sibling tools like get_paper or export_research_pack, which serve different purposes.

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?

The description provides no guidance about when to choose this tool over alternatives, nor does it mention any exclusions or prerequisites. The intended use is only implied by the tool name and the phrase 'Return canonical BibTeX,' with no explicit routing among the many sibling tools.

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

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/arrogance231/openpapers'

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