Skip to main content
Glama

UseGrant MCP Server

Official
by usegranthq

create_tenant

Add a new tenant to the UseGrant MCP Server by specifying a name and description, enabling efficient management of tenant-specific configurations and resources.

Instructions

Create a new tenant

Input Schema

NameRequiredDescriptionDefault
descriptionYesThe description of the tenant
nameYesThe name of the tenant

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "The description of the tenant", "maxLength": 100, "minLength": 1, "type": "string" }, "name": { "description": "The name of the tenant", "minLength": 3, "type": "string" } }, "required": [ "name", "description" ], "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