Skip to main content
Glama

Teamwork MCP

TaskRepeatOptions.ts449 B
import { PayloadNullableDate } from './PayloadNullableDate.js'; /** * RepeatOptions stores recurring information for the task. */ export interface TaskRepeatOptions { duration?: number; editOption?: string; endsAt?: PayloadNullableDate; frequency?: string; monthlyRepeatType?: string; /** * Adds the RRule definition for repeating tasks. It replaces all other repeating fields. */ rrule?: string; selectedDays?: string[]; }

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/Vizioz/Teamwork-MCP'

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