Skip to main content
Glama

UseGrant MCP Server

Official
by usegranthq

delete_domain

Remove a domain from a provider by specifying the domain and provider IDs using this tool on the UseGrant MCP Server.

Instructions

Delete a domain from a provider

Input Schema

NameRequiredDescriptionDefault
domainIdYesThe ID of the domain
providerIdYesThe ID of the provider

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "domainId": { "description": "The ID of the domain", "minLength": 1, "type": "string" }, "providerId": { "description": "The ID of the provider", "minLength": 1, "type": "string" } }, "required": [ "providerId", "domainId" ], "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/usegranthq/mcp-server'

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