Skip to main content
Glama

Bibliography (Read Citation Cache)

bibliography

Retrieve, list, or export Australian legal citations from a local cache without network calls. Look up a single citation, list cached citations, export to BibLaTeX, or find cited-by references.

Instructions

Read from the local citation cache without network calls. op=get retrieves one citation by cite key, AGLC4 string, neutral citation, or title. op=list (default) lists cached citations, optionally filtered to a document. op=export writes a BibLaTeX .bib file and returns the bib text. op=cited_by returns the locally cached cited-by list for a citation (run cache_cited_by first to populate).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opNoget = look up one cached citation; list = list cached citations (default); export = write a BibLaTeX .bib file; cited_by = return the cached cited-by list for a citationlist
queryNoCite key (e.g. 'mabo1992'), AGLC4 citation string, neutral citation, or case title — required for op=get
citeKeyNoCite key of the case to retrieve cached cited-by data for — required for op=cited_by
documentNoFilter to citations used in this document (op=list/export). Omit for all project citations.
formatNojson
outputPathNoWrite the .bib file to this absolute path (op=export). Defaults to <cacheDir>/<projectName>.bib
Behavior4/5

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

Discloses key behavioral traits: no network calls, op=export writes .bib file and returns text, op=cited_by needs prior cache_cited_by. No annotations to contradict; description carries full burden effectively.

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 sentences, front-loaded with purpose, then precise per-operation details. Zero wasted words, every clause adds value.

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 multi-operation tool with 6 params and no output schema, description covers main returns (export returns bib text) and usage constraints. Lacks description of return format for get/list, but schema enums and defaults partially compensate.

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 83%, so description adds limited new meaning beyond enum values. However, it clarifies that op=export writes to outputPath and defaults to cacheDir/projectName.bib, and that op=cited_by require citeKey after cache_cited_by. Minor added value.

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?

Description clearly states it reads from local citation cache without network calls, and enumerates four distinct operations (get, list, export, cited_by). This distinguishes it from siblings like cache_cited_by which populates the cache.

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?

Explicitly tells when each operation is appropriate (e.g., op=get for one citation by key/AGLC4/neutral/title, op=list default, op=export writes BibLaTeX, op=cited_by requires prior cache_cited_by). Lacks explicit 'when not to use' but contextually clear.

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/russellbrenner/jurisd'

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