MCPVault

find_submissions

MCP tool from Uag by formio

Enables the agent to parse a user's natural language request into a query for a submission, or a specific field of a particular submission.

How to use it

find_submissions is exposed by the Uag MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the find_submissions tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL UAG LISTING

Other tools in Uag (9)

agent_provide_data

Enables an AI Agent to be able to analyze existing submission data according to rules defined with a configurable Criteria. It will then instruct the Agent to provide generated data for fields configured for a specific persona using the submissionupdate tool. Please read the Agentic Workflows sectio

collect_field_data

Provides the AI agent with a mechanism to dynamically collect the required information from the user. It can parse the user's input into multiple fields at once, and will identify additional inputs from the user if needed. <br/>This tool supports complex and structured data collection and is compati

confirm_form_submission

This tool is used to provide a summary of all data collected before a submission is made to the form.

fetch_external_data

This tool enables an AI Agent to pull external data into a form workflow through the use of either a Resource component, Select with URL, or a Data Source component.

get_field_info

Once the fields have been determined using getformfields, this tool provides specific information about the requested fields, such as validation, conditionals, input formats, etc. <br/>This tool instructs the AI agent on how to format and structure the data that is sent to the MCP server.

get_form_fields

When the AI agent infers the user intends to use a specific form, this tool provides the agent with a high level overview of all the fields needed (along with the field data path) to submit that form.

get_forms

Provides the AI agent with a list of available forms. <br/>It will only return forms that have been tagged uag.

submission_update

Provides the AI agent with the ability to update an existing submission, either by supplying unfilled fields or updating existing ones if allowed. Provides the AI agent with the context of the existing field values, allowing inline changes or edits.

submit_completed_form

Provides the AI agent with the ability to submit all of the data collected from the user to create the form submission.