We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/serkan-ozal/browser-devtools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
wait.md•592 B
# /wait
Wait for network activity to become idle.
## Usage
```
/wait [timeout]
```
## Description
Waits for all network requests to complete. Useful after navigation or actions that trigger API calls.
## Arguments
- `timeout` (optional): Maximum wait time in milliseconds (default: 30000)
## Examples
```
/wait
/wait 5000
/wait 60000
```
## Notes
- Considers network idle when no requests for 500ms
- Times out if network doesn't become idle within timeout
- Useful before taking screenshots or assertions
## MCP Tools Used
- `sync_wait-for-network-idle` - Wait for network idle