Skip to main content
Glama

Resolve Gene Symbols (Batch)

resolve_symbols_batch
Read-onlyIdempotent

Batch resolve up to 200 gene symbols or HGNC IDs in a single call, using a cascade from current to alias. Unresolved or obsolete entries are marked without failing the batch.

Instructions

Resolve a batch of gene symbols / HGNC ids in one call (max 200). Each entry is resolved with the same current->previous->alias cascade as resolve_symbol; an individual miss or withdrawal never fails the batch (it is marked unresolved / obsolete in that entry). Returns per-query results plus resolved/unresolved counts. Signature: resolve_symbols_batch(queries, response_mode=).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queriesYesGene symbols and/or HGNC ids to resolve (max 200).
response_modeNoVerbosity: minimal | compact | standard | full (default compact).compact
Behavior5/5

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

Discloses the resolution cascade, individual miss behavior (marked unresolved/obsolete), and returned counts. No contradictions with annotations (readOnlyHint, idempotentHint, etc.).

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?

Three focused sentences with no redundancy. Front-loaded with purpose. Highly efficient.

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?

Explains return values (per-query results + counts) despite no output schema. Could briefly describe what each response_mode yields, but overall sufficiently complete for a batch read tool.

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 has 100% coverage, but description adds significant context: explains the cascade, batch safety, and that response_mode controls verbosity. Mentions signature for clarity.

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 resolves a batch of gene symbols/HGNC IDs (max 200) with the same cascade as resolve_symbol. It specifies per-query results and counts, distinguishing it from sibling tools like resolve_symbol.

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?

Provides clear context for batch usage (max 200) and behavior on misses/withdrawals. Implicitly suggests using resolve_symbol for single queries, but lacks an explicit when-not statement.

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/berntpopp/hgnc-link'

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