← Tools Reference

Carbone

Carbone integration (Productivity, Developer Tools). Imported from open-connector.

API key5 toolshttps://api.carbone.io
GET
carbone_list_templates
List Carbone templates with optional filtering and cursor pagination.

/templates

8 parameters
ParamTypeRequiredDescription
idstringoptionalFilter templates by template ID.
versionIdstringoptionalFilter templates by version ID.
categorystringoptionalFilter templates by category.
searchstringoptionalSearch templates by name or ID.
includeVersionsbooleanoptionalWhether to include every template version in the result.
cursorstringoptionalThe cursor returned by a previous list_templates call.
limitintegeroptionalThe maximum number of templates to return.
carboneVersionintegeroptionalThe Carbone API version header value.
GET
carbone_list_template_categories
List categories used by deployed Carbone templates.

/templates/categories

1 parameter
ParamTypeRequiredDescription
carboneVersionintegeroptionalThe Carbone API version header value.
GET
carbone_list_template_tags
List tags used by deployed Carbone templates.

/templates/tags

1 parameter
ParamTypeRequiredDescription
carboneVersionintegeroptionalThe Carbone API version header value.
PATCH
carbone_update_template_metadata
Update metadata on an existing Carbone template or template version.

/template/{templateIdOrVersionId}

3 parameters
ParamTypeRequiredDescription
templateIdOrVersionIdstringrequiredThe Carbone template ID or version ID.
metadataobjectrequiredThe metadata fields used to update a Carbone template.
carboneVersionintegeroptionalThe Carbone API version header value.
DELETE
carbone_delete_template
Delete a Carbone template or a specific template version.

/template/{templateIdOrVersionId}

2 parameters
ParamTypeRequiredDescription
templateIdOrVersionIdstringrequiredThe Carbone template ID or version ID.
carboneVersionintegeroptionalThe Carbone API version header value.