Skip to main content
Glama

extract_citation

Read the citation details a web page declares about itself and return them as a structured record plus ready-to-import RIS and BibTeX. Covers journal articles, book chapters, conference papers, preprints, theses, reports, datasets, videos and plain web pages. Use when a source has to be cited, archived, or added to a reference manager. Says so plainly when a page turns out to be an error page or an access wall, instead of inventing a reference — and where it cannot finish, the reply carries a nextStep field naming what the user has to do in their own browser, with the capture extension that does it. Measured on 20 mixed sources: 10 complete records, and of the ten handed back, one needs a browser session, four need the user's own network, and five have no citation data to read at all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAddress of the page to read

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does exceptionally well. It discloses that it plainly reports error pages or access walls instead of inventing references, that a nextStep field is returned with browser actions, and even includes measured performance stats on 20 mixed sources. This goes far beyond typical descriptions.

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 front-loaded with the core function, then usage, then behavior and performance. It is longer than average but every sentence contributes useful information. The measurement sentence is unusual but justifies reliability. 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 there is no output schema, the description sufficiently explains what the tool returns (structured record, RIS, BibTeX) and handles failure modes (nextStep field). It also gives a concrete sense of expected success rates. For a single-parameter read tool, this is complete.

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?

The input schema already describes the single parameter 'url' as 'Address of the page to read', giving 100% coverage. The description adds only that the page declares citation details about itself, but doesn't add syntax or format nuance. Baseline 3 is appropriate since the schema does the heavy lifting.

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 reads citation details a web page declares about itself and returns them as a structured record plus RIS and BibTeX. It also lists supported source types, which adds specificity. However, it does not explicitly distinguish itself from the sibling tool 'extract_citations', so it misses full sibling differentiation.

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 provides explicit usage context: 'Use when a source has to be cited, archived, or added to a reference manager.' It doesn't mention when not to use it or name alternatives, but the guidance is clear enough for typical selection.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, such as single vs batch citation extraction. The only potential confusion is between list_measurements and get_measurement_data, both of which return measurement data; however, their descriptions indicate one lists available data and the other retrieves a specific figure's backing data.

Naming Consistency4/5

Tool names predominantly follow a verb_noun pattern (extract_citation, install_extension, list_measurements). Two exceptions—adoption_stats and how_to_capture—deviate from this pattern, but they are still readable and not chaotic.

Tool Count5/5

Ten tools is a reasonable scope for a specialized server covering citation extraction, measurements, capture guidance, and project status. No tool is redundant, and the count is neither too sparse nor overwhelming.

Completeness4/5

The server covers the main workflows: single/batch citation extraction, retrieving and listing measurement data, fetching reproducible methods, and obtaining capture setup instructions. Minor gaps exist, such as no tool for creating new measurements, but the domain is primarily read-only and contribution is handled through open_work.

Resources