list_templates
List all available deployment templates.
Annotations
| Annotation | Value |
|---|---|
readOnlyHint | true |
destructiveHint | false |
idempotentHint | false |
openWorldHint | false |
Parameters
This tool takes no parameters.
Return format
Returns a list of template IDs with their names and descriptions:
Available templates:
- waitlist: Waitlist signup page with email capture
- contact: Contact form with name, email, and message fieldsExample
User prompt:
What templates does Invoker have?
What Claude does:
- Calls the
list_templatestool with no parameters. - Returns the available template IDs with descriptions.
- You can then ask Claude to use any template by name, and it will call use_template to fetch the HTML source.
Notes
- Templates are built-in to the MCP server. The list is static and does not require authentication.
- Each template includes a working
<form>element withas the form action, so submissions are captured automatically on deploy. - To see the full HTML of a template before deploying, ask Claude to show you the source. It will call use_template.