DigitalOcean is a cloud infrastructure provider offering scalable compute platforms with a user-friendly interface.
Tool to create a new custom image by providing a url to a linux vm image. use when you need to import a vm image into digitalocean after specifying name, url, distribution, and region.
Tool to create a new managed database cluster. use when you need to provision a database cluster with name, engine, version, region, size, and number of nodes.
Tool to create a new block storage volume. use when you need to provision persistent block storage after confirming the target region supports volumes. example: "create a 100 gib ext4 backup volume named 'db-backup' in nyc1."
Tool to create a new domain. use when you have the domain name and optionally an ip address to assign an a record.
Tool to create a new dns record for a domain. use after confirming domain exists and record specifics.
Tool to create a new droplet. use when you need to provision a vm with name, region, size, and image.