Skip to main content
Glama
coolport
by coolport

latexmk_list_citations

Lists citation keys from LaTeX source or file, optionally cross-referencing against a .bib file to identify missing or unused references.

Instructions

Extract all citation keys from a LaTeX document and optionally cross-reference them against a .bib file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bib_pathNoAbsolute path to a .bib file to cross-reference.
file_pathNoAbsolute path to an existing .tex file
tex_contentNoLaTeX source content
working_dirNoOptional working directory for symmetry with other tools.
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the core read behavior and the optional cross-referencing, but does not mention output format, error handling, or prerequisites. It is neither misleading nor richly contextful.

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, concise sentence that front-loads the primary action (Extract) and scopes it to citation keys. Every word earns its place, with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a moderate parameter set and no output schema. The description explains the main function but does not describe return values or the relationship between tex_content and file_path. It is adequate for a simple extraction tool but leaves gaps for an agent to infer.

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?

Schema coverage is 100%, with each parameter having a description. The tool description adds minimal value beyond the schema, simply implying the use of a LaTeX document and .bib file. Baseline 3 is appropriate because the schema already documents the parameters clearly.

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 clearly states the action ('Extract') and resource ('all citation keys from a LaTeX document'), with an optional cross-reference against a .bib file. This is distinct from sibling tools like compile or watch, which have 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 Guidelines3/5

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

The description implies when to use this tool (when you need citation keys), but it does not explicitly contrast with alternatives or mention exclusions. No guidance is given on when to choose tex_content vs file_path, though the schema's oneOf does provide some structure.

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/coolport/latexmk-mcp'

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