Skip to main content
Glama

mcp-google-sheets

folder.ts467 B
import { Static, Type } from '@sinclair/typebox' import { BaseModelSchema } from '../../common' export type FolderId = string export const Folder = Type.Object({ ...BaseModelSchema, id: Type.String(), projectId: Type.String(), displayName: Type.String(), displayOrder: Type.Number(), }) export const UncategorizedFolderId = 'UNCATEGORIZED' export type Folder = Static<typeof Folder> export type FolderDto = Folder & { numberOfFlows: number }

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/activepieces/activepieces'

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