Skip to main content
Glama

parse_references

Parse manuscript reference lists and in-text citations into a structured model with confidence ratings and citation system detection. Provide a style hint (e.g., APA, IEEE) to improve parsing accuracy.

Instructions

Parse the manuscript's reference list (References / Bibliography / Works Cited heading) and in-text citations into a structured model. Read-only stage 1 of publication-style conversion.

Heuristic text parsing: every entry gets parse_confidence (full/partial/failed); failed entries are returned verbatim and will never be converted. Also reports in-text citations with positions (parenthetical, narrative, [n] bracket, superscript), whether the document uses Word-native or Zotero/Mendeley/EndNote citation FIELDS (which text conversion refuses to touch), and the detected citation system. style_hint (e.g. 'apa7', 'ieee', 'turabian') tightens parsing when the source style is known.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
style_hintNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so well: it declares read-only status, heuristic parsing, per-entry parse_confidence (full/partial/failed), verbatim retention of failed entries ('will never be converted'), detection of Word-native vs third-party citation fields, and refusal behavior around text conversion. This goes well beyond a basic summary.

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 front-loaded with the core purpose and then layers in essential behavioral detail. Every clause earns its place: confidence levels, failed-entry handling, citation positions, field detection, and style_hint usage are all informative without being padded.

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 read-only analysis tool, this description is complete: it explains what is parsed, what metadata is produced, how failures are handled, how style_hint affects behavior, and the no-mutation guarantee. The presence of an output schema means detailed return structure does not need to be repeated in the description.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It does meaningfully explain style_hint with concrete examples ('apa7', 'ieee', 'turabian') and its effect on parsing. file_path is not explicitly described, but its role as the manuscript path is strongly implied by the first sentence; still, a one-sentence clarification would make parameter semantics complete.

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 names a specific verb ('Parse') and resource ('the manuscript's reference list ... and in-text citations') and states the output is 'a structured model.' It also positions itself as 'Read-only stage 1 of publication-style conversion,' which distinguishes it from the many conversion and citation-sibling tools by framing what it does and what it is a prerequisite for.

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 gives clear context: this is the read-only first stage of publication-style conversion, and style_hint should be supplied when the source style is known to tighten parsing. It does not explicitly name sibling alternatives or state when-not-to-use it, so it stops short of a full 5, but an agent can infer the intended workflow.

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/nometalalchemist/KitchenSink4Word'

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