Skip to main content
Glama

mcp-google-sheets

oauth-app.ts740 B
import { BaseModelSchema } from '@activepieces/shared' import { Static, Type } from '@sinclair/typebox' export const OAuthApp = Type.Object({ ...BaseModelSchema, pieceName: Type.String(), platformId: Type.String(), clientId: Type.String(), }) export type OAuthApp = Static<typeof OAuthApp> export const UpsertOAuth2AppRequest = Type.Object({ pieceName: Type.String(), clientId: Type.String(), clientSecret: Type.String(), }) export type UpsertOAuth2AppRequest = Static<typeof UpsertOAuth2AppRequest> export const ListOAuth2AppRequest = Type.Object({ limit: Type.Optional(Type.Number()), cursor: Type.Optional(Type.String()), }) export type ListOAuth2AppRequest = Static<typeof ListOAuth2AppRequest>

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