Skip to main content
Glama
kmaneesh

BioPython MCP Server

by kmaneesh

entrez_info

Retrieve metadata about NCBI Entrez databases, including available databases, descriptions, record counts, and searchable fields for bioinformatics workflows.

Instructions

Get information about NCBI Entrez databases.

Args: database: Specific database name (empty string for list of all databases)

Returns: Dictionary containing database information: - If database="": List of all available databases with count - If database specified: Detailed info including description, record count, searchable fields, and available links

Examples: >>> entrez_info() # List all databases >>> entrez_info("pubmed") # Get PubMed database details >>> entrez_info("gene") # Get Gene database details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseNo

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/kmaneesh/biopython-mcp'

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