Skip to main content
Glama

Track Experiment Locally

encode_track_experiment
Idempotent

Track ENCODE experiments by fetching metadata, publications, and pipeline information to store in a local database for analysis and citation management.

Instructions

Track an ENCODE experiment locally with its publications, methods, and pipeline info.

Fetches full experiment metadata from ENCODE and stores it in a local SQLite database along with any associated publications (PMIDs, DOIs, authors, journal) and pipeline/analysis information (software versions, methods).

This is like adding an experiment to your "library" - similar to Endnote for papers.

WHEN TO USE: Use to save an experiment to your local library with publications and pipeline info. Required before compare or citations. RELATED TOOLS: encode_compare_experiments, encode_get_citations, encode_export_data

Args: accession: ENCODE experiment accession (e.g., "ENCSR133RZO") fetch_publications: Also fetch and store publications/citations (default True) fetch_pipelines: Also fetch and store pipeline/analysis info (default True) notes: Optional notes to attach to this experiment

Returns: JSON with tracking result including publications and pipeline info found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accessionYes
fetch_publicationsNo
fetch_pipelinesNo
notesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations provide readOnlyHint=false (write operation), openWorldHint=true (external data fetching), idempotentHint=true (safe to retry), and destructiveHint=false (non-destructive). The description adds valuable context beyond annotations: it explains what gets stored (experiment metadata, publications, pipeline info), mentions the local SQLite database, compares to Endnote for papers, and notes this is required for downstream tools. It doesn't contradict annotations and provides meaningful behavioral details.

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: first sentence states the core purpose, followed by detailed explanation, analogy, usage guidelines, and parameter/return details. Every sentence adds value with no redundancy. The bullet-point style for Args and Returns enhances readability without wasting space.

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 complexity (write operation with external fetching, 4 parameters, annotations, and output schema), the description is complete. It explains purpose, usage context, parameters, returns, and relationships to other tools. With output schema present, it doesn't need to detail return values, and the annotations cover safety/behavioral traits. No gaps remain for agent understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries full burden. It provides detailed parameter explanations: 'accession' with an example ('ENCSR133RZO'), 'fetch_publications' and 'fetch_pipelines' with their purposes and defaults, and 'notes' with its optional nature. This adds significant meaning beyond the bare schema, fully compensating for the lack of schema descriptions.

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 specific action ('Track an ENCODE experiment locally') and resources involved ('experiment metadata from ENCODE', 'local SQLite database', 'publications', 'pipeline/analysis information'). It distinguishes from siblings by emphasizing local storage and library-building functionality, unlike tools like encode_get_experiment (fetch without storage) or encode_export_data (export existing tracked data).

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 explicitly states 'WHEN TO USE: Use to save an experiment to your local library with publications and pipeline info. Required before compare or citations.' It names specific related tools (encode_compare_experiments, encode_get_citations, encode_export_data) and provides clear prerequisites, making it easy for an agent to choose this tool over alternatives like encode_get_experiment or encode_search_experiments.

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