UseGrant MCP Server

Official

list_tenant_providers

List all providers for a tenant

Input Schema

NameRequiredDescriptionDefault
tenantIdYesThe ID of the tenant

Input Schema (JSON Schema)

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