Skip to main content
Glama

Browser Agent MCP

api_delete

Execute a DELETE request to an API endpoint using the Browser Agent MCP. Provide the URL and optional headers to remove data or resources directly from web applications.

Instructions

Perform a DELETE request to an API endpoint

Input Schema

NameRequiredDescriptionDefault
headersNoRequest headers
urlYesAPI endpoint URL

Input Schema (JSON Schema)

{ "properties": { "headers": { "additionalProperties": { "type": "string" }, "description": "Request headers", "type": "object" }, "url": { "description": "API endpoint URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/imprvhub/mcp-browser-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server