entrez_info
Get information about NCBI Entrez databases. Specify a database name for detailed info including description, record count, and searchable fields, or leave empty to list all databases with counts.
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
| Name | Required | Description | Default |
|---|---|---|---|
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||