Skip to main content
Glama

Get Citations

encode_get_citations
Read-onlyIdempotent

Retrieve publication data and citations for ENCODE experiments, supporting export to BibTeX or RIS formats for reference management.

Instructions

Get publications and citations for tracked experiments.

Returns publication data with authors, journal, DOI, PMID. Can export as BibTeX or RIS (Endnote/Zotero/Mendeley compatible).

WHEN TO USE: Use to get publication data for tracked experiments. Supports BibTeX and RIS export for reference managers. RELATED TOOLS: encode_track_experiment, encode_link_reference

Args: accession: Specific experiment accession. If None, returns all publications. export_format: Output format: - "json": Structured data (default) - "bibtex": BibTeX format for LaTeX - "ris": RIS format (Endnote, Zotero, Mendeley)

Returns: Publications in the requested format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accessionNo
export_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false, covering safety and idempotency. The description adds valuable context beyond this: it explains the tool can export in multiple formats (BibTeX/RIS) and returns publication data with specific fields (authors, journal, DOI, PMID). This enhances understanding of the tool's behavior without contradicting annotations.

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 well-structured and front-loaded with the core purpose. It uses bullet points for export formats and separates sections (description, when to use, related tools, args, returns) clearly. Every sentence adds value without redundancy, making it efficient for an agent to parse.

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?

Given the tool's moderate complexity (2 parameters, annotations, output schema), the description is complete. It covers purpose, usage guidelines, parameter semantics, and behavioral context (export formats). With an output schema present, it doesn't need to detail return values, and the annotations handle safety aspects. The description fills all necessary gaps effectively.

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 provides detailed semantics for both parameters: 'accession' is explained as 'Specific experiment accession. If None, returns all publications,' and 'export_format' is described with options and use cases (e.g., 'BibTeX format for LaTeX'). This adds significant meaning beyond the bare schema, though it doesn't cover all possible nuances like format specifics.

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 tool's purpose: 'Get publications and citations for tracked experiments.' It specifies the verb ('Get'), resource ('publications and citations'), and scope ('for tracked experiments'), distinguishing it from sibling tools like encode_get_references or encode_get_experiment. The mention of export formats (BibTeX/RIS) further clarifies functionality.

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?

The description includes an explicit 'WHEN TO USE' section: 'Use to get publication data for tracked experiments.' It also lists 'RELATED TOOLS' (encode_track_experiment, encode_link_reference), providing clear context for when to use this tool versus alternatives. This gives the agent specific guidance on tool selection.

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/ammawla/encode-toolkit'

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