UseGrant MCP Server

Official

list_domains

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" }