Vagrant · Capability
HCP Vagrant Box Registry API — Boxes
HCP Vagrant Box Registry API — Boxes. 5 operations. Lead operation: Read a box. Self-contained Naftiko capability covering one Vagrant business surface.
What You Can Do
GET
Readbox
— Read a box
/v1/vagrant/2023-01-01/registry/{registry}/box/{box}
PUT
Updatebox
— Update a box
/v1/vagrant/2023-01-01/registry/{registry}/box/{box}
DELETE
Deletebox
— Delete a box
/v1/vagrant/2023-01-01/registry/{registry}/box/{box}
GET
Listboxes
— List boxes
/v1/vagrant/2023-01-01/registry/{registry}/boxes
POST
Createbox
— Create a box
/v1/vagrant/2023-01-01/registry/{registry}/boxes
MCP Tools
read-box
Read a box
read-only
idempotent
update-box
Update a box
idempotent
delete-box
Delete a box
idempotent
list-boxes
List boxes
read-only
idempotent
create-box
Create a box