We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KAIpany/Lark-MCP-KAIpany'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { z } from 'zod';
export type tenantV2ToolName = 'tenant.v2.tenantProductAssignInfo.query' | 'tenant.v2.tenant.query';
export const tenantV2TenantProductAssignInfoQuery = {
project: 'tenant',
name: 'tenant.v2.tenantProductAssignInfo.query',
sdkName: 'tenant.v2.tenantProductAssignInfo.query',
path: '/open-apis/tenant/v2/tenant/assign_info_list/query',
httpMethod: 'GET',
description:
'[Feishu/Lark]-Company Information-Tenant Product Assign Info-Obtain company assign information-Obtain the seat list to be allocated under the tenant, including seat name, subscription ID, quantity and validity period',
accessTokens: ['tenant'],
schema: {},
};
export const tenantV2TenantQuery = {
project: 'tenant',
name: 'tenant.v2.tenant.query',
sdkName: 'tenant.v2.tenant.query',
path: '/open-apis/tenant/v2/tenant/query',
httpMethod: 'GET',
description:
'[Feishu/Lark]-Company Information-Obtain company information-Obtains company information such as the company name and the company ID',
accessTokens: ['tenant'],
schema: {},
};
export const tenantV2Tools = [tenantV2TenantProductAssignInfoQuery, tenantV2TenantQuery];