UseGrant MCP Server

Official

get_client

Retrieve client details by specifying provider and client IDs using the UseGrant MCP Server. Simplify client management and access information with this tool.

Instructions

Get client details by provider and client ID

Input Schema

NameRequiredDescriptionDefault
clientIdYesThe ID of the client
providerIdYesThe ID of the provider

Input Schema (JSON Schema)

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