UseGrant MCP Server

Official

list_tenant_provider_policies

List all policies for a tenant provider

Input Schema

NameRequiredDescriptionDefault
providerIdYesThe ID of the tenant provider
tenantIdYesThe ID of the tenant

Input Schema (JSON Schema)

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