Skip to content

get_submissions

Get form submissions for a deployment. Returns paginated results with all submitted data.

Annotations

AnnotationValue
readOnlyHinttrue
destructiveHintfalse
openWorldHinttrue

Parameters

NameTypeRequiredDescription
idstringYesThe deployment ID
pagenumberNoPage number (default 1)
limitnumberNoResults per page (default 20, max 100)

Example

User prompt:

"Show me the form submissions for my contact page"

What Claude does:

  1. Calls get_submissions with the deployment ID.
  2. Returns paginated submission data with timestamps.

Notes

  • Any <form> on a deployed page can submit to /_submit and data is stored automatically.
  • Submissions are private - only the deployment owner can read them via the MCP tool, API, or dashboard. The /_submit endpoint is write-only for visitors.
  • Use delete_submission to remove individual submissions.
  • Submissions are also viewable in the Based Page dashboard under each deployment.

Deploy apps from conversation.