Parse User Agent
user_agent_parseParses a user-agent string to extract browser, device, OS, and engine details. Identifies crawlers, bots, and potential attack user-agents.
Instructions
Parse a single user-agent string to extract browser, device, OS, and engine details. Also identifies crawlers/bots and flags potential attack user-agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_agent | Yes | The user-agent string to parse (e.g. "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 ..."). |