Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NCBI_EMAILNoOptional. Sent to NCBI with each request, as NCBI asks.
NCBI_API_KEYNoOptional. Raises the NCBI E-utilities limit from 3 to 10 requests/s (GEO).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_datasetsB

Search all registered open data sources at once and return ranked datasets.

get_datasetA

Fetch full metadata for one dataset, e.g. source='geo', accession='GSE123456'.

list_sourcesA

List the data sources this server can search, with the data types each covers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search_datasets finds datasets, get_dataset retrieves metadata for a specific one, and list_sources enumerates available sources. No overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow the same verb_noun snake_case convention (search_datasets, get_dataset, list_sources). The naming pattern is consistent and predictable.

Tool Count5/5

With 3 tools, the server is lean but well-scoped for its purpose of searching and retrieving biodata metadata. Each tool earns its place and the count falls within the ideal 3-15 range.

Completeness5/5

The tool set covers the core lifecycle of dataset discovery: listing sources, searching across them, and fetching full metadata. There are no obvious gaps or dead ends for the stated domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues