install_template
Install Template ·writes · non-destructive · non-idempotent · closed-world
Install an agent template bundle, creating its prompts, triggers, and schedules.
Resources are prefixed with the template slug to avoid name conflicts
(e.g. ‘accountability-coach—resolve’).
Returns: str
Source: backend/src/engram/mcp/tools/agent_templates.py
Parameters
Template slug to install (e.g. ‘accountability-coach’).
list_templates
List Templates ·read-only · non-destructive · idempotent · closed-world
List available agent templates — installable bundles of prompts, triggers, and
schedules that form a working agent persona (e.g., accountability-coach).
Returns: str
Source: backend/src/engram/mcp/tools/agent_templates.py
Parameters
Optional filter by category (e.g. ‘productivity’, ‘coding’).
uninstall_template
Uninstall Template ·writes · destructive · idempotent · closed-world
Uninstall an agent template — cascade-deletes every prompt, trigger, and schedule
created when the template was installed.
Returns: str
Source: backend/src/engram/mcp/tools/agent_templates.py
Parameters
Template slug to uninstall.