Skip to main content
Glama
hlydecker
by hlydecker

list_public_hubs

Retrieve all publicly available track hubs from the UCSC Genome Browser to access organized genomic data collections for research and analysis.

Instructions

List all available public track hubs in the UCSC Genome Browser.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'list_public_hubs' tool, including its schema and description.
    Tool( name="list_public_hubs", description="List all available public track hubs in the UCSC Genome Browser.", inputSchema={ "type": "object", "properties": {} } ),
  • Handler implementation that constructs the UCSC API URL for listing public hubs and retrieves the JSON response.
    elif name == "list_public_hubs": url = build_api_url("/list/publicHubs", {}) result = await make_api_request(url)

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/hlydecker/ucsc-genome-mcp'

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