Skip to main content
Glama

cite_term

Returns citation-ready references for a Lexicon term in Chicago, MLA, and BibTeX formats. Access dates are injected at call time — never hardcoded. Read-only. Use this when producing academic papers, blog posts, or any content that requires a formatted reference to an Arco term. Use get_sources instead when you need a list of reading references rather than a formatted citation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termYesThe Lexicon term to cite. Accepts canonical name or slug.
contextYesThe publication context for the citation — for example "academic paper", "blog post", or "investor memo". Used to tailor the citation format where applicable.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / context / description
      Added value: +"The publication context for the citation — for example \"academic paper\", \"blog post\", or \"investor memo\". Used to tailor the citation format where applicable."
    • addedInput schema / properties / term / description
      Added value: +"The Lexicon term to cite. Accepts canonical name or slug."
  2. First observed

TDQS

A4.4/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 burden. It discloses 'Read-only' and adds a behavioral nuance: 'Access dates are injected at call time — never hardcoded.' This goes beyond the function name and covers safety expectations. It doesn't describe error behavior or return structure, but for a simple citation tool this is adequate.

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 three sentences, each earning its place: main function, a key behavioral note, and usage guidance with alternative. No fluff or repetition. Front-loaded with the most important information.

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?

Given the tool's low complexity (2 required params, no output schema, no annotations), the description covers purpose, usage, alternative, and safety. It doesn't explicitly state whether all three citation formats are returned together or how errors are handled, but the guidance is sufficient for an agent to invoke it correctly in most cases.

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%: both 'term' and 'context' are described in the schema. The description adds no new parameter-level details beyond what the schema provides. It mentions 'Arco term' but doesn't clarify parameter syntax. Baseline 3 is appropriate given high schema coverage.

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 opens with a specific verb and resource: 'Returns citation-ready references for a Lexicon term in Chicago, MLA, and BibTeX formats.' It distinguishes itself from siblings by naming the alternative 'get_sources' for a different need (list of reading references vs formatted citation).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Explicitly states when to use: 'Use this when producing academic papers, blog posts, or any content that requires a formatted reference to an Arco term.' It also provides a clear alternative: 'Use get_sources instead when you need a list of reading references rather than a formatted citation.'

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.

Resources