run_browser_use_task
Launch an autonomous browser agent to handle complex multi-step tasks on Infinite Backlog, such as searching games or managing collections.
Instructions
Run an autonomous browser-use agent for complex multi-step tasks on Infinite Backlog. Prefer the deterministic tools for simple reads/clicks. The agent is scoped to infinitebacklog.net and will refuse tasks that contain a non-IB URL.
Requires: pip install browser-use + an LLM API key in the environment (OPENAI_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY, or BROWSER_USE_API_KEY).
Examples:
"Go to infinitebacklog.net, search for Hades, and summarize the first result"
"Open my collection page and list unfinished RPGs" (needs cookies/login)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| model | No | gpt-4o-mini | |
| headless | No | ||
| max_steps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |