Back to catalog
Cortexa research tool·cs ml·anaconda
Anaconda Get Package
Get detailed information about a specific conda package from a specific channel on Anaconda.org. Returns the package's full metadata including description, all versions, platform availability, download counts, home URL, license, and owner details. Use the format '{channel}/{package_name}' (e.g., 'conda-forge/numpy', 'bioconda/samtools', 'defaults/scipy').
Slowlast probed 2026-05-01 01:00Z· 11511msCortexa
Status
Succeeds, but routinely takes more than 8 seconds. Hidden from the agent's default toolset; available via opt-in.
Note: Latency 11511ms > 8000ms threshold
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 11511ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"channel": {
"description": "Channel or owner name (e.g., 'conda-forge', 'bioconda', 'defaults', 'anaconda')",
"type": "string"
},
"package_name": {
"description": "Exact package name (e.g., 'numpy', 'samtools', 'biopython', 'r-ggplot2')",
"type": "string"
}
},
"required": [
"channel",
"package_name"
],
"type": "object"
}Examples (1)
Default Anaconda Get Package call
public-safeinput
{
"channel": "",
"package_name": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Anaconda_get_package
- Tool name
- Anaconda_get_package
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse