Skip to main content
Glama

search_citations

Idempotent

Search scholarly sources by topic, title, author, DOI, or ISBN and return matching works as formatted citations. Resolved works may be merged into CiteMe's shared scholarly catalog and operational caches; the tool does not publish content or modify a user account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of citations to return
queryYesSearch query: topic, title, author name, DOI, or ISBN
styleNoCitation style (e.g., apa, abnt, mla, vancouver, chicago-author-date, ieee)apa
source_typeNoType of source to search forauto

TDQS

A4/5.0
Behavior4/5

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

Beyond the annotations, the description discloses that resolved works may be merged into CiteMe's shared catalog and operational caches, and explicitly states it does not publish content or modify a user account. This is meaningful behavioral context. It does not contradict the annotations, which already signal idempotency and non-destructiveness.

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 two sentences with no filler. The first sentence is front-loaded with the core function, and the second efficiently covers side-effect transparency. Every clause earns its place.

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 4-parameter search tool with no output schema, the description covers the core purpose, searchable fields, output type (formatted citations), and an important side-effect caveat. It does not explain the returned citation structure, but the schema covers parameter defaults and enums, so the description is reasonably 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?

Schema description coverage is 100%, so each parameter already has a clear description. The tool description reinforces query semantics by naming topic/title/author/DOI/ISBN and the output as formatted citations, but it does not add syntax or parameter-specific details beyond what the schema provides.

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 uses a specific verb ('Search') plus a clear resource ('scholarly sources'), and enumerates query dimensions (topic, title, author, DOI, ISBN) with a concrete result ('return matching works as formatted citations'). This distinguishes it from siblings like format_citation and check_references, which have different primary actions.

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?

Usage is implied through the description: it is for finding scholarly sources and getting formatted citations. However, it does not explicitly state when to choose this tool over alternatives like format_citation or check_references, nor does it include exclusions or when-not-to-use guidance.

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.3/5.0
Disambiguation5/5

Each tool targets a distinct action: searching, formatting, and verifying citations. There is no overlap in purpose, and an agent can easily select the right tool for a given task.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (check_references, format_citation, search_citations), making them predictable and easy to remember.

Tool Count5/5

Three tools is well within the typical 3-15 range and each tool serves a necessary function for the server's focused scope of citation handling. No redundancy or excessive count.

Completeness4/5

The tool set covers the primary workflows of searching, formatting, and verifying references. A minor gap is the lack of a dedicated tool for retrieving a single citation by identifier, but search_citations can cover that need.

Resources