Toolhouse · Capability
Toolhouse Bundles Management
Manages Toolhouse Bundles (named, reusable tool collections) from Naftiko spec — lets a Naftiko capability declare a bundle of tools its agents should ship with, and provision that bundle in Toolhouse declaratively. Closes the loop between "Naftiko declared the capability" and "Toolhouse agents inherit the right toolset."
What You Can Do
GET
List bundles
—
/bundles
POST
Create bundle
—
/bundles
GET
Get bundle
—
/bundles/{bundle_id}
PUT
Update bundle
—
/bundles/{bundle_id}
DELETE
Delete bundle
—
/bundles/{bundle_id}
MCP Tools
list-bundles
List Toolhouse Bundles (named tool collections).
read-only
create-bundle
Create a new Toolhouse Bundle from a Naftiko declarative spec.
get-bundle
Get a Toolhouse Bundle by ID with its tool list.
read-only
update-bundle
Update a Toolhouse Bundle (add or remove tools).
delete-bundle
Delete a Toolhouse Bundle.