TemplatesWriteRetry-safe

Publish Template

publish_template

Publish a workspace template. Runs BOTH gates (portability + safety); blocked publishes return the violation list. Mints/rotates a share shortcode.

Parameters

ParameterTypeRequiredDescription
idstringrequiredInput for id.
visibility"private" | "workspace" | "public-link" | "public-indexed"requiredInput for visibility.
indexablebooleanoptionalInput for indexable.
embedAllowedOriginsstring[]optionalInput for embedAllowedOrigins.
regeneratebooleanoptionalInput for regenerate.
category"personal-finance" | "budgeting" | "cash-flow" | "net-worth" | "spending" | "income" | "investing" | "portfolio" | "loans-debt" | "savings-goals" | "business-finance" | "tax" | "subscriptions" | "forecasting" | "other"optionalInput for category.
tags"overview" | "deep-dive" | "monitoring" | "reconciliation" | "planning" | "daily" | "weekly" | "monthly" | "quarterly" | "annual" | "consumer" | "prosumer" | "smb" | "advisor" | "single-metric" | "comparison" | "trend" | "breakdown" | "table-heavy"[]optionalInput for tags.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "publish_template",
"arguments": {
"id": "id_123",
"visibility": "value"
}
}

Use this tool in

Related Templates tools