Skip to main content
Glama

UseGrant MCP Server

Official
by usegranthq

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/usegranthq/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server