New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

send_test_submission

Store a TEST submission so you can prove a form is live and receiving. Stored only: it appears in the owner's Inbox with a Test badge but sends NO email, runs NO spam scoring, and never counts toward quota. Optionally pass sample fields; omit to use a default payload. Capped at the 5 newest test ...

SERVERFormpaste SOURCEformpaste-mcp
Medium RISK CLASS
Category Write
Parameters 21 required
Recommended Rate-limitedsee the rule below
Registry record Grade C, identity unverified Pull the record →

This record as markdown: /tools/com-formpaste-formpaste/send-test-submission.md

What send_test_submission does on Formpaste

AI agents use send_test_submission to create or update resources in Formpaste, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Formpaste environment.

ParameterTypeRequiredDescription
fields object Optional sample form fields as a flat string map, e.g. { name, email, message }. Omit to use a default test payload.
formId string Yes A form id from create_form or list_forms, e.g. frm_...

Parameters from the server's own tool schema.

Why send_test_submission is rated Medium

This tool creates test submission records in a form system, which is a Write operation. It is reversible (limited to 5 rows per form, clearly marked as test data) and has minimal side effects (no email sending, no spam scoring, no quota impact). The scope is intentionally limited to non-production testing, making this low severity.

From the tool's definition Tool description states 'Store a TEST submission' and 'Stored only: it appears in the owner's Inbox with a Test badge'. The word 'Store' indicates data creation/modification.

Questions about send_test_submission

What does the send_test_submission tool do? +

Store a TEST submission so you can prove a form is live and receiving. Stored only: it appears in the owner's Inbox with a Test badge but sends NO email, runs NO spam scoring, and never counts toward quota. Optionally pass sample fields; omit to use a default payload. Capped at the 5 newest test rows per form. Errors with: unauthorized, not_found, invalid_input, too_many_fields, field_too_large. It is categorised as a Write tool in the Formpaste MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does send_test_submission accept? +

send_test_submission accepts 2 parameters: fields, formId. Required: formId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on send_test_submission? +

Register the Formpaste MCP server in PolicyLayer and add a rule for send_test_submission: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Formpaste. Nothing to install.

What risk level is send_test_submission? +

send_test_submission is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit send_test_submission? +

Yes. Add a rate_limit block to the send_test_submission rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block send_test_submission completely? +

Set action: deny in the PolicyLayer policy for send_test_submission. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides send_test_submission? +

send_test_submission is provided by the Formpaste MCP server (formpaste-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Formpaste, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Formpaste's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.