Skip to main content
Glama
project.requests.ts455 B
import { Static, Type } from '@sinclair/typebox' import { ProjectType } from './project' export const ListProjectRequestForUserQueryParams = Type.Object({ cursor: Type.Optional(Type.String()), limit: Type.Optional(Type.Number()), displayName: Type.Optional(Type.String()), types: Type.Optional(Type.Array(Type.Enum(ProjectType))), }) export type ListProjectRequestForUserQueryParams = Static<typeof ListProjectRequestForUserQueryParams>

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

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