Skip to main content
Glama
index.ts854 B
/** * Services and Business Logic * * This directory contains: * - Tally.so API client implementation * - Authentication and token management * - Rate limiting and error handling * - Business logic for form operations */ export { TallyApiClient, type TallyApiClientConfig, type ApiResponse, type HttpMethod } from './TallyApiClient'; export * from './nlp-service'; export * from './tally-api-service'; export * from './form-modification-parser'; export * from './form-modification-operations'; export { TemplateService } from './template-service'; export { SubmissionService } from './submission-service'; export { WorkspaceService } from './workspace-service'; export { ApiKeyService, apiKeyService } from './api-key-service'; export { TeamService } from './team-service'; export { FormPublicationService } from './form-publication-service';

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/learnwithcc/tally-mcp'

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