Skip to content

list_templates

List all available deployment templates.

Annotations

AnnotationValue
readOnlyHinttrue
destructiveHintfalse
idempotentHintfalse
openWorldHintfalse

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 fields

Example

User prompt:

What templates does Invoker have?

What Claude does:

  1. Calls the list_templates tool with no parameters.
  2. Returns the available template IDs with descriptions.
  3. 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 with as 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.

Deploy forms and sites from AI conversations.