Skip to main content
Glama

Biomart MCP

list_filters

Discover available filters for a specific dataset in Biomart MCP to refine query results. Input mart and dataset identifiers to retrieve a CSV list of filter names and descriptions.

Instructions

Lists all available filters for a given dataset. Filters are used to narrow down the results of a Biomart query. This function returns all filters that can be applied to the specified dataset. Args: mart (str): The mart identifier (e.g., "ENSEMBL_MART_ENSEMBL") dataset (str): The dataset identifier (e.g., "hsapiens_gene_ensembl") Returns: str: CSV-formatted table of all filters with their display names and descriptions. Example: list_filters("ENSEMBL_MART_ENSEMBL", "hsapiens_gene_ensembl") >>> "name,description chromosome_name,Chromosome/scaffold name start,Gene start (bp) end,Gene end (bp) ..."

Input Schema

NameRequiredDescriptionDefault
datasetYes
martYes

Input Schema (JSON Schema)

{ "properties": { "dataset": { "title": "Dataset", "type": "string" }, "mart": { "title": "Mart", "type": "string" } }, "required": [ "mart", "dataset" ], "title": "list_filtersArguments", "type": "object" }
Install Server

Other Tools from Biomart MCP

Related Tools

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/jzinno/biomart-mcp'

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