UseGrant MCP Server

Official

list_domains

Retrieve all domains associated with a provider using the specified provider ID to manage and organize domain data on the UseGrant MCP Server.

Instructions

List all domains for a provider

Input Schema

NameRequiredDescriptionDefault
providerIdYesThe ID of the provider

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "providerId": { "description": "The ID of the provider", "minLength": 1, "type": "string" } }, "required": [ "providerId" ], "type": "object" }
ID: f9sh0l5djt