Examples
Example Use Cases
API Integration Tool
npx codebolt-cli createtool --name "Weather Tool" --id "weather-tool"
# Add API key parameter and fetch weather data
File Processing Tool
npx codebolt-cli createtool --name "CSV Parser" --id "csv-parser"
# Add file reading and CSV parsing logic
Data Transformation Tool
codebolt-cli createtool --name "JSON Formatter" --id "json-formatter"
# Add JSON validation and formatting functions