Skip to main content
Glama

mcp-google-sheets

solution.ts473 B
import { Static, Type } from '@sinclair/typebox' import { ProjectState } from '../project-release/project-state' export const Solution = Type.Object({ name: Type.String(), description: Type.String(), state: ProjectState, }) export type Solution = Static<typeof Solution> export const ExportRequestBody = Type.Object({ name: Type.String(), description: Type.Optional(Type.String()), }) export type ExportRequestBody = Static<typeof ExportRequestBody>

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