UseGrant MCP Server

Official

get_tenant

Retrieve tenant details by ID using the UseGrant MCP Server to manage and access tenant-specific information within the platform.

Instructions

Get a tenant by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the tenant

Input Schema (JSON Schema)

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