AgentUI Tool Renderer
Convert an MCP tool schema into an AgentUI render payload and validate the form schema locally.
agentui-payload.json
{
"tool": "execute_command",
"fields": [
{
"name": "command",
"type": "text",
"required": true
},
{
"name": "args",
"type": "list"
}
]
}