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.
How to use it
get_form_fields is exposed by the Uag MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_form_fields tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL UAG LISTINGOther tools in Uag (9)
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
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
This tool is used to provide a summary of all data collected before a submission is made to the form.
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.
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.
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.
Provides the AI agent with a list of available forms. <br/>It will only return forms that have been tagged uag.
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.
Provides the AI agent with the ability to submit all of the data collected from the user to create the form submission.