yutori-browse
Browser Automation
Help the user automate browser-based tasks using Yutori's Navigator agent.
Process
-
Understand the task
- What website needs to be automated?
- What actions are required? (clicking, typing, extracting data)
- Does it require login or authentication?
-
Define the task clearly
- Break complex workflows into clear steps
- Specify what data to extract if applicable
- Note any buttons or elements to interact with
-
Start the browsing task Use
run_browsing_taskwith:task: Clear natural language instructionsstart_url: The URL to begin browsingmax_steps: 25 (default) to 100 for complex flowsrequire_auth: true: For login forms or other authenticated workflowsbrowser: "local": When the task should run through Yutori Local with the user's desktop sessionoutput_fields: For structured data extraction (e.g., ["name", "price", "url"])webhook_url: HTTPS URL for completion notificationwebhook_format:scout(default),slack, orzapier
-
Poll for results
- Browsing typically takes 30-120 seconds depending on complexity
- Use
get_browsing_task_resultto check status - Poll every 10-15 seconds until complete
-
Review and validate
- Check the extracted data or confirmation
- Verify the task completed as expected
Task Writing Tips
- Be specific about UI elements: "Click the blue 'Submit' button"
- Reference visible text when possible
- For forms, specify which fields get which values
$ARGUMENTS
More from yutori-ai/yutori-mcp
yutori-research
Execute deep web research on any topic using Yutori's research agents. Use for competitive analysis, market research, finding documentation, or answering complex questions that require synthesizing information from multiple sources.
40yutori-competitor-watch
Quickly set up monitoring for a competitor company. Tracks news, product updates, funding, and public announcements.
40yutori-scout
Set up continuous web monitoring with Yutori Scouts. Use when the user wants to track news, competitors, product updates, funding rounds, price changes, or any recurring web information.
38yutori-api-monitor
Set up monitoring for API changes, changelogs, or documentation updates. Useful for tracking breaking changes in services you depend on.
37yutori-login
Log in to Yutori to connect your account
24login
Log in to Yutori to connect your account
17