Skip to content

MCP Tools Reference

Invoker exposes 14 tools through the Model Context Protocol. Claude calls these tools automatically based on your natural-language prompts -- you never need to invoke them directly.

Tool overview

Authentication

ToolDescription
loginSign in via browser-based email verification
logoutSign out and clear stored credentials
whoamiShow the currently authenticated user

Templates

ToolDescription
list_templatesList all available deployment templates
use_templateGet the full HTML source of a template

Deployments

ToolDescription
deployDeploy HTML to a live URL
updateUpdate an existing deployment with new HTML
teardownDelete a deployment permanently
get_statusGet deployment status, URL, and metadata

Submissions & Notifications

ToolDescription
get_submissionsGet form submissions for a deployment
toggle_notificationsEnable or disable email notifications

Webhooks

ToolDescription
configure_webhookAdd a webhook to a deployment
list_webhooksList all webhooks for a deployment
delete_webhookRemove a webhook from a deployment

Annotations

Every tool declares MCP annotations that describe its behavior. Clients can use these to decide whether to auto-approve a tool call or prompt the user for confirmation.

AnnotationMeaning
readOnlyHintThe tool does not modify any state
destructiveHintThe tool permanently deletes a resource
idempotentHintCalling the tool multiple times with the same input produces the same result
openWorldHintThe tool interacts with external services (network, browser)

Looking for guides?

See the Guides section for end-to-end walkthroughs that combine multiple tools into complete workflows.

Deploy forms and sites from AI conversations.