Skip to main content
Glama
account.ts319 B
import { z } from 'zod'; export const accountUserSchema = z .object({ id: z.number(), email: z.string(), firstname: z.string(), lastname: z.string(), phone: z.string(), jobtitle: z.string(), date_lastlogin: z.string(), }) .passthrough(); export const accountUsersSchema = z.array(accountUserSchema);

Implementation Reference

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

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