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
reload.md•492 B
# /reload
Reload the current page.
## Usage
```
/reload [--hard]
```
## Description
Reloads the current page. Optionally performs a hard reload that bypasses the cache.
## Arguments
- `--hard` (optional): Bypass browser cache
## Examples
```
/reload
/reload --hard
```
## Notes
- Normal reload uses cached resources
- Hard reload fetches all resources fresh from server
- Waits for page load to complete before returning
## MCP Tools Used
- `navigation_reload` - Reload the page