Skip to main content
Glama
userGroups.ts732 B
import z from "zod"; // User Groups Schemas export const ListUserGroupsSchema = { per_page: z .number() .optional() .describe( "Number of user group records to be fetched per page. Default value is 50 and maximum value is 100.", ), page: z .number() .optional() .describe( "Page number for which user group records are to be fetched. Default value is 0.", ), order: z .enum(["asc", "desc"]) .optional() .describe( "Order in which the user group records should appear based on the user group Id. Default value is desc.", ), }; export const GetUserGroupSchema = { id: z .number() .describe("Unique id of the user group as generated by JustCall"), };

Latest Blog Posts

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/saaslabsco/justcall-mcp-server'

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