Scientific Tool Commands: tools
bohr tools discovers scientific tools and browses their domains and details.
Commands
| Command | Usage | Description |
|---|---|---|
domains | bohr tools domains [flags] | List all top-level scientific domains in the Bohrium tool library, with tool counts per domain. |
info | bohr tools info <tool-key> [flags] | Fetch detailed information about a scientific tool by its unique key …. |
list | bohr tools list [flags] | List all top-level tool domains. |
search | bohr tools search <query> [flags] | Search the Bohrium scientific tool library using hybrid semantic and keyword retrieval. |
subdomains | bohr tools subdomains --domain <id1,id2,...> [flags] | List subdomains belonging to one or more tool domain node IDs. |
For subcommands inside a command group, run bohr tools <group> --help.
Common parameters
| Parameter | Description |
|---|---|
--lang <language> | Search language, default en-US |
--k <number> | Maximum search results, default 50 |
--keywords <json> | Weighted search keywords as a JSON object |
--domain <id> | Limit listing to one or more domain IDs |
Examples
bohr tools domains
bohr tools subdomains --domain physics-node-id
bohr tools search "molecular dynamics" --k 20
bohr tools info brueckna2020_MDFit -o json
Use the tool_unique_key returned by search with tools info. Tool search and detail requests may incur charges. Companion CLI installation is managed by bohr extension install.