Skip to main content
Glama
types.ts982 B
export interface TodoistTask { id: string; project_id: string; content: string; description: string; is_completed: boolean; labels: string[]; priority: number; due: { date: string; string: string; lang: string; is_recurring: boolean; } | null; url: string; comment_count: number; created_at: string; updated_at: string; } export interface TasksResponse { tasks: Array<{ id: number; content: string; description: string; is_completed: boolean; labels: string[]; priority: number; due_date: string | null; url: string; comment_count: number; }>; total_count: number; } export interface TodoistProject { id: string; name: string; color: string; parent_id?: string; order: number; comment_count: number; is_shared: boolean; is_favorite: boolean; is_inbox_project: boolean; is_team_inbox: boolean; view_style: string; url: string; created_at: string; updated_at: string; }

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/bkotos/todoist-mcp'

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