stencila tools list
Usage
stencila tools list [OPTIONS]Examples
# List all tools
stencila tools list
# List only installed tools
stencila tools list --installed
# List only installable tools
stencila tools list --installable
# List only execution tools (programming languages)
stencila tools list --type execution
# Export tool list as Model Context Protocol tool specifications
stencila tools list --as json
# Display tool list as YAML
stencila tools list --as yamlOptions
-t, --type | collaborationconversionenvironmentsexecutionlintingpackages |
--installed | truefalse |
--installable | truefalse |
-a, --as | jsonyamltoml |