list_organisms
Find KEGG organisms by code or name filter. Returns up to 100 organism codes and names.
Instructions
List organisms available in KEGG with their 3-4 letter codes and names.
KEGG has ~12,000 organisms, so the full list is large. Pass query to
filter by organism code or name (e.g. 'Bacillus', 'hsa') instead of
paging through everything.
Args:
query: Case-insensitive substring filter on the organism code or name.
Empty (the default) returns the first max_results organisms.
max_results: Maximum number of organisms to return (capped at 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |