@doist/todoist-ai 8.6.0 → 8.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/README.md +2 -2
  2. package/dist/mcp-apps/index.html +98 -0
  3. package/package.json +12 -5
  4. package/dist/filter-helpers.d.ts +0 -51
  5. package/dist/filter-helpers.d.ts.map +0 -1
  6. package/dist/index.d.ts +0 -2866
  7. package/dist/index.d.ts.map +0 -1
  8. package/dist/index.js +0 -98
  9. package/dist/main-http.d.ts +0 -3
  10. package/dist/main-http.d.ts.map +0 -1
  11. package/dist/main-http.js +0 -36
  12. package/dist/main.d.ts +0 -3
  13. package/dist/main.d.ts.map +0 -1
  14. package/dist/main.js +0 -17
  15. package/dist/mcp-helpers.d.ts +0 -64
  16. package/dist/mcp-helpers.d.ts.map +0 -1
  17. package/dist/mcp-server-CYpy6_9b.js +0 -5773
  18. package/dist/mcp-server.d.ts +0 -16
  19. package/dist/mcp-server.d.ts.map +0 -1
  20. package/dist/prompts/productivity-analysis.d.ts +0 -58
  21. package/dist/prompts/productivity-analysis.d.ts.map +0 -1
  22. package/dist/todoist-tool.d.ts +0 -62
  23. package/dist/todoist-tool.d.ts.map +0 -1
  24. package/dist/tool-execution-error.d.ts +0 -7
  25. package/dist/tool-execution-error.d.ts.map +0 -1
  26. package/dist/tool-helpers.d.ts +0 -264
  27. package/dist/tool-helpers.d.ts.map +0 -1
  28. package/dist/tools/add-comments.d.ts +0 -83
  29. package/dist/tools/add-comments.d.ts.map +0 -1
  30. package/dist/tools/add-filters.d.ts +0 -94
  31. package/dist/tools/add-filters.d.ts.map +0 -1
  32. package/dist/tools/add-labels.d.ts +0 -92
  33. package/dist/tools/add-labels.d.ts.map +0 -1
  34. package/dist/tools/add-projects.d.ts +0 -112
  35. package/dist/tools/add-projects.d.ts.map +0 -1
  36. package/dist/tools/add-reminders.d.ts +0 -141
  37. package/dist/tools/add-reminders.d.ts.map +0 -1
  38. package/dist/tools/add-sections.d.ts +0 -50
  39. package/dist/tools/add-sections.d.ts.map +0 -1
  40. package/dist/tools/add-tasks.d.ts +0 -118
  41. package/dist/tools/add-tasks.d.ts.map +0 -1
  42. package/dist/tools/analyze-project-health.d.ts +0 -45
  43. package/dist/tools/analyze-project-health.d.ts.map +0 -1
  44. package/dist/tools/complete-tasks.d.ts +0 -42
  45. package/dist/tools/complete-tasks.d.ts.map +0 -1
  46. package/dist/tools/delete-object.d.ts +0 -54
  47. package/dist/tools/delete-object.d.ts.map +0 -1
  48. package/dist/tools/fetch-object.d.ts +0 -199
  49. package/dist/tools/fetch-object.d.ts.map +0 -1
  50. package/dist/tools/fetch.d.ts +0 -41
  51. package/dist/tools/fetch.d.ts.map +0 -1
  52. package/dist/tools/find-activity.d.ts +0 -91
  53. package/dist/tools/find-activity.d.ts.map +0 -1
  54. package/dist/tools/find-comments.d.ts +0 -89
  55. package/dist/tools/find-comments.d.ts.map +0 -1
  56. package/dist/tools/find-completed-tasks.d.ts +0 -115
  57. package/dist/tools/find-completed-tasks.d.ts.map +0 -1
  58. package/dist/tools/find-filters.d.ts +0 -92
  59. package/dist/tools/find-filters.d.ts.map +0 -1
  60. package/dist/tools/find-labels.d.ts +0 -81
  61. package/dist/tools/find-labels.d.ts.map +0 -1
  62. package/dist/tools/find-project-collaborators.d.ts +0 -84
  63. package/dist/tools/find-project-collaborators.d.ts.map +0 -1
  64. package/dist/tools/find-projects.d.ts +0 -87
  65. package/dist/tools/find-projects.d.ts.map +0 -1
  66. package/dist/tools/find-reminders.d.ts +0 -92
  67. package/dist/tools/find-reminders.d.ts.map +0 -1
  68. package/dist/tools/find-sections.d.ts +0 -41
  69. package/dist/tools/find-sections.d.ts.map +0 -1
  70. package/dist/tools/find-tasks-by-date.d.ts +0 -111
  71. package/dist/tools/find-tasks-by-date.d.ts.map +0 -1
  72. package/dist/tools/find-tasks-by-date.resource.d.ts +0 -28
  73. package/dist/tools/find-tasks-by-date.resource.d.ts.map +0 -1
  74. package/dist/tools/find-tasks.d.ts +0 -116
  75. package/dist/tools/find-tasks.d.ts.map +0 -1
  76. package/dist/tools/get-overview.d.ts +0 -122
  77. package/dist/tools/get-overview.d.ts.map +0 -1
  78. package/dist/tools/get-productivity-stats.d.ts +0 -160
  79. package/dist/tools/get-productivity-stats.d.ts.map +0 -1
  80. package/dist/tools/get-project-activity-stats.d.ts +0 -48
  81. package/dist/tools/get-project-activity-stats.d.ts.map +0 -1
  82. package/dist/tools/get-project-health.d.ts +0 -112
  83. package/dist/tools/get-project-health.d.ts.map +0 -1
  84. package/dist/tools/get-workspace-insights.d.ts +0 -65
  85. package/dist/tools/get-workspace-insights.d.ts.map +0 -1
  86. package/dist/tools/list-workspaces.d.ts +0 -54
  87. package/dist/tools/list-workspaces.d.ts.map +0 -1
  88. package/dist/tools/manage-assignments.d.ts +0 -72
  89. package/dist/tools/manage-assignments.d.ts.map +0 -1
  90. package/dist/tools/project-management.d.ts +0 -78
  91. package/dist/tools/project-management.d.ts.map +0 -1
  92. package/dist/tools/project-move.d.ts +0 -88
  93. package/dist/tools/project-move.d.ts.map +0 -1
  94. package/dist/tools/reorder-objects.d.ts +0 -50
  95. package/dist/tools/reorder-objects.d.ts.map +0 -1
  96. package/dist/tools/reschedule-tasks.d.ts +0 -78
  97. package/dist/tools/reschedule-tasks.d.ts.map +0 -1
  98. package/dist/tools/search.d.ts +0 -43
  99. package/dist/tools/search.d.ts.map +0 -1
  100. package/dist/tools/uncomplete-tasks.d.ts +0 -42
  101. package/dist/tools/uncomplete-tasks.d.ts.map +0 -1
  102. package/dist/tools/update-comments.d.ts +0 -87
  103. package/dist/tools/update-comments.d.ts.map +0 -1
  104. package/dist/tools/update-filters.d.ts +0 -106
  105. package/dist/tools/update-filters.d.ts.map +0 -1
  106. package/dist/tools/update-projects.d.ts +0 -120
  107. package/dist/tools/update-projects.d.ts.map +0 -1
  108. package/dist/tools/update-reminders.d.ts +0 -141
  109. package/dist/tools/update-reminders.d.ts.map +0 -1
  110. package/dist/tools/update-sections.d.ts +0 -52
  111. package/dist/tools/update-sections.d.ts.map +0 -1
  112. package/dist/tools/update-tasks.d.ts +0 -113
  113. package/dist/tools/update-tasks.d.ts.map +0 -1
  114. package/dist/tools/user-info.d.ts +0 -57
  115. package/dist/tools/user-info.d.ts.map +0 -1
  116. package/dist/tools/view-attachment.d.ts +0 -48
  117. package/dist/tools/view-attachment.d.ts.map +0 -1
  118. package/dist/utils/assignment-validator.d.ts +0 -69
  119. package/dist/utils/assignment-validator.d.ts.map +0 -1
  120. package/dist/utils/colors.d.ts +0 -68
  121. package/dist/utils/colors.d.ts.map +0 -1
  122. package/dist/utils/constants.d.ts +0 -53
  123. package/dist/utils/constants.d.ts.map +0 -1
  124. package/dist/utils/date.d.ts +0 -18
  125. package/dist/utils/date.d.ts.map +0 -1
  126. package/dist/utils/duration-parser.d.ts +0 -36
  127. package/dist/utils/duration-parser.d.ts.map +0 -1
  128. package/dist/utils/filter-resolver.d.ts +0 -27
  129. package/dist/utils/filter-resolver.d.ts.map +0 -1
  130. package/dist/utils/labels.d.ts +0 -13
  131. package/dist/utils/labels.d.ts.map +0 -1
  132. package/dist/utils/output-schemas.d.ts +0 -191
  133. package/dist/utils/output-schemas.d.ts.map +0 -1
  134. package/dist/utils/priorities.d.ts +0 -14
  135. package/dist/utils/priorities.d.ts.map +0 -1
  136. package/dist/utils/reminder-schemas.d.ts +0 -29
  137. package/dist/utils/reminder-schemas.d.ts.map +0 -1
  138. package/dist/utils/response-builders.d.ts +0 -93
  139. package/dist/utils/response-builders.d.ts.map +0 -1
  140. package/dist/utils/sanitize-data.d.ts +0 -10
  141. package/dist/utils/sanitize-data.d.ts.map +0 -1
  142. package/dist/utils/test-helpers.d.ts +0 -91
  143. package/dist/utils/test-helpers.d.ts.map +0 -1
  144. package/dist/utils/tool-names.d.ts +0 -55
  145. package/dist/utils/tool-names.d.ts.map +0 -1
  146. package/dist/utils/user-resolver.d.ts +0 -39
  147. package/dist/utils/user-resolver.d.ts.map +0 -1
  148. package/dist/utils/widget-loader.d.ts +0 -7
  149. package/dist/utils/widget-loader.d.ts.map +0 -1
  150. package/dist/utils/workspace-resolver.d.ts +0 -31
  151. package/dist/utils/workspace-resolver.d.ts.map +0 -1
  152. package/scripts/inline-widget-builder.ts +0 -87
  153. package/scripts/inline-widgets-vite-plugin.ts +0 -134
package/dist/index.d.ts DELETED
@@ -1,2866 +0,0 @@
1
- import { FEATURE_NAMES, Feature, FeatureName, Features } from './mcp-helpers.js';
2
- import { getMcpServer } from './mcp-server.js';
3
- import { addComments } from './tools/add-comments.js';
4
- import { addFilters } from './tools/add-filters.js';
5
- import { addLabels } from './tools/add-labels.js';
6
- import { addProjects } from './tools/add-projects.js';
7
- import { addSections } from './tools/add-sections.js';
8
- import { addTasks } from './tools/add-tasks.js';
9
- import { analyzeProjectHealth } from './tools/analyze-project-health.js';
10
- import { completeTasks } from './tools/complete-tasks.js';
11
- import { deleteObject } from './tools/delete-object.js';
12
- import { fetch } from './tools/fetch.js';
13
- import { findActivity } from './tools/find-activity.js';
14
- import { findComments } from './tools/find-comments.js';
15
- import { findCompletedTasks } from './tools/find-completed-tasks.js';
16
- import { findFilters } from './tools/find-filters.js';
17
- import { findLabels } from './tools/find-labels.js';
18
- import { findProjectCollaborators } from './tools/find-project-collaborators.js';
19
- import { findProjects } from './tools/find-projects.js';
20
- import { findSections } from './tools/find-sections.js';
21
- import { findTasks } from './tools/find-tasks.js';
22
- import { findTasksByDate } from './tools/find-tasks-by-date.js';
23
- import { getOverview } from './tools/get-overview.js';
24
- import { getProductivityStats } from './tools/get-productivity-stats.js';
25
- import { getProjectActivityStats } from './tools/get-project-activity-stats.js';
26
- import { getProjectHealth } from './tools/get-project-health.js';
27
- import { getWorkspaceInsights } from './tools/get-workspace-insights.js';
28
- import { listWorkspaces } from './tools/list-workspaces.js';
29
- import { manageAssignments } from './tools/manage-assignments.js';
30
- import { reorderObjects } from './tools/reorder-objects.js';
31
- import { rescheduleTasks } from './tools/reschedule-tasks.js';
32
- import { search } from './tools/search.js';
33
- import { uncompleteTasks } from './tools/uncomplete-tasks.js';
34
- import { updateComments } from './tools/update-comments.js';
35
- import { updateFilters } from './tools/update-filters.js';
36
- import { updateProjects } from './tools/update-projects.js';
37
- import { updateSections } from './tools/update-sections.js';
38
- import { updateTasks } from './tools/update-tasks.js';
39
- import { userInfo } from './tools/user-info.js';
40
- import { viewAttachment } from './tools/view-attachment.js';
41
- declare const tools: {
42
- addTasks: {
43
- name: "add-tasks";
44
- description: string;
45
- parameters: {
46
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
47
- content: import('zod').ZodString;
48
- description: import('zod').ZodOptional<import('zod').ZodString>;
49
- priority: import('zod').ZodOptional<import('zod').ZodEnum<{
50
- p1: "p1";
51
- p2: "p2";
52
- p3: "p3";
53
- p4: "p4";
54
- }>>;
55
- dueString: import('zod').ZodOptional<import('zod').ZodString>;
56
- deadlineDate: import('zod').ZodOptional<import('zod').ZodString>;
57
- duration: import('zod').ZodOptional<import('zod').ZodString>;
58
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
59
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
60
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
61
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
62
- order: import('zod').ZodOptional<import('zod').ZodNumber>;
63
- responsibleUser: import('zod').ZodOptional<import('zod').ZodString>;
64
- isUncompletable: import('zod').ZodOptional<import('zod').ZodBoolean>;
65
- }, import('zod/v4/core').$strip>>;
66
- };
67
- outputSchema: {
68
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
69
- id: import('zod').ZodString;
70
- content: import('zod').ZodString;
71
- description: import('zod').ZodString;
72
- dueDate: import('zod').ZodOptional<import('zod').ZodString>;
73
- recurring: import('zod').ZodUnion<readonly [import('zod').ZodBoolean, import('zod').ZodString]>;
74
- deadlineDate: import('zod').ZodOptional<import('zod').ZodString>;
75
- priority: import('zod').ZodEnum<{
76
- p1: "p1";
77
- p2: "p2";
78
- p3: "p3";
79
- p4: "p4";
80
- }>;
81
- projectId: import('zod').ZodString;
82
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
83
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
84
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
85
- duration: import('zod').ZodOptional<import('zod').ZodString>;
86
- responsibleUid: import('zod').ZodOptional<import('zod').ZodString>;
87
- isUncompletable: import('zod').ZodOptional<import('zod').ZodBoolean>;
88
- assignedByUid: import('zod').ZodOptional<import('zod').ZodString>;
89
- checked: import('zod').ZodBoolean;
90
- completedAt: import('zod').ZodOptional<import('zod').ZodString>;
91
- }, import('zod/v4/core').$strip>>;
92
- totalCount: import('zod').ZodNumber;
93
- failures: import('zod').ZodArray<import('zod').ZodObject<{
94
- item: import('zod').ZodString;
95
- error: import('zod').ZodString;
96
- code: import('zod').ZodOptional<import('zod').ZodString>;
97
- }, import('zod/v4/core').$strip>>;
98
- totalRequested: import('zod').ZodNumber;
99
- successCount: import('zod').ZodNumber;
100
- failureCount: import('zod').ZodNumber;
101
- };
102
- annotations: {
103
- readOnlyHint: false;
104
- destructiveHint: false;
105
- idempotentHint: false;
106
- };
107
- execute({ tasks }: {
108
- tasks: {
109
- content: string;
110
- description?: string | undefined;
111
- priority?: "p1" | "p2" | "p3" | "p4" | undefined;
112
- dueString?: string | undefined;
113
- deadlineDate?: string | undefined;
114
- duration?: string | undefined;
115
- labels?: string[] | undefined;
116
- projectId?: string | undefined;
117
- sectionId?: string | undefined;
118
- parentId?: string | undefined;
119
- order?: number | undefined;
120
- responsibleUser?: string | undefined;
121
- isUncompletable?: boolean | undefined;
122
- }[];
123
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
124
- textContent: string;
125
- structuredContent: {
126
- tasks: {
127
- id: string;
128
- content: string;
129
- description: string;
130
- dueDate: string | undefined;
131
- recurring: string | boolean;
132
- deadlineDate: string | undefined;
133
- priority: "p1" | "p2" | "p3" | "p4";
134
- projectId: string;
135
- sectionId: string | undefined;
136
- parentId: string | undefined;
137
- labels: string[];
138
- duration: string | undefined;
139
- responsibleUid: string | undefined;
140
- assignedByUid: string | undefined;
141
- checked: boolean;
142
- completedAt: string | undefined;
143
- }[];
144
- totalCount: number;
145
- failures: {
146
- item: string;
147
- error: string;
148
- }[];
149
- totalRequested: number;
150
- successCount: number;
151
- failureCount: number;
152
- };
153
- }>;
154
- };
155
- completeTasks: {
156
- name: "complete-tasks";
157
- description: string;
158
- parameters: {
159
- ids: import('zod').ZodArray<import('zod').ZodString>;
160
- };
161
- outputSchema: {
162
- completed: import('zod').ZodArray<import('zod').ZodString>;
163
- failures: import('zod').ZodArray<import('zod').ZodObject<{
164
- item: import('zod').ZodString;
165
- error: import('zod').ZodString;
166
- code: import('zod').ZodOptional<import('zod').ZodString>;
167
- }, import('zod/v4/core').$strip>>;
168
- totalRequested: import('zod').ZodNumber;
169
- successCount: import('zod').ZodNumber;
170
- failureCount: import('zod').ZodNumber;
171
- };
172
- annotations: {
173
- readOnlyHint: false;
174
- destructiveHint: true;
175
- idempotentHint: false;
176
- };
177
- execute(args: {
178
- ids: string[];
179
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
180
- textContent: string;
181
- structuredContent: {
182
- completed: string[];
183
- failures: {
184
- item: string;
185
- error: string;
186
- code?: string;
187
- }[];
188
- totalRequested: number;
189
- successCount: number;
190
- failureCount: number;
191
- };
192
- }>;
193
- };
194
- uncompleteTasks: {
195
- name: "uncomplete-tasks";
196
- description: string;
197
- parameters: {
198
- ids: import('zod').ZodArray<import('zod').ZodString>;
199
- };
200
- outputSchema: {
201
- uncompleted: import('zod').ZodArray<import('zod').ZodString>;
202
- failures: import('zod').ZodArray<import('zod').ZodObject<{
203
- item: import('zod').ZodString;
204
- error: import('zod').ZodString;
205
- code: import('zod').ZodOptional<import('zod').ZodString>;
206
- }, import('zod/v4/core').$strip>>;
207
- totalRequested: import('zod').ZodNumber;
208
- successCount: import('zod').ZodNumber;
209
- failureCount: import('zod').ZodNumber;
210
- };
211
- annotations: {
212
- readOnlyHint: false;
213
- destructiveHint: false;
214
- idempotentHint: false;
215
- };
216
- execute(args: {
217
- ids: string[];
218
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
219
- textContent: string;
220
- structuredContent: {
221
- uncompleted: string[];
222
- failures: {
223
- item: string;
224
- error: string;
225
- code?: string;
226
- }[];
227
- totalRequested: number;
228
- successCount: number;
229
- failureCount: number;
230
- };
231
- }>;
232
- };
233
- updateTasks: {
234
- name: "update-tasks";
235
- description: string;
236
- parameters: {
237
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
238
- id: import('zod').ZodString;
239
- content: import('zod').ZodOptional<import('zod').ZodString>;
240
- description: import('zod').ZodOptional<import('zod').ZodString>;
241
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
242
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
243
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
244
- order: import('zod').ZodOptional<import('zod').ZodNumber>;
245
- priority: import('zod').ZodOptional<import('zod').ZodEnum<{
246
- p1: "p1";
247
- p2: "p2";
248
- p3: "p3";
249
- p4: "p4";
250
- }>>;
251
- dueString: import('zod').ZodOptional<import('zod').ZodPipe<import('zod').ZodTransform<{} | undefined, unknown>, import('zod').ZodString>>;
252
- deadlineDate: import('zod').ZodOptional<import('zod').ZodPipe<import('zod').ZodTransform<{} | undefined, unknown>, import('zod').ZodString>>;
253
- duration: import('zod').ZodOptional<import('zod').ZodString>;
254
- responsibleUser: import('zod').ZodOptional<import('zod').ZodString>;
255
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
256
- isUncompletable: import('zod').ZodOptional<import('zod').ZodBoolean>;
257
- }, import('zod/v4/core').$strip>>;
258
- };
259
- outputSchema: {
260
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
261
- id: import('zod').ZodString;
262
- content: import('zod').ZodString;
263
- description: import('zod').ZodString;
264
- dueDate: import('zod').ZodOptional<import('zod').ZodString>;
265
- recurring: import('zod').ZodUnion<readonly [import('zod').ZodBoolean, import('zod').ZodString]>;
266
- deadlineDate: import('zod').ZodOptional<import('zod').ZodString>;
267
- priority: import('zod').ZodEnum<{
268
- p1: "p1";
269
- p2: "p2";
270
- p3: "p3";
271
- p4: "p4";
272
- }>;
273
- projectId: import('zod').ZodString;
274
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
275
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
276
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
277
- duration: import('zod').ZodOptional<import('zod').ZodString>;
278
- responsibleUid: import('zod').ZodOptional<import('zod').ZodString>;
279
- isUncompletable: import('zod').ZodOptional<import('zod').ZodBoolean>;
280
- assignedByUid: import('zod').ZodOptional<import('zod').ZodString>;
281
- checked: import('zod').ZodBoolean;
282
- completedAt: import('zod').ZodOptional<import('zod').ZodString>;
283
- }, import('zod/v4/core').$strip>>;
284
- totalCount: import('zod').ZodNumber;
285
- updatedTaskIds: import('zod').ZodArray<import('zod').ZodString>;
286
- appliedOperations: import('zod').ZodObject<{
287
- updateCount: import('zod').ZodNumber;
288
- skippedCount: import('zod').ZodNumber;
289
- }, import('zod/v4/core').$strip>;
290
- };
291
- annotations: {
292
- readOnlyHint: false;
293
- destructiveHint: true;
294
- idempotentHint: false;
295
- };
296
- execute(args: {
297
- tasks: {
298
- id: string;
299
- content?: string | undefined;
300
- description?: string | undefined;
301
- projectId?: string | undefined;
302
- sectionId?: string | undefined;
303
- parentId?: string | undefined;
304
- order?: number | undefined;
305
- priority?: "p1" | "p2" | "p3" | "p4" | undefined;
306
- dueString?: string | undefined;
307
- deadlineDate?: string | undefined;
308
- duration?: string | undefined;
309
- responsibleUser?: string | undefined;
310
- labels?: string[] | undefined;
311
- isUncompletable?: boolean | undefined;
312
- }[];
313
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
314
- textContent: string;
315
- structuredContent: {
316
- tasks: {
317
- id: string;
318
- content: string;
319
- description: string;
320
- dueDate: string | undefined;
321
- recurring: string | boolean;
322
- deadlineDate: string | undefined;
323
- priority: "p1" | "p2" | "p3" | "p4";
324
- projectId: string;
325
- sectionId: string | undefined;
326
- parentId: string | undefined;
327
- labels: string[];
328
- duration: string | undefined;
329
- responsibleUid: string | undefined;
330
- assignedByUid: string | undefined;
331
- checked: boolean;
332
- completedAt: string | undefined;
333
- }[];
334
- totalCount: number;
335
- updatedTaskIds: string[];
336
- appliedOperations: {
337
- updateCount: number;
338
- skippedCount: number;
339
- };
340
- };
341
- }>;
342
- };
343
- findTasks: {
344
- name: "find-tasks";
345
- description: string;
346
- parameters: {
347
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
348
- labelsOperator: import('zod').ZodOptional<import('zod').ZodEnum<{
349
- and: "and";
350
- or: "or";
351
- }>>;
352
- searchText: import('zod').ZodOptional<import('zod').ZodString>;
353
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
354
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
355
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
356
- responsibleUser: import('zod').ZodOptional<import('zod').ZodString>;
357
- responsibleUserFiltering: import('zod').ZodOptional<import('zod').ZodEnum<{
358
- assigned: "assigned";
359
- unassignedOrMe: "unassignedOrMe";
360
- all: "all";
361
- }>>;
362
- limit: import('zod').ZodDefault<import('zod').ZodNumber>;
363
- cursor: import('zod').ZodOptional<import('zod').ZodString>;
364
- filter: import('zod').ZodOptional<import('zod').ZodString>;
365
- filterIdOrName: import('zod').ZodOptional<import('zod').ZodString>;
366
- };
367
- outputSchema: {
368
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
369
- id: import('zod').ZodString;
370
- content: import('zod').ZodString;
371
- description: import('zod').ZodString;
372
- dueDate: import('zod').ZodOptional<import('zod').ZodString>;
373
- recurring: import('zod').ZodUnion<readonly [import('zod').ZodBoolean, import('zod').ZodString]>;
374
- deadlineDate: import('zod').ZodOptional<import('zod').ZodString>;
375
- priority: import('zod').ZodEnum<{
376
- p1: "p1";
377
- p2: "p2";
378
- p3: "p3";
379
- p4: "p4";
380
- }>;
381
- projectId: import('zod').ZodString;
382
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
383
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
384
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
385
- duration: import('zod').ZodOptional<import('zod').ZodString>;
386
- responsibleUid: import('zod').ZodOptional<import('zod').ZodString>;
387
- isUncompletable: import('zod').ZodOptional<import('zod').ZodBoolean>;
388
- assignedByUid: import('zod').ZodOptional<import('zod').ZodString>;
389
- checked: import('zod').ZodBoolean;
390
- completedAt: import('zod').ZodOptional<import('zod').ZodString>;
391
- }, import('zod/v4/core').$strip>>;
392
- nextCursor: import('zod').ZodOptional<import('zod').ZodString>;
393
- totalCount: import('zod').ZodNumber;
394
- hasMore: import('zod').ZodBoolean;
395
- appliedFilters: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>;
396
- };
397
- annotations: {
398
- readOnlyHint: true;
399
- destructiveHint: false;
400
- idempotentHint: true;
401
- };
402
- execute(args: {
403
- limit: number;
404
- labels?: string[] | undefined;
405
- labelsOperator?: "and" | "or" | undefined;
406
- searchText?: string | undefined;
407
- projectId?: string | undefined;
408
- sectionId?: string | undefined;
409
- parentId?: string | undefined;
410
- responsibleUser?: string | undefined;
411
- responsibleUserFiltering?: "assigned" | "unassignedOrMe" | "all" | undefined;
412
- cursor?: string | undefined;
413
- filter?: string | undefined;
414
- filterIdOrName?: string | undefined;
415
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
416
- textContent: string;
417
- structuredContent: {
418
- tasks: {
419
- id: string;
420
- content: string;
421
- description: string;
422
- dueDate: string | undefined;
423
- recurring: string | boolean;
424
- deadlineDate: string | undefined;
425
- priority: "p1" | "p2" | "p3" | "p4";
426
- projectId: string;
427
- sectionId: string | undefined;
428
- parentId: string | undefined;
429
- labels: string[];
430
- duration: string | undefined;
431
- responsibleUid: string | undefined;
432
- assignedByUid: string | undefined;
433
- checked: boolean;
434
- completedAt: string | undefined;
435
- }[];
436
- nextCursor: string | undefined;
437
- totalCount: number;
438
- hasMore: boolean;
439
- appliedFilters: {
440
- limit: number;
441
- labels?: string[] | undefined;
442
- labelsOperator?: "and" | "or" | undefined;
443
- searchText?: string | undefined;
444
- projectId?: string | undefined;
445
- sectionId?: string | undefined;
446
- parentId?: string | undefined;
447
- responsibleUser?: string | undefined;
448
- responsibleUserFiltering?: "assigned" | "unassignedOrMe" | "all" | undefined;
449
- cursor?: string | undefined;
450
- filter?: string | undefined;
451
- filterIdOrName?: string | undefined;
452
- };
453
- };
454
- }>;
455
- };
456
- findTasksByDate: {
457
- name: "find-tasks-by-date";
458
- description: string;
459
- parameters: {
460
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
461
- labelsOperator: import('zod').ZodOptional<import('zod').ZodEnum<{
462
- and: "and";
463
- or: "or";
464
- }>>;
465
- startDate: import('zod').ZodOptional<import('zod').ZodString>;
466
- overdueOption: import('zod').ZodOptional<import('zod').ZodEnum<{
467
- "overdue-only": "overdue-only";
468
- "include-overdue": "include-overdue";
469
- "exclude-overdue": "exclude-overdue";
470
- }>>;
471
- daysCount: import('zod').ZodDefault<import('zod').ZodNumber>;
472
- limit: import('zod').ZodDefault<import('zod').ZodNumber>;
473
- cursor: import('zod').ZodOptional<import('zod').ZodString>;
474
- responsibleUser: import('zod').ZodOptional<import('zod').ZodString>;
475
- responsibleUserFiltering: import('zod').ZodOptional<import('zod').ZodEnum<{
476
- assigned: "assigned";
477
- unassignedOrMe: "unassignedOrMe";
478
- all: "all";
479
- }>>;
480
- };
481
- outputSchema: {
482
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
483
- id: import('zod').ZodString;
484
- content: import('zod').ZodString;
485
- description: import('zod').ZodString;
486
- dueDate: import('zod').ZodOptional<import('zod').ZodString>;
487
- recurring: import('zod').ZodUnion<readonly [import('zod').ZodBoolean, import('zod').ZodString]>;
488
- deadlineDate: import('zod').ZodOptional<import('zod').ZodString>;
489
- priority: import('zod').ZodEnum<{
490
- p1: "p1";
491
- p2: "p2";
492
- p3: "p3";
493
- p4: "p4";
494
- }>;
495
- projectId: import('zod').ZodString;
496
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
497
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
498
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
499
- duration: import('zod').ZodOptional<import('zod').ZodString>;
500
- responsibleUid: import('zod').ZodOptional<import('zod').ZodString>;
501
- isUncompletable: import('zod').ZodOptional<import('zod').ZodBoolean>;
502
- assignedByUid: import('zod').ZodOptional<import('zod').ZodString>;
503
- checked: import('zod').ZodBoolean;
504
- completedAt: import('zod').ZodOptional<import('zod').ZodString>;
505
- }, import('zod/v4/core').$strip>>;
506
- nextCursor: import('zod').ZodOptional<import('zod').ZodString>;
507
- totalCount: import('zod').ZodNumber;
508
- hasMore: import('zod').ZodBoolean;
509
- appliedFilters: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>;
510
- };
511
- annotations: {
512
- readOnlyHint: true;
513
- destructiveHint: false;
514
- idempotentHint: true;
515
- };
516
- execute(args: {
517
- daysCount: number;
518
- limit: number;
519
- labels?: string[] | undefined;
520
- labelsOperator?: "and" | "or" | undefined;
521
- startDate?: string | undefined;
522
- overdueOption?: "overdue-only" | "include-overdue" | "exclude-overdue" | undefined;
523
- cursor?: string | undefined;
524
- responsibleUser?: string | undefined;
525
- responsibleUserFiltering?: "assigned" | "unassignedOrMe" | "all" | undefined;
526
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
527
- textContent: string;
528
- structuredContent: {
529
- tasks: {
530
- id: string;
531
- content: string;
532
- description: string;
533
- dueDate: string | undefined;
534
- recurring: string | boolean;
535
- deadlineDate: string | undefined;
536
- priority: "p1" | "p2" | "p3" | "p4";
537
- projectId: string;
538
- sectionId: string | undefined;
539
- parentId: string | undefined;
540
- labels: string[];
541
- duration: string | undefined;
542
- responsibleUid: string | undefined;
543
- assignedByUid: string | undefined;
544
- checked: boolean;
545
- completedAt: string | undefined;
546
- }[];
547
- nextCursor: string | undefined;
548
- totalCount: number;
549
- hasMore: boolean;
550
- appliedFilters: {
551
- daysCount: number;
552
- limit: number;
553
- labels?: string[] | undefined;
554
- labelsOperator?: "and" | "or" | undefined;
555
- startDate?: string | undefined;
556
- overdueOption?: "overdue-only" | "include-overdue" | "exclude-overdue" | undefined;
557
- cursor?: string | undefined;
558
- responsibleUser?: string | undefined;
559
- responsibleUserFiltering?: "assigned" | "unassignedOrMe" | "all" | undefined;
560
- };
561
- };
562
- }>;
563
- };
564
- findCompletedTasks: {
565
- name: "find-completed-tasks";
566
- description: string;
567
- parameters: {
568
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
569
- labelsOperator: import('zod').ZodOptional<import('zod').ZodEnum<{
570
- and: "and";
571
- or: "or";
572
- }>>;
573
- getBy: import('zod').ZodDefault<import('zod').ZodEnum<{
574
- due: "due";
575
- completion: "completion";
576
- }>>;
577
- since: import('zod').ZodOptional<import('zod').ZodString>;
578
- until: import('zod').ZodOptional<import('zod').ZodString>;
579
- workspaceId: import('zod').ZodOptional<import('zod').ZodString>;
580
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
581
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
582
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
583
- responsibleUser: import('zod').ZodOptional<import('zod').ZodString>;
584
- limit: import('zod').ZodDefault<import('zod').ZodNumber>;
585
- cursor: import('zod').ZodOptional<import('zod').ZodString>;
586
- };
587
- outputSchema: {
588
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
589
- id: import('zod').ZodString;
590
- content: import('zod').ZodString;
591
- description: import('zod').ZodString;
592
- dueDate: import('zod').ZodOptional<import('zod').ZodString>;
593
- recurring: import('zod').ZodUnion<readonly [import('zod').ZodBoolean, import('zod').ZodString]>;
594
- deadlineDate: import('zod').ZodOptional<import('zod').ZodString>;
595
- priority: import('zod').ZodEnum<{
596
- p1: "p1";
597
- p2: "p2";
598
- p3: "p3";
599
- p4: "p4";
600
- }>;
601
- projectId: import('zod').ZodString;
602
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
603
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
604
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
605
- duration: import('zod').ZodOptional<import('zod').ZodString>;
606
- responsibleUid: import('zod').ZodOptional<import('zod').ZodString>;
607
- isUncompletable: import('zod').ZodOptional<import('zod').ZodBoolean>;
608
- assignedByUid: import('zod').ZodOptional<import('zod').ZodString>;
609
- checked: import('zod').ZodBoolean;
610
- completedAt: import('zod').ZodOptional<import('zod').ZodString>;
611
- }, import('zod/v4/core').$strip>>;
612
- nextCursor: import('zod').ZodOptional<import('zod').ZodString>;
613
- totalCount: import('zod').ZodNumber;
614
- hasMore: import('zod').ZodBoolean;
615
- appliedFilters: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>;
616
- };
617
- annotations: {
618
- readOnlyHint: true;
619
- destructiveHint: false;
620
- idempotentHint: true;
621
- };
622
- execute(args: {
623
- getBy: "due" | "completion";
624
- limit: number;
625
- labels?: string[] | undefined;
626
- labelsOperator?: "and" | "or" | undefined;
627
- since?: string | undefined;
628
- until?: string | undefined;
629
- workspaceId?: string | undefined;
630
- projectId?: string | undefined;
631
- sectionId?: string | undefined;
632
- parentId?: string | undefined;
633
- responsibleUser?: string | undefined;
634
- cursor?: string | undefined;
635
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
636
- textContent: string;
637
- structuredContent: {
638
- tasks: {
639
- id: string;
640
- content: string;
641
- description: string;
642
- dueDate: string | undefined;
643
- recurring: string | boolean;
644
- deadlineDate: string | undefined;
645
- priority: "p1" | "p2" | "p3" | "p4";
646
- projectId: string;
647
- sectionId: string | undefined;
648
- parentId: string | undefined;
649
- labels: string[];
650
- duration: string | undefined;
651
- responsibleUid: string | undefined;
652
- assignedByUid: string | undefined;
653
- checked: boolean;
654
- completedAt: string | undefined;
655
- }[];
656
- nextCursor: string | undefined;
657
- totalCount: number;
658
- hasMore: boolean;
659
- appliedFilters: {
660
- since: string;
661
- until: string;
662
- getBy: "due" | "completion";
663
- limit: number;
664
- labels?: string[] | undefined;
665
- labelsOperator?: "and" | "or" | undefined;
666
- workspaceId?: string | undefined;
667
- projectId?: string | undefined;
668
- sectionId?: string | undefined;
669
- parentId?: string | undefined;
670
- responsibleUser?: string | undefined;
671
- cursor?: string | undefined;
672
- };
673
- };
674
- }>;
675
- };
676
- rescheduleTasks: {
677
- name: "reschedule-tasks";
678
- description: string;
679
- parameters: {
680
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
681
- id: import('zod').ZodString;
682
- date: import('zod').ZodString;
683
- }, import('zod/v4/core').$strip>>;
684
- };
685
- outputSchema: {
686
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
687
- id: import('zod').ZodString;
688
- content: import('zod').ZodString;
689
- description: import('zod').ZodString;
690
- dueDate: import('zod').ZodOptional<import('zod').ZodString>;
691
- recurring: import('zod').ZodUnion<readonly [import('zod').ZodBoolean, import('zod').ZodString]>;
692
- deadlineDate: import('zod').ZodOptional<import('zod').ZodString>;
693
- priority: import('zod').ZodEnum<{
694
- p1: "p1";
695
- p2: "p2";
696
- p3: "p3";
697
- p4: "p4";
698
- }>;
699
- projectId: import('zod').ZodString;
700
- sectionId: import('zod').ZodOptional<import('zod').ZodString>;
701
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
702
- labels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
703
- duration: import('zod').ZodOptional<import('zod').ZodString>;
704
- responsibleUid: import('zod').ZodOptional<import('zod').ZodString>;
705
- isUncompletable: import('zod').ZodOptional<import('zod').ZodBoolean>;
706
- assignedByUid: import('zod').ZodOptional<import('zod').ZodString>;
707
- checked: import('zod').ZodBoolean;
708
- completedAt: import('zod').ZodOptional<import('zod').ZodString>;
709
- }, import('zod/v4/core').$strip>>;
710
- totalCount: import('zod').ZodNumber;
711
- rescheduledTaskIds: import('zod').ZodArray<import('zod').ZodString>;
712
- };
713
- annotations: {
714
- readOnlyHint: false;
715
- destructiveHint: true;
716
- idempotentHint: false;
717
- };
718
- execute(args: {
719
- tasks: {
720
- id: string;
721
- date: string;
722
- }[];
723
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
724
- textContent: string;
725
- structuredContent: {
726
- tasks: {
727
- id: string;
728
- content: string;
729
- description: string;
730
- dueDate: string | undefined;
731
- recurring: string | boolean;
732
- deadlineDate: string | undefined;
733
- priority: "p1" | "p2" | "p3" | "p4";
734
- projectId: string;
735
- sectionId: string | undefined;
736
- parentId: string | undefined;
737
- labels: string[];
738
- duration: string | undefined;
739
- responsibleUid: string | undefined;
740
- assignedByUid: string | undefined;
741
- checked: boolean;
742
- completedAt: string | undefined;
743
- }[];
744
- totalCount: number;
745
- rescheduledTaskIds: string[];
746
- };
747
- }>;
748
- };
749
- addProjects: {
750
- name: "add-projects";
751
- description: string;
752
- parameters: {
753
- projects: import('zod').ZodArray<import('zod').ZodObject<{
754
- name: import('zod').ZodString;
755
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
756
- isFavorite: import('zod').ZodOptional<import('zod').ZodBoolean>;
757
- viewStyle: import('zod').ZodOptional<import('zod').ZodEnum<{
758
- list: "list";
759
- board: "board";
760
- calendar: "calendar";
761
- }>>;
762
- color: import('zod').ZodPipe<import('zod').ZodTransform<string | undefined, unknown>, import('zod').ZodOptional<import('zod').ZodEnum<{
763
- berry_red: "berry_red";
764
- red: "red";
765
- orange: "orange";
766
- yellow: "yellow";
767
- olive_green: "olive_green";
768
- lime_green: "lime_green";
769
- green: "green";
770
- mint_green: "mint_green";
771
- teal: "teal";
772
- sky_blue: "sky_blue";
773
- light_blue: "light_blue";
774
- blue: "blue";
775
- grape: "grape";
776
- violet: "violet";
777
- lavender: "lavender";
778
- magenta: "magenta";
779
- salmon: "salmon";
780
- charcoal: "charcoal";
781
- grey: "grey";
782
- taupe: "taupe";
783
- }>>>;
784
- workspace: import('zod').ZodOptional<import('zod').ZodString>;
785
- }, import('zod/v4/core').$strip>>;
786
- };
787
- outputSchema: {
788
- projects: import('zod').ZodArray<import('zod').ZodObject<{
789
- id: import('zod').ZodString;
790
- name: import('zod').ZodString;
791
- color: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodEnum<{
792
- berry_red: "berry_red";
793
- red: "red";
794
- orange: "orange";
795
- yellow: "yellow";
796
- olive_green: "olive_green";
797
- lime_green: "lime_green";
798
- green: "green";
799
- mint_green: "mint_green";
800
- teal: "teal";
801
- sky_blue: "sky_blue";
802
- light_blue: "light_blue";
803
- blue: "blue";
804
- grape: "grape";
805
- violet: "violet";
806
- lavender: "lavender";
807
- magenta: "magenta";
808
- salmon: "salmon";
809
- charcoal: "charcoal";
810
- grey: "grey";
811
- taupe: "taupe";
812
- }>>>;
813
- isFavorite: import('zod').ZodBoolean;
814
- isShared: import('zod').ZodBoolean;
815
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
816
- inboxProject: import('zod').ZodBoolean;
817
- viewStyle: import('zod').ZodString;
818
- workspaceId: import('zod').ZodOptional<import('zod').ZodString>;
819
- folderId: import('zod').ZodOptional<import('zod').ZodString>;
820
- childOrder: import('zod').ZodNumber;
821
- }, import('zod/v4/core').$strip>>;
822
- totalCount: import('zod').ZodNumber;
823
- };
824
- annotations: {
825
- readOnlyHint: false;
826
- destructiveHint: false;
827
- idempotentHint: false;
828
- };
829
- execute({ projects }: {
830
- projects: {
831
- name: string;
832
- parentId?: string | undefined;
833
- isFavorite?: boolean | undefined;
834
- viewStyle?: "list" | "board" | "calendar" | undefined;
835
- color?: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
836
- workspace?: string | undefined;
837
- }[];
838
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
839
- textContent: string;
840
- structuredContent: {
841
- projects: {
842
- id: string;
843
- name: string;
844
- color: import('@doist/todoist-api-typescript').ColorKey;
845
- isFavorite: boolean;
846
- isShared: boolean;
847
- parentId: string | undefined;
848
- inboxProject: boolean;
849
- viewStyle: string;
850
- workspaceId: string | undefined;
851
- folderId: string | undefined;
852
- childOrder: number;
853
- }[];
854
- totalCount: number;
855
- };
856
- }>;
857
- };
858
- updateProjects: {
859
- name: "update-projects";
860
- description: string;
861
- parameters: {
862
- projects: import('zod').ZodArray<import('zod').ZodObject<{
863
- id: import('zod').ZodString;
864
- name: import('zod').ZodOptional<import('zod').ZodString>;
865
- isFavorite: import('zod').ZodOptional<import('zod').ZodBoolean>;
866
- viewStyle: import('zod').ZodOptional<import('zod').ZodEnum<{
867
- list: "list";
868
- board: "board";
869
- calendar: "calendar";
870
- }>>;
871
- color: import('zod').ZodPipe<import('zod').ZodTransform<string | undefined, unknown>, import('zod').ZodOptional<import('zod').ZodEnum<{
872
- berry_red: "berry_red";
873
- red: "red";
874
- orange: "orange";
875
- yellow: "yellow";
876
- olive_green: "olive_green";
877
- lime_green: "lime_green";
878
- green: "green";
879
- mint_green: "mint_green";
880
- teal: "teal";
881
- sky_blue: "sky_blue";
882
- light_blue: "light_blue";
883
- blue: "blue";
884
- grape: "grape";
885
- violet: "violet";
886
- lavender: "lavender";
887
- magenta: "magenta";
888
- salmon: "salmon";
889
- charcoal: "charcoal";
890
- grey: "grey";
891
- taupe: "taupe";
892
- }>>>;
893
- }, import('zod/v4/core').$strip>>;
894
- };
895
- outputSchema: {
896
- projects: import('zod').ZodArray<import('zod').ZodObject<{
897
- id: import('zod').ZodString;
898
- name: import('zod').ZodString;
899
- color: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodEnum<{
900
- berry_red: "berry_red";
901
- red: "red";
902
- orange: "orange";
903
- yellow: "yellow";
904
- olive_green: "olive_green";
905
- lime_green: "lime_green";
906
- green: "green";
907
- mint_green: "mint_green";
908
- teal: "teal";
909
- sky_blue: "sky_blue";
910
- light_blue: "light_blue";
911
- blue: "blue";
912
- grape: "grape";
913
- violet: "violet";
914
- lavender: "lavender";
915
- magenta: "magenta";
916
- salmon: "salmon";
917
- charcoal: "charcoal";
918
- grey: "grey";
919
- taupe: "taupe";
920
- }>>>;
921
- isFavorite: import('zod').ZodBoolean;
922
- isShared: import('zod').ZodBoolean;
923
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
924
- inboxProject: import('zod').ZodBoolean;
925
- viewStyle: import('zod').ZodString;
926
- workspaceId: import('zod').ZodOptional<import('zod').ZodString>;
927
- folderId: import('zod').ZodOptional<import('zod').ZodString>;
928
- childOrder: import('zod').ZodNumber;
929
- }, import('zod/v4/core').$strip>>;
930
- totalCount: import('zod').ZodNumber;
931
- updatedProjectIds: import('zod').ZodArray<import('zod').ZodString>;
932
- appliedOperations: import('zod').ZodObject<{
933
- updateCount: import('zod').ZodNumber;
934
- skippedCount: import('zod').ZodNumber;
935
- }, import('zod/v4/core').$strip>;
936
- };
937
- annotations: {
938
- readOnlyHint: false;
939
- destructiveHint: true;
940
- idempotentHint: false;
941
- };
942
- execute(args: {
943
- projects: {
944
- id: string;
945
- name?: string | undefined;
946
- isFavorite?: boolean | undefined;
947
- viewStyle?: "list" | "board" | "calendar" | undefined;
948
- color?: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
949
- }[];
950
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
951
- textContent: string;
952
- structuredContent: {
953
- projects: {
954
- id: string;
955
- name: string;
956
- color: import('@doist/todoist-api-typescript').ColorKey;
957
- isFavorite: boolean;
958
- isShared: boolean;
959
- parentId: string | undefined;
960
- inboxProject: boolean;
961
- viewStyle: string;
962
- workspaceId: string | undefined;
963
- folderId: string | undefined;
964
- childOrder: number;
965
- }[];
966
- totalCount: number;
967
- updatedProjectIds: string[];
968
- appliedOperations: {
969
- updateCount: number;
970
- skippedCount: number;
971
- };
972
- };
973
- }>;
974
- };
975
- findProjects: {
976
- name: "find-projects";
977
- description: string;
978
- parameters: {
979
- searchText: import('zod').ZodOptional<import('zod').ZodString>;
980
- limit: import('zod').ZodDefault<import('zod').ZodNumber>;
981
- cursor: import('zod').ZodOptional<import('zod').ZodString>;
982
- };
983
- outputSchema: {
984
- projects: import('zod').ZodArray<import('zod').ZodObject<{
985
- id: import('zod').ZodString;
986
- name: import('zod').ZodString;
987
- color: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodEnum<{
988
- berry_red: "berry_red";
989
- red: "red";
990
- orange: "orange";
991
- yellow: "yellow";
992
- olive_green: "olive_green";
993
- lime_green: "lime_green";
994
- green: "green";
995
- mint_green: "mint_green";
996
- teal: "teal";
997
- sky_blue: "sky_blue";
998
- light_blue: "light_blue";
999
- blue: "blue";
1000
- grape: "grape";
1001
- violet: "violet";
1002
- lavender: "lavender";
1003
- magenta: "magenta";
1004
- salmon: "salmon";
1005
- charcoal: "charcoal";
1006
- grey: "grey";
1007
- taupe: "taupe";
1008
- }>>>;
1009
- isFavorite: import('zod').ZodBoolean;
1010
- isShared: import('zod').ZodBoolean;
1011
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
1012
- inboxProject: import('zod').ZodBoolean;
1013
- viewStyle: import('zod').ZodString;
1014
- workspaceId: import('zod').ZodOptional<import('zod').ZodString>;
1015
- folderId: import('zod').ZodOptional<import('zod').ZodString>;
1016
- childOrder: import('zod').ZodNumber;
1017
- }, import('zod/v4/core').$strip>>;
1018
- nextCursor: import('zod').ZodOptional<import('zod').ZodString>;
1019
- totalCount: import('zod').ZodNumber;
1020
- hasMore: import('zod').ZodBoolean;
1021
- appliedFilters: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>;
1022
- };
1023
- annotations: {
1024
- readOnlyHint: true;
1025
- destructiveHint: false;
1026
- idempotentHint: true;
1027
- };
1028
- execute(args: {
1029
- limit: number;
1030
- searchText?: string | undefined;
1031
- cursor?: string | undefined;
1032
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1033
- textContent: string;
1034
- structuredContent: {
1035
- projects: {
1036
- id: string;
1037
- name: string;
1038
- color: import('@doist/todoist-api-typescript').ColorKey;
1039
- isFavorite: boolean;
1040
- isShared: boolean;
1041
- parentId: string | undefined;
1042
- inboxProject: boolean;
1043
- viewStyle: string;
1044
- workspaceId: string | undefined;
1045
- folderId: string | undefined;
1046
- childOrder: number;
1047
- }[];
1048
- nextCursor: string | undefined;
1049
- totalCount: number;
1050
- hasMore: boolean;
1051
- appliedFilters: {
1052
- limit: number;
1053
- searchText?: string | undefined;
1054
- cursor?: string | undefined;
1055
- };
1056
- };
1057
- }>;
1058
- };
1059
- addSections: {
1060
- name: "add-sections";
1061
- description: string;
1062
- parameters: {
1063
- sections: import('zod').ZodArray<import('zod').ZodObject<{
1064
- name: import('zod').ZodString;
1065
- projectId: import('zod').ZodString;
1066
- }, import('zod/v4/core').$strip>>;
1067
- };
1068
- outputSchema: {
1069
- sections: import('zod').ZodArray<import('zod').ZodObject<{
1070
- id: import('zod').ZodString;
1071
- name: import('zod').ZodString;
1072
- }, import('zod/v4/core').$strip>>;
1073
- totalCount: import('zod').ZodNumber;
1074
- };
1075
- annotations: {
1076
- readOnlyHint: false;
1077
- destructiveHint: false;
1078
- idempotentHint: false;
1079
- };
1080
- execute({ sections }: {
1081
- sections: {
1082
- name: string;
1083
- projectId: string;
1084
- }[];
1085
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1086
- textContent: string;
1087
- structuredContent: {
1088
- sections: {
1089
- url: string;
1090
- id: string;
1091
- userId: string;
1092
- projectId: string;
1093
- addedAt: string;
1094
- updatedAt: string;
1095
- archivedAt: string | null;
1096
- name: string;
1097
- sectionOrder: number;
1098
- isArchived: boolean;
1099
- isDeleted: boolean;
1100
- isCollapsed: boolean;
1101
- }[];
1102
- totalCount: number;
1103
- };
1104
- }>;
1105
- };
1106
- updateSections: {
1107
- name: "update-sections";
1108
- description: string;
1109
- parameters: {
1110
- sections: import('zod').ZodArray<import('zod').ZodObject<{
1111
- id: import('zod').ZodString;
1112
- name: import('zod').ZodString;
1113
- }, import('zod/v4/core').$strip>>;
1114
- };
1115
- outputSchema: {
1116
- sections: import('zod').ZodArray<import('zod').ZodObject<{
1117
- id: import('zod').ZodString;
1118
- name: import('zod').ZodString;
1119
- }, import('zod/v4/core').$strip>>;
1120
- totalCount: import('zod').ZodNumber;
1121
- updatedSectionIds: import('zod').ZodArray<import('zod').ZodString>;
1122
- };
1123
- annotations: {
1124
- readOnlyHint: false;
1125
- destructiveHint: true;
1126
- idempotentHint: false;
1127
- };
1128
- execute({ sections }: {
1129
- sections: {
1130
- id: string;
1131
- name: string;
1132
- }[];
1133
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1134
- textContent: string;
1135
- structuredContent: {
1136
- sections: {
1137
- url: string;
1138
- id: string;
1139
- userId: string;
1140
- projectId: string;
1141
- addedAt: string;
1142
- updatedAt: string;
1143
- archivedAt: string | null;
1144
- name: string;
1145
- sectionOrder: number;
1146
- isArchived: boolean;
1147
- isDeleted: boolean;
1148
- isCollapsed: boolean;
1149
- }[];
1150
- totalCount: number;
1151
- updatedSectionIds: string[];
1152
- };
1153
- }>;
1154
- };
1155
- findSections: {
1156
- name: "find-sections";
1157
- description: string;
1158
- parameters: {
1159
- projectId: import('zod').ZodString;
1160
- searchText: import('zod').ZodOptional<import('zod').ZodString>;
1161
- };
1162
- outputSchema: {
1163
- sections: import('zod').ZodArray<import('zod').ZodObject<{
1164
- id: import('zod').ZodString;
1165
- name: import('zod').ZodString;
1166
- }, import('zod/v4/core').$strip>>;
1167
- totalCount: import('zod').ZodNumber;
1168
- appliedFilters: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>;
1169
- };
1170
- annotations: {
1171
- readOnlyHint: true;
1172
- destructiveHint: false;
1173
- idempotentHint: true;
1174
- };
1175
- execute(args: {
1176
- projectId: string;
1177
- searchText?: string | undefined;
1178
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1179
- textContent: string;
1180
- structuredContent: {
1181
- sections: {
1182
- id: string;
1183
- name: string;
1184
- }[];
1185
- totalCount: number;
1186
- appliedFilters: {
1187
- projectId: string;
1188
- searchText?: string | undefined;
1189
- };
1190
- };
1191
- }>;
1192
- };
1193
- addComments: {
1194
- name: "add-comments";
1195
- description: string;
1196
- parameters: {
1197
- comments: import('zod').ZodArray<import('zod').ZodObject<{
1198
- taskId: import('zod').ZodOptional<import('zod').ZodString>;
1199
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
1200
- content: import('zod').ZodString;
1201
- }, import('zod/v4/core').$strip>>;
1202
- };
1203
- outputSchema: {
1204
- comments: import('zod').ZodArray<import('zod').ZodObject<{
1205
- id: import('zod').ZodString;
1206
- taskId: import('zod').ZodOptional<import('zod').ZodString>;
1207
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
1208
- content: import('zod').ZodString;
1209
- postedAt: import('zod').ZodString;
1210
- postedUid: import('zod').ZodOptional<import('zod').ZodString>;
1211
- fileAttachment: import('zod').ZodOptional<import('zod').ZodObject<{
1212
- resourceType: import('zod').ZodString;
1213
- fileName: import('zod').ZodOptional<import('zod').ZodString>;
1214
- fileSize: import('zod').ZodOptional<import('zod').ZodNumber>;
1215
- fileType: import('zod').ZodOptional<import('zod').ZodString>;
1216
- fileUrl: import('zod').ZodOptional<import('zod').ZodString>;
1217
- fileDuration: import('zod').ZodOptional<import('zod').ZodNumber>;
1218
- uploadState: import('zod').ZodOptional<import('zod').ZodEnum<{
1219
- completed: "completed";
1220
- pending: "pending";
1221
- }>>;
1222
- url: import('zod').ZodOptional<import('zod').ZodString>;
1223
- title: import('zod').ZodOptional<import('zod').ZodString>;
1224
- image: import('zod').ZodOptional<import('zod').ZodString>;
1225
- imageWidth: import('zod').ZodOptional<import('zod').ZodNumber>;
1226
- imageHeight: import('zod').ZodOptional<import('zod').ZodNumber>;
1227
- }, import('zod/v4/core').$strip>>;
1228
- }, import('zod/v4/core').$strip>>;
1229
- totalCount: import('zod').ZodNumber;
1230
- addedCommentIds: import('zod').ZodArray<import('zod').ZodString>;
1231
- };
1232
- annotations: {
1233
- readOnlyHint: false;
1234
- destructiveHint: false;
1235
- idempotentHint: false;
1236
- };
1237
- execute(args: {
1238
- comments: {
1239
- content: string;
1240
- taskId?: string | undefined;
1241
- projectId?: string | undefined;
1242
- }[];
1243
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1244
- textContent: string;
1245
- structuredContent: {
1246
- comments: {
1247
- id: string;
1248
- taskId: string | undefined;
1249
- projectId: string | undefined;
1250
- content: string;
1251
- postedAt: string;
1252
- postedUid: string;
1253
- fileAttachment: {
1254
- resourceType: string;
1255
- fileName: string | undefined;
1256
- fileSize: number | undefined;
1257
- fileType: string | undefined;
1258
- fileUrl: string | undefined;
1259
- fileDuration: number | undefined;
1260
- uploadState: "completed" | "pending" | undefined;
1261
- url: string | undefined;
1262
- title: string | undefined;
1263
- image: string | undefined;
1264
- imageWidth: number | undefined;
1265
- imageHeight: number | undefined;
1266
- } | undefined;
1267
- }[];
1268
- totalCount: number;
1269
- addedCommentIds: string[];
1270
- };
1271
- }>;
1272
- };
1273
- updateComments: {
1274
- name: "update-comments";
1275
- description: string;
1276
- parameters: {
1277
- comments: import('zod').ZodArray<import('zod').ZodObject<{
1278
- id: import('zod').ZodString;
1279
- content: import('zod').ZodString;
1280
- }, import('zod/v4/core').$strip>>;
1281
- };
1282
- outputSchema: {
1283
- comments: import('zod').ZodArray<import('zod').ZodObject<{
1284
- id: import('zod').ZodString;
1285
- taskId: import('zod').ZodOptional<import('zod').ZodString>;
1286
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
1287
- content: import('zod').ZodString;
1288
- postedAt: import('zod').ZodString;
1289
- postedUid: import('zod').ZodOptional<import('zod').ZodString>;
1290
- fileAttachment: import('zod').ZodOptional<import('zod').ZodObject<{
1291
- resourceType: import('zod').ZodString;
1292
- fileName: import('zod').ZodOptional<import('zod').ZodString>;
1293
- fileSize: import('zod').ZodOptional<import('zod').ZodNumber>;
1294
- fileType: import('zod').ZodOptional<import('zod').ZodString>;
1295
- fileUrl: import('zod').ZodOptional<import('zod').ZodString>;
1296
- fileDuration: import('zod').ZodOptional<import('zod').ZodNumber>;
1297
- uploadState: import('zod').ZodOptional<import('zod').ZodEnum<{
1298
- completed: "completed";
1299
- pending: "pending";
1300
- }>>;
1301
- url: import('zod').ZodOptional<import('zod').ZodString>;
1302
- title: import('zod').ZodOptional<import('zod').ZodString>;
1303
- image: import('zod').ZodOptional<import('zod').ZodString>;
1304
- imageWidth: import('zod').ZodOptional<import('zod').ZodNumber>;
1305
- imageHeight: import('zod').ZodOptional<import('zod').ZodNumber>;
1306
- }, import('zod/v4/core').$strip>>;
1307
- }, import('zod/v4/core').$strip>>;
1308
- totalCount: import('zod').ZodNumber;
1309
- updatedCommentIds: import('zod').ZodArray<import('zod').ZodString>;
1310
- appliedOperations: import('zod').ZodObject<{
1311
- updateCount: import('zod').ZodNumber;
1312
- }, import('zod/v4/core').$strip>;
1313
- };
1314
- annotations: {
1315
- readOnlyHint: false;
1316
- destructiveHint: true;
1317
- idempotentHint: false;
1318
- };
1319
- execute(args: {
1320
- comments: {
1321
- id: string;
1322
- content: string;
1323
- }[];
1324
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1325
- textContent: string;
1326
- structuredContent: {
1327
- comments: {
1328
- id: string;
1329
- taskId: string | undefined;
1330
- projectId: string | undefined;
1331
- content: string;
1332
- postedAt: string;
1333
- postedUid: string;
1334
- fileAttachment: {
1335
- resourceType: string;
1336
- fileName: string | undefined;
1337
- fileSize: number | undefined;
1338
- fileType: string | undefined;
1339
- fileUrl: string | undefined;
1340
- fileDuration: number | undefined;
1341
- uploadState: "completed" | "pending" | undefined;
1342
- url: string | undefined;
1343
- title: string | undefined;
1344
- image: string | undefined;
1345
- imageWidth: number | undefined;
1346
- imageHeight: number | undefined;
1347
- } | undefined;
1348
- }[];
1349
- totalCount: number;
1350
- updatedCommentIds: string[];
1351
- appliedOperations: {
1352
- updateCount: number;
1353
- };
1354
- };
1355
- }>;
1356
- };
1357
- findComments: {
1358
- name: "find-comments";
1359
- description: string;
1360
- parameters: {
1361
- taskId: import('zod').ZodOptional<import('zod').ZodString>;
1362
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
1363
- commentId: import('zod').ZodOptional<import('zod').ZodString>;
1364
- cursor: import('zod').ZodOptional<import('zod').ZodString>;
1365
- limit: import('zod').ZodOptional<import('zod').ZodNumber>;
1366
- };
1367
- outputSchema: {
1368
- comments: import('zod').ZodArray<import('zod').ZodObject<{
1369
- id: import('zod').ZodString;
1370
- taskId: import('zod').ZodOptional<import('zod').ZodString>;
1371
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
1372
- content: import('zod').ZodString;
1373
- postedAt: import('zod').ZodString;
1374
- postedUid: import('zod').ZodOptional<import('zod').ZodString>;
1375
- fileAttachment: import('zod').ZodOptional<import('zod').ZodObject<{
1376
- resourceType: import('zod').ZodString;
1377
- fileName: import('zod').ZodOptional<import('zod').ZodString>;
1378
- fileSize: import('zod').ZodOptional<import('zod').ZodNumber>;
1379
- fileType: import('zod').ZodOptional<import('zod').ZodString>;
1380
- fileUrl: import('zod').ZodOptional<import('zod').ZodString>;
1381
- fileDuration: import('zod').ZodOptional<import('zod').ZodNumber>;
1382
- uploadState: import('zod').ZodOptional<import('zod').ZodEnum<{
1383
- completed: "completed";
1384
- pending: "pending";
1385
- }>>;
1386
- url: import('zod').ZodOptional<import('zod').ZodString>;
1387
- title: import('zod').ZodOptional<import('zod').ZodString>;
1388
- image: import('zod').ZodOptional<import('zod').ZodString>;
1389
- imageWidth: import('zod').ZodOptional<import('zod').ZodNumber>;
1390
- imageHeight: import('zod').ZodOptional<import('zod').ZodNumber>;
1391
- }, import('zod/v4/core').$strip>>;
1392
- }, import('zod/v4/core').$strip>>;
1393
- searchType: import('zod').ZodString;
1394
- searchId: import('zod').ZodString;
1395
- hasMore: import('zod').ZodBoolean;
1396
- nextCursor: import('zod').ZodOptional<import('zod').ZodString>;
1397
- totalCount: import('zod').ZodNumber;
1398
- };
1399
- annotations: {
1400
- readOnlyHint: true;
1401
- destructiveHint: false;
1402
- idempotentHint: true;
1403
- };
1404
- execute(args: {
1405
- taskId?: string | undefined;
1406
- projectId?: string | undefined;
1407
- commentId?: string | undefined;
1408
- cursor?: string | undefined;
1409
- limit?: number | undefined;
1410
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1411
- textContent: string;
1412
- structuredContent: {
1413
- comments: {
1414
- id: string;
1415
- taskId: string | undefined;
1416
- projectId: string | undefined;
1417
- content: string;
1418
- postedAt: string;
1419
- postedUid: string;
1420
- fileAttachment: {
1421
- resourceType: string;
1422
- fileName: string | undefined;
1423
- fileSize: number | undefined;
1424
- fileType: string | undefined;
1425
- fileUrl: string | undefined;
1426
- fileDuration: number | undefined;
1427
- uploadState: "completed" | "pending" | undefined;
1428
- url: string | undefined;
1429
- title: string | undefined;
1430
- image: string | undefined;
1431
- imageWidth: number | undefined;
1432
- imageHeight: number | undefined;
1433
- } | undefined;
1434
- }[];
1435
- searchType: string;
1436
- searchId: string;
1437
- hasMore: boolean;
1438
- nextCursor: string | undefined;
1439
- totalCount: number;
1440
- };
1441
- }>;
1442
- };
1443
- viewAttachment: {
1444
- name: "view-attachment";
1445
- description: string;
1446
- parameters: {
1447
- fileUrl: import('zod').ZodString;
1448
- };
1449
- outputSchema: {
1450
- fileName: import('zod').ZodOptional<import('zod').ZodString>;
1451
- fileType: import('zod').ZodOptional<import('zod').ZodString>;
1452
- fileSize: import('zod').ZodOptional<import('zod').ZodNumber>;
1453
- contentDelivery: import('zod').ZodEnum<{
1454
- text: "text";
1455
- image: "image";
1456
- embedded_resource: "embedded_resource";
1457
- metadata_only: "metadata_only";
1458
- }>;
1459
- };
1460
- annotations: {
1461
- readOnlyHint: true;
1462
- destructiveHint: false;
1463
- idempotentHint: true;
1464
- };
1465
- execute({ fileUrl }: {
1466
- fileUrl: string;
1467
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1468
- textContent: string;
1469
- structuredContent: {
1470
- fileName: string | undefined;
1471
- fileType: string;
1472
- fileSize: number;
1473
- contentDelivery: "metadata_only";
1474
- };
1475
- contentItems?: undefined;
1476
- } | {
1477
- textContent: string;
1478
- structuredContent: {
1479
- fileName: string | undefined;
1480
- fileType: string;
1481
- fileSize: number;
1482
- contentDelivery: "text" | "image" | "embedded_resource";
1483
- };
1484
- contentItems: import('@modelcontextprotocol/sdk/types.js').ContentBlock[];
1485
- }>;
1486
- };
1487
- addLabels: {
1488
- name: "add-labels";
1489
- description: string;
1490
- parameters: {
1491
- labels: import('zod').ZodArray<import('zod').ZodObject<{
1492
- name: import('zod').ZodString;
1493
- color: import('zod').ZodPipe<import('zod').ZodTransform<string | undefined, unknown>, import('zod').ZodOptional<import('zod').ZodEnum<{
1494
- berry_red: "berry_red";
1495
- red: "red";
1496
- orange: "orange";
1497
- yellow: "yellow";
1498
- olive_green: "olive_green";
1499
- lime_green: "lime_green";
1500
- green: "green";
1501
- mint_green: "mint_green";
1502
- teal: "teal";
1503
- sky_blue: "sky_blue";
1504
- light_blue: "light_blue";
1505
- blue: "blue";
1506
- grape: "grape";
1507
- violet: "violet";
1508
- lavender: "lavender";
1509
- magenta: "magenta";
1510
- salmon: "salmon";
1511
- charcoal: "charcoal";
1512
- grey: "grey";
1513
- taupe: "taupe";
1514
- }>>>;
1515
- order: import('zod').ZodOptional<import('zod').ZodNumber>;
1516
- isFavorite: import('zod').ZodOptional<import('zod').ZodBoolean>;
1517
- }, import('zod/v4/core').$strip>>;
1518
- };
1519
- outputSchema: {
1520
- labels: import('zod').ZodArray<import('zod').ZodObject<{
1521
- id: import('zod').ZodString;
1522
- name: import('zod').ZodString;
1523
- color: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodEnum<{
1524
- berry_red: "berry_red";
1525
- red: "red";
1526
- orange: "orange";
1527
- yellow: "yellow";
1528
- olive_green: "olive_green";
1529
- lime_green: "lime_green";
1530
- green: "green";
1531
- mint_green: "mint_green";
1532
- teal: "teal";
1533
- sky_blue: "sky_blue";
1534
- light_blue: "light_blue";
1535
- blue: "blue";
1536
- grape: "grape";
1537
- violet: "violet";
1538
- lavender: "lavender";
1539
- magenta: "magenta";
1540
- salmon: "salmon";
1541
- charcoal: "charcoal";
1542
- grey: "grey";
1543
- taupe: "taupe";
1544
- }>>>;
1545
- order: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodNumber>>;
1546
- isFavorite: import('zod').ZodBoolean;
1547
- }, import('zod/v4/core').$strip>>;
1548
- totalCount: import('zod').ZodNumber;
1549
- };
1550
- annotations: {
1551
- readOnlyHint: false;
1552
- destructiveHint: false;
1553
- idempotentHint: false;
1554
- };
1555
- execute({ labels }: {
1556
- labels: {
1557
- name: string;
1558
- color?: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
1559
- order?: number | undefined;
1560
- isFavorite?: boolean | undefined;
1561
- }[];
1562
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1563
- textContent: string;
1564
- structuredContent: {
1565
- labels: {
1566
- id: string;
1567
- name: string;
1568
- isFavorite: boolean;
1569
- color?: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
1570
- order?: number | undefined;
1571
- }[];
1572
- totalCount: number;
1573
- };
1574
- }>;
1575
- };
1576
- findLabels: {
1577
- name: "find-labels";
1578
- description: string;
1579
- parameters: {
1580
- searchText: import('zod').ZodOptional<import('zod').ZodString>;
1581
- limit: import('zod').ZodDefault<import('zod').ZodNumber>;
1582
- cursor: import('zod').ZodOptional<import('zod').ZodString>;
1583
- };
1584
- outputSchema: {
1585
- labels: import('zod').ZodArray<import('zod').ZodObject<{
1586
- id: import('zod').ZodString;
1587
- name: import('zod').ZodString;
1588
- color: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodEnum<{
1589
- berry_red: "berry_red";
1590
- red: "red";
1591
- orange: "orange";
1592
- yellow: "yellow";
1593
- olive_green: "olive_green";
1594
- lime_green: "lime_green";
1595
- green: "green";
1596
- mint_green: "mint_green";
1597
- teal: "teal";
1598
- sky_blue: "sky_blue";
1599
- light_blue: "light_blue";
1600
- blue: "blue";
1601
- grape: "grape";
1602
- violet: "violet";
1603
- lavender: "lavender";
1604
- magenta: "magenta";
1605
- salmon: "salmon";
1606
- charcoal: "charcoal";
1607
- grey: "grey";
1608
- taupe: "taupe";
1609
- }>>>;
1610
- order: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodNumber>>;
1611
- isFavorite: import('zod').ZodBoolean;
1612
- }, import('zod/v4/core').$strip>>;
1613
- nextCursor: import('zod').ZodOptional<import('zod').ZodString>;
1614
- totalCount: import('zod').ZodNumber;
1615
- hasMore: import('zod').ZodBoolean;
1616
- sharedLabels: import('zod').ZodArray<import('zod').ZodString>;
1617
- appliedFilters: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>;
1618
- };
1619
- annotations: {
1620
- readOnlyHint: true;
1621
- destructiveHint: false;
1622
- idempotentHint: true;
1623
- };
1624
- execute(args: {
1625
- limit: number;
1626
- searchText?: string | undefined;
1627
- cursor?: string | undefined;
1628
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1629
- textContent: string;
1630
- structuredContent: {
1631
- labels: {
1632
- id: string;
1633
- name: string;
1634
- isFavorite: boolean;
1635
- color?: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
1636
- order?: number | undefined;
1637
- }[];
1638
- nextCursor: string | undefined;
1639
- totalCount: number;
1640
- hasMore: boolean;
1641
- sharedLabels: string[];
1642
- appliedFilters: {
1643
- searchText: string;
1644
- limit?: undefined;
1645
- cursor?: undefined;
1646
- } | {
1647
- limit: number;
1648
- cursor: string | undefined;
1649
- searchText?: undefined;
1650
- };
1651
- };
1652
- }>;
1653
- };
1654
- findFilters: {
1655
- name: "find-filters";
1656
- description: string;
1657
- parameters: {
1658
- search: import('zod').ZodOptional<import('zod').ZodString>;
1659
- };
1660
- outputSchema: {
1661
- filters: import('zod').ZodArray<import('zod').ZodObject<{
1662
- id: import('zod').ZodString;
1663
- name: import('zod').ZodString;
1664
- query: import('zod').ZodString;
1665
- color: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodEnum<{
1666
- berry_red: "berry_red";
1667
- red: "red";
1668
- orange: "orange";
1669
- yellow: "yellow";
1670
- olive_green: "olive_green";
1671
- lime_green: "lime_green";
1672
- green: "green";
1673
- mint_green: "mint_green";
1674
- teal: "teal";
1675
- sky_blue: "sky_blue";
1676
- light_blue: "light_blue";
1677
- blue: "blue";
1678
- grape: "grape";
1679
- violet: "violet";
1680
- lavender: "lavender";
1681
- magenta: "magenta";
1682
- salmon: "salmon";
1683
- charcoal: "charcoal";
1684
- grey: "grey";
1685
- taupe: "taupe";
1686
- }>>>;
1687
- isFavorite: import('zod').ZodBoolean;
1688
- itemOrder: import('zod').ZodNumber;
1689
- }, import('zod/v4/core').$strip>>;
1690
- totalCount: import('zod').ZodNumber;
1691
- };
1692
- annotations: {
1693
- readOnlyHint: true;
1694
- destructiveHint: false;
1695
- idempotentHint: true;
1696
- };
1697
- execute(args: {
1698
- search?: string | undefined;
1699
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1700
- textContent: string;
1701
- structuredContent: {
1702
- filters: {
1703
- id: string;
1704
- name: string;
1705
- query: string;
1706
- color: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
1707
- isFavorite: boolean;
1708
- itemOrder: number;
1709
- }[];
1710
- totalCount: number;
1711
- };
1712
- }>;
1713
- };
1714
- addFilters: {
1715
- name: "add-filters";
1716
- description: string;
1717
- parameters: {
1718
- filters: import('zod').ZodArray<import('zod').ZodObject<{
1719
- name: import('zod').ZodString;
1720
- query: import('zod').ZodString;
1721
- color: import('zod').ZodPipe<import('zod').ZodTransform<string | undefined, unknown>, import('zod').ZodOptional<import('zod').ZodEnum<{
1722
- berry_red: "berry_red";
1723
- red: "red";
1724
- orange: "orange";
1725
- yellow: "yellow";
1726
- olive_green: "olive_green";
1727
- lime_green: "lime_green";
1728
- green: "green";
1729
- mint_green: "mint_green";
1730
- teal: "teal";
1731
- sky_blue: "sky_blue";
1732
- light_blue: "light_blue";
1733
- blue: "blue";
1734
- grape: "grape";
1735
- violet: "violet";
1736
- lavender: "lavender";
1737
- magenta: "magenta";
1738
- salmon: "salmon";
1739
- charcoal: "charcoal";
1740
- grey: "grey";
1741
- taupe: "taupe";
1742
- }>>>;
1743
- isFavorite: import('zod').ZodOptional<import('zod').ZodBoolean>;
1744
- }, import('zod/v4/core').$strip>>;
1745
- };
1746
- outputSchema: {
1747
- filters: import('zod').ZodArray<import('zod').ZodObject<{
1748
- id: import('zod').ZodString;
1749
- name: import('zod').ZodString;
1750
- query: import('zod').ZodString;
1751
- color: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodEnum<{
1752
- berry_red: "berry_red";
1753
- red: "red";
1754
- orange: "orange";
1755
- yellow: "yellow";
1756
- olive_green: "olive_green";
1757
- lime_green: "lime_green";
1758
- green: "green";
1759
- mint_green: "mint_green";
1760
- teal: "teal";
1761
- sky_blue: "sky_blue";
1762
- light_blue: "light_blue";
1763
- blue: "blue";
1764
- grape: "grape";
1765
- violet: "violet";
1766
- lavender: "lavender";
1767
- magenta: "magenta";
1768
- salmon: "salmon";
1769
- charcoal: "charcoal";
1770
- grey: "grey";
1771
- taupe: "taupe";
1772
- }>>>;
1773
- isFavorite: import('zod').ZodBoolean;
1774
- itemOrder: import('zod').ZodNumber;
1775
- }, import('zod/v4/core').$strip>>;
1776
- totalCount: import('zod').ZodNumber;
1777
- };
1778
- annotations: {
1779
- readOnlyHint: false;
1780
- destructiveHint: false;
1781
- idempotentHint: false;
1782
- };
1783
- execute({ filters }: {
1784
- filters: {
1785
- name: string;
1786
- query: string;
1787
- color?: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
1788
- isFavorite?: boolean | undefined;
1789
- }[];
1790
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1791
- textContent: string;
1792
- structuredContent: {
1793
- filters: {
1794
- id: string;
1795
- name: string;
1796
- query: string;
1797
- color: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
1798
- isFavorite: boolean;
1799
- itemOrder: number;
1800
- }[];
1801
- totalCount: number;
1802
- };
1803
- }>;
1804
- };
1805
- updateFilters: {
1806
- name: "update-filters";
1807
- description: string;
1808
- parameters: {
1809
- filters: import('zod').ZodArray<import('zod').ZodObject<{
1810
- id: import('zod').ZodString;
1811
- name: import('zod').ZodOptional<import('zod').ZodString>;
1812
- query: import('zod').ZodOptional<import('zod').ZodString>;
1813
- color: import('zod').ZodPipe<import('zod').ZodTransform<string | undefined, unknown>, import('zod').ZodOptional<import('zod').ZodEnum<{
1814
- berry_red: "berry_red";
1815
- red: "red";
1816
- orange: "orange";
1817
- yellow: "yellow";
1818
- olive_green: "olive_green";
1819
- lime_green: "lime_green";
1820
- green: "green";
1821
- mint_green: "mint_green";
1822
- teal: "teal";
1823
- sky_blue: "sky_blue";
1824
- light_blue: "light_blue";
1825
- blue: "blue";
1826
- grape: "grape";
1827
- violet: "violet";
1828
- lavender: "lavender";
1829
- magenta: "magenta";
1830
- salmon: "salmon";
1831
- charcoal: "charcoal";
1832
- grey: "grey";
1833
- taupe: "taupe";
1834
- }>>>;
1835
- isFavorite: import('zod').ZodOptional<import('zod').ZodBoolean>;
1836
- }, import('zod/v4/core').$strip>>;
1837
- };
1838
- outputSchema: {
1839
- filters: import('zod').ZodArray<import('zod').ZodObject<{
1840
- id: import('zod').ZodString;
1841
- name: import('zod').ZodString;
1842
- query: import('zod').ZodString;
1843
- color: import('zod').ZodCatch<import('zod').ZodOptional<import('zod').ZodEnum<{
1844
- berry_red: "berry_red";
1845
- red: "red";
1846
- orange: "orange";
1847
- yellow: "yellow";
1848
- olive_green: "olive_green";
1849
- lime_green: "lime_green";
1850
- green: "green";
1851
- mint_green: "mint_green";
1852
- teal: "teal";
1853
- sky_blue: "sky_blue";
1854
- light_blue: "light_blue";
1855
- blue: "blue";
1856
- grape: "grape";
1857
- violet: "violet";
1858
- lavender: "lavender";
1859
- magenta: "magenta";
1860
- salmon: "salmon";
1861
- charcoal: "charcoal";
1862
- grey: "grey";
1863
- taupe: "taupe";
1864
- }>>>;
1865
- isFavorite: import('zod').ZodBoolean;
1866
- itemOrder: import('zod').ZodNumber;
1867
- }, import('zod/v4/core').$strip>>;
1868
- totalCount: import('zod').ZodNumber;
1869
- updatedFilterIds: import('zod').ZodArray<import('zod').ZodString>;
1870
- appliedOperations: import('zod').ZodObject<{
1871
- updateCount: import('zod').ZodNumber;
1872
- skippedCount: import('zod').ZodNumber;
1873
- }, import('zod/v4/core').$strip>;
1874
- };
1875
- annotations: {
1876
- readOnlyHint: false;
1877
- destructiveHint: true;
1878
- idempotentHint: false;
1879
- };
1880
- execute(args: {
1881
- filters: {
1882
- id: string;
1883
- name?: string | undefined;
1884
- query?: string | undefined;
1885
- color?: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
1886
- isFavorite?: boolean | undefined;
1887
- }[];
1888
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1889
- textContent: string;
1890
- structuredContent: {
1891
- filters: {
1892
- id: string;
1893
- name: string;
1894
- query: string;
1895
- color: "berry_red" | "red" | "orange" | "yellow" | "olive_green" | "lime_green" | "green" | "mint_green" | "teal" | "sky_blue" | "light_blue" | "blue" | "grape" | "violet" | "lavender" | "magenta" | "salmon" | "charcoal" | "grey" | "taupe" | undefined;
1896
- isFavorite: boolean;
1897
- itemOrder: number;
1898
- }[];
1899
- totalCount: number;
1900
- updatedFilterIds: string[];
1901
- appliedOperations: {
1902
- updateCount: number;
1903
- skippedCount: number;
1904
- };
1905
- };
1906
- }>;
1907
- };
1908
- findActivity: {
1909
- name: "find-activity";
1910
- description: string;
1911
- parameters: {
1912
- objectType: import('zod').ZodOptional<import('zod').ZodEnum<{
1913
- comment: "comment";
1914
- task: "task";
1915
- project: "project";
1916
- }>>;
1917
- objectId: import('zod').ZodOptional<import('zod').ZodString>;
1918
- eventType: import('zod').ZodOptional<import('zod').ZodEnum<{
1919
- completed: "completed";
1920
- added: "added";
1921
- updated: "updated";
1922
- deleted: "deleted";
1923
- uncompleted: "uncompleted";
1924
- archived: "archived";
1925
- unarchived: "unarchived";
1926
- shared: "shared";
1927
- left: "left";
1928
- }>>;
1929
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
1930
- taskId: import('zod').ZodOptional<import('zod').ZodString>;
1931
- initiatorId: import('zod').ZodOptional<import('zod').ZodString>;
1932
- limit: import('zod').ZodDefault<import('zod').ZodNumber>;
1933
- cursor: import('zod').ZodOptional<import('zod').ZodString>;
1934
- };
1935
- outputSchema: {
1936
- events: import('zod').ZodArray<import('zod').ZodObject<{
1937
- id: import('zod').ZodOptional<import('zod').ZodString>;
1938
- objectType: import('zod').ZodString;
1939
- objectId: import('zod').ZodString;
1940
- eventType: import('zod').ZodString;
1941
- eventDate: import('zod').ZodString;
1942
- parentProjectId: import('zod').ZodOptional<import('zod').ZodString>;
1943
- parentItemId: import('zod').ZodOptional<import('zod').ZodString>;
1944
- initiatorId: import('zod').ZodOptional<import('zod').ZodString>;
1945
- extraData: import('zod').ZodOptional<import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>>;
1946
- }, import('zod/v4/core').$strip>>;
1947
- nextCursor: import('zod').ZodOptional<import('zod').ZodString>;
1948
- totalCount: import('zod').ZodNumber;
1949
- hasMore: import('zod').ZodBoolean;
1950
- appliedFilters: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>;
1951
- };
1952
- annotations: {
1953
- readOnlyHint: true;
1954
- destructiveHint: false;
1955
- idempotentHint: true;
1956
- };
1957
- execute(args: {
1958
- limit: number;
1959
- objectType?: "comment" | "task" | "project" | undefined;
1960
- objectId?: string | undefined;
1961
- eventType?: "completed" | "added" | "updated" | "deleted" | "uncompleted" | "archived" | "unarchived" | "shared" | "left" | undefined;
1962
- projectId?: string | undefined;
1963
- taskId?: string | undefined;
1964
- initiatorId?: string | undefined;
1965
- cursor?: string | undefined;
1966
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
1967
- textContent: string;
1968
- structuredContent: {
1969
- events: {
1970
- id: string | undefined;
1971
- objectType: string;
1972
- objectId: string;
1973
- eventType: string;
1974
- eventDate: string;
1975
- parentProjectId: string | undefined;
1976
- parentItemId: string | undefined;
1977
- initiatorId: string | undefined;
1978
- extraData: Record<string, any> | undefined;
1979
- }[];
1980
- nextCursor: string | undefined;
1981
- totalCount: number;
1982
- hasMore: boolean;
1983
- appliedFilters: {
1984
- limit: number;
1985
- objectType?: "comment" | "task" | "project" | undefined;
1986
- objectId?: string | undefined;
1987
- eventType?: "completed" | "added" | "updated" | "deleted" | "uncompleted" | "archived" | "unarchived" | "shared" | "left" | undefined;
1988
- projectId?: string | undefined;
1989
- taskId?: string | undefined;
1990
- initiatorId?: string | undefined;
1991
- cursor?: string | undefined;
1992
- };
1993
- };
1994
- }>;
1995
- };
1996
- getProductivityStats: {
1997
- name: "get-productivity-stats";
1998
- description: string;
1999
- parameters: {};
2000
- outputSchema: {
2001
- completedCount: import('zod').ZodNumber;
2002
- daysItems: import('zod').ZodArray<import('zod').ZodObject<{
2003
- date: import('zod').ZodString;
2004
- totalCompleted: import('zod').ZodNumber;
2005
- items: import('zod').ZodArray<import('zod').ZodObject<{
2006
- id: import('zod').ZodString;
2007
- completed: import('zod').ZodNumber;
2008
- }, import('zod/v4/core').$strip>>;
2009
- }, import('zod/v4/core').$strip>>;
2010
- weekItems: import('zod').ZodArray<import('zod').ZodObject<{
2011
- from: import('zod').ZodString;
2012
- to: import('zod').ZodString;
2013
- totalCompleted: import('zod').ZodNumber;
2014
- items: import('zod').ZodArray<import('zod').ZodObject<{
2015
- id: import('zod').ZodString;
2016
- completed: import('zod').ZodNumber;
2017
- }, import('zod/v4/core').$strip>>;
2018
- }, import('zod/v4/core').$strip>>;
2019
- goals: import('zod').ZodObject<{
2020
- dailyGoal: import('zod').ZodNumber;
2021
- weeklyGoal: import('zod').ZodNumber;
2022
- currentDailyStreak: import('zod').ZodObject<{
2023
- count: import('zod').ZodNumber;
2024
- start: import('zod').ZodString;
2025
- end: import('zod').ZodString;
2026
- }, import('zod/v4/core').$strip>;
2027
- currentWeeklyStreak: import('zod').ZodObject<{
2028
- count: import('zod').ZodNumber;
2029
- start: import('zod').ZodString;
2030
- end: import('zod').ZodString;
2031
- }, import('zod/v4/core').$strip>;
2032
- lastDailyStreak: import('zod').ZodObject<{
2033
- count: import('zod').ZodNumber;
2034
- start: import('zod').ZodString;
2035
- end: import('zod').ZodString;
2036
- }, import('zod/v4/core').$strip>;
2037
- lastWeeklyStreak: import('zod').ZodObject<{
2038
- count: import('zod').ZodNumber;
2039
- start: import('zod').ZodString;
2040
- end: import('zod').ZodString;
2041
- }, import('zod/v4/core').$strip>;
2042
- maxDailyStreak: import('zod').ZodObject<{
2043
- count: import('zod').ZodNumber;
2044
- start: import('zod').ZodString;
2045
- end: import('zod').ZodString;
2046
- }, import('zod/v4/core').$strip>;
2047
- maxWeeklyStreak: import('zod').ZodObject<{
2048
- count: import('zod').ZodNumber;
2049
- start: import('zod').ZodString;
2050
- end: import('zod').ZodString;
2051
- }, import('zod/v4/core').$strip>;
2052
- vacationMode: import('zod').ZodNumber;
2053
- karmaDisabled: import('zod').ZodNumber;
2054
- }, import('zod/v4/core').$strip>;
2055
- karma: import('zod').ZodNumber;
2056
- karmaTrend: import('zod').ZodString;
2057
- karmaLastUpdate: import('zod').ZodNumber;
2058
- karmaGraphData: import('zod').ZodArray<import('zod').ZodObject<{
2059
- date: import('zod').ZodString;
2060
- karmaAvg: import('zod').ZodNumber;
2061
- }, import('zod/v4/core').$strip>>;
2062
- karmaUpdateReasons: import('zod').ZodArray<import('zod').ZodObject<{
2063
- time: import('zod').ZodString;
2064
- newKarma: import('zod').ZodNumber;
2065
- positiveKarma: import('zod').ZodNumber;
2066
- negativeKarma: import('zod').ZodNumber;
2067
- positiveKarmaReasons: import('zod').ZodArray<import('zod').ZodAny>;
2068
- negativeKarmaReasons: import('zod').ZodArray<import('zod').ZodAny>;
2069
- }, import('zod/v4/core').$strip>>;
2070
- projectColors: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodString>;
2071
- };
2072
- annotations: {
2073
- readOnlyHint: true;
2074
- destructiveHint: false;
2075
- idempotentHint: true;
2076
- };
2077
- execute(_args: Record<string, never>, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2078
- textContent: string;
2079
- structuredContent: {
2080
- completedCount: number;
2081
- daysItems: {
2082
- items: {
2083
- id: string;
2084
- completed: number;
2085
- }[];
2086
- totalCompleted: number;
2087
- date: string;
2088
- }[];
2089
- weekItems: {
2090
- items: {
2091
- id: string;
2092
- completed: number;
2093
- }[];
2094
- totalCompleted: number;
2095
- from: string;
2096
- to: string;
2097
- }[];
2098
- goals: {
2099
- dailyGoal: number;
2100
- weeklyGoal: number;
2101
- currentDailyStreak: {
2102
- count: number;
2103
- start: string;
2104
- end: string;
2105
- };
2106
- currentWeeklyStreak: {
2107
- count: number;
2108
- start: string;
2109
- end: string;
2110
- };
2111
- lastDailyStreak: {
2112
- count: number;
2113
- start: string;
2114
- end: string;
2115
- };
2116
- lastWeeklyStreak: {
2117
- count: number;
2118
- start: string;
2119
- end: string;
2120
- };
2121
- maxDailyStreak: {
2122
- count: number;
2123
- start: string;
2124
- end: string;
2125
- };
2126
- maxWeeklyStreak: {
2127
- count: number;
2128
- start: string;
2129
- end: string;
2130
- };
2131
- vacationMode: number;
2132
- karmaDisabled: number;
2133
- };
2134
- karma: number;
2135
- karmaTrend: string;
2136
- karmaLastUpdate: number;
2137
- karmaGraphData: {
2138
- date: string;
2139
- karmaAvg: number;
2140
- }[];
2141
- karmaUpdateReasons: {
2142
- time: string;
2143
- newKarma: number;
2144
- positiveKarma: number;
2145
- negativeKarma: number;
2146
- positiveKarmaReasons: any[];
2147
- negativeKarmaReasons: any[];
2148
- }[];
2149
- projectColors: Record<string, string>;
2150
- };
2151
- }>;
2152
- };
2153
- getProjectHealth: {
2154
- name: "get-project-health";
2155
- description: string;
2156
- parameters: {
2157
- projectId: import('zod').ZodString;
2158
- includeContext: import('zod').ZodDefault<import('zod').ZodBoolean>;
2159
- };
2160
- outputSchema: {
2161
- projectId: import('zod').ZodString;
2162
- projectName: import('zod').ZodString;
2163
- progress: import('zod').ZodObject<{
2164
- completedCount: import('zod').ZodNumber;
2165
- activeCount: import('zod').ZodNumber;
2166
- progressPercent: import('zod').ZodNumber;
2167
- }, import('zod/v4/core').$strip>;
2168
- health: import('zod').ZodObject<{
2169
- status: import('zod').ZodEnum<{
2170
- UNKNOWN: "UNKNOWN";
2171
- ON_TRACK: "ON_TRACK";
2172
- AT_RISK: "AT_RISK";
2173
- CRITICAL: "CRITICAL";
2174
- EXCELLENT: "EXCELLENT";
2175
- ERROR: "ERROR";
2176
- }>;
2177
- description: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
2178
- descriptionSummary: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
2179
- taskRecommendations: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodArray<import('zod').ZodObject<{
2180
- taskId: import('zod').ZodString;
2181
- recommendation: import('zod').ZodString;
2182
- }, import('zod/v4/core').$strip>>>>;
2183
- isStale: import('zod').ZodBoolean;
2184
- updateInProgress: import('zod').ZodBoolean;
2185
- updatedAt: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
2186
- }, import('zod/v4/core').$strip>;
2187
- context: import('zod').ZodOptional<import('zod').ZodObject<{
2188
- projectDescription: import('zod').ZodNullable<import('zod').ZodString>;
2189
- projectMetrics: import('zod').ZodObject<{
2190
- totalTasks: import('zod').ZodNumber;
2191
- completedTasks: import('zod').ZodNumber;
2192
- overdueTasks: import('zod').ZodNumber;
2193
- tasksCreatedThisWeek: import('zod').ZodNumber;
2194
- tasksCompletedThisWeek: import('zod').ZodNumber;
2195
- averageCompletionTime: import('zod').ZodNullable<import('zod').ZodNumber>;
2196
- }, import('zod/v4/core').$strip>;
2197
- tasks: import('zod').ZodArray<import('zod').ZodObject<{
2198
- id: import('zod').ZodString;
2199
- content: import('zod').ZodString;
2200
- priority: import('zod').ZodString;
2201
- due: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
2202
- deadline: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodString>>;
2203
- isCompleted: import('zod').ZodBoolean;
2204
- labels: import('zod').ZodArray<import('zod').ZodString>;
2205
- }, import('zod/v4/core').$strip>>;
2206
- }, import('zod/v4/core').$strip>>;
2207
- };
2208
- annotations: {
2209
- readOnlyHint: true;
2210
- destructiveHint: false;
2211
- idempotentHint: true;
2212
- };
2213
- execute(args: {
2214
- projectId: string;
2215
- includeContext: boolean;
2216
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2217
- textContent: string;
2218
- structuredContent: {
2219
- projectId: string;
2220
- projectName: string;
2221
- progress: {
2222
- completedCount: number;
2223
- activeCount: number;
2224
- progressPercent: number;
2225
- };
2226
- health: {
2227
- status: "UNKNOWN" | "ON_TRACK" | "AT_RISK" | "CRITICAL" | "EXCELLENT" | "ERROR";
2228
- description: string | null;
2229
- descriptionSummary: string | null;
2230
- taskRecommendations: {
2231
- taskId: string;
2232
- recommendation: string;
2233
- }[] | null;
2234
- isStale: boolean;
2235
- updateInProgress: boolean;
2236
- updatedAt: string | null;
2237
- };
2238
- context: {
2239
- projectDescription: string | null;
2240
- projectMetrics: {
2241
- totalTasks: number;
2242
- completedTasks: number;
2243
- overdueTasks: number;
2244
- tasksCreatedThisWeek: number;
2245
- tasksCompletedThisWeek: number;
2246
- averageCompletionTime: number | null;
2247
- };
2248
- tasks: {
2249
- id: string;
2250
- content: string;
2251
- priority: string;
2252
- due: string | null;
2253
- deadline: string | null;
2254
- isCompleted: boolean;
2255
- labels: string[];
2256
- }[];
2257
- } | undefined;
2258
- };
2259
- }>;
2260
- };
2261
- getProjectActivityStats: {
2262
- name: "get-project-activity-stats";
2263
- description: string;
2264
- parameters: {
2265
- projectId: import('zod').ZodString;
2266
- weeks: import('zod').ZodOptional<import('zod').ZodNumber>;
2267
- includeWeeklyCounts: import('zod').ZodOptional<import('zod').ZodBoolean>;
2268
- };
2269
- outputSchema: {
2270
- projectId: import('zod').ZodString;
2271
- dayItems: import('zod').ZodArray<import('zod').ZodObject<{
2272
- date: import('zod').ZodString;
2273
- totalCount: import('zod').ZodNumber;
2274
- }, import('zod/v4/core').$strip>>;
2275
- weekItems: import('zod').ZodNullable<import('zod').ZodArray<import('zod').ZodObject<{
2276
- fromDate: import('zod').ZodString;
2277
- toDate: import('zod').ZodString;
2278
- totalCount: import('zod').ZodNumber;
2279
- }, import('zod/v4/core').$strip>>>;
2280
- };
2281
- annotations: {
2282
- readOnlyHint: true;
2283
- destructiveHint: false;
2284
- idempotentHint: true;
2285
- };
2286
- execute(args: {
2287
- projectId: string;
2288
- weeks?: number | undefined;
2289
- includeWeeklyCounts?: boolean | undefined;
2290
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2291
- textContent: string;
2292
- structuredContent: {
2293
- projectId: string;
2294
- dayItems: {
2295
- date: string;
2296
- totalCount: number;
2297
- }[];
2298
- weekItems: {
2299
- fromDate: string;
2300
- toDate: string;
2301
- totalCount: number;
2302
- }[] | null;
2303
- };
2304
- }>;
2305
- };
2306
- analyzeProjectHealth: {
2307
- name: "analyze-project-health";
2308
- description: string;
2309
- parameters: {
2310
- projectId: import('zod').ZodString;
2311
- };
2312
- outputSchema: {
2313
- projectId: import('zod').ZodString;
2314
- health: import('zod').ZodObject<{
2315
- status: import('zod').ZodEnum<{
2316
- UNKNOWN: "UNKNOWN";
2317
- ON_TRACK: "ON_TRACK";
2318
- AT_RISK: "AT_RISK";
2319
- CRITICAL: "CRITICAL";
2320
- EXCELLENT: "EXCELLENT";
2321
- ERROR: "ERROR";
2322
- }>;
2323
- isStale: import('zod').ZodBoolean;
2324
- updateInProgress: import('zod').ZodBoolean;
2325
- }, import('zod/v4/core').$strip>;
2326
- message: import('zod').ZodString;
2327
- };
2328
- annotations: {
2329
- readOnlyHint: false;
2330
- destructiveHint: false;
2331
- idempotentHint: true;
2332
- };
2333
- execute(args: {
2334
- projectId: string;
2335
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2336
- textContent: string;
2337
- structuredContent: {
2338
- projectId: string;
2339
- health: {
2340
- status: "UNKNOWN" | "ON_TRACK" | "AT_RISK" | "CRITICAL" | "EXCELLENT" | "ERROR";
2341
- isStale: boolean;
2342
- updateInProgress: boolean;
2343
- };
2344
- message: string;
2345
- };
2346
- }>;
2347
- };
2348
- getWorkspaceInsights: {
2349
- name: "get-workspace-insights";
2350
- description: string;
2351
- parameters: {
2352
- workspaceIdOrName: import('zod').ZodString;
2353
- projectIds: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString>>;
2354
- };
2355
- outputSchema: {
2356
- workspaceId: import('zod').ZodString;
2357
- workspaceName: import('zod').ZodString;
2358
- folderId: import('zod').ZodNullable<import('zod').ZodString>;
2359
- projectInsights: import('zod').ZodArray<import('zod').ZodObject<{
2360
- projectId: import('zod').ZodString;
2361
- health: import('zod').ZodNullable<import('zod').ZodObject<{
2362
- status: import('zod').ZodEnum<{
2363
- UNKNOWN: "UNKNOWN";
2364
- ON_TRACK: "ON_TRACK";
2365
- AT_RISK: "AT_RISK";
2366
- CRITICAL: "CRITICAL";
2367
- EXCELLENT: "EXCELLENT";
2368
- ERROR: "ERROR";
2369
- }>;
2370
- isStale: import('zod').ZodBoolean;
2371
- updateInProgress: import('zod').ZodBoolean;
2372
- }, import('zod/v4/core').$strip>>;
2373
- progress: import('zod').ZodNullable<import('zod').ZodObject<{
2374
- completedCount: import('zod').ZodNumber;
2375
- activeCount: import('zod').ZodNumber;
2376
- progressPercent: import('zod').ZodNumber;
2377
- }, import('zod/v4/core').$strip>>;
2378
- }, import('zod/v4/core').$strip>>;
2379
- };
2380
- annotations: {
2381
- readOnlyHint: true;
2382
- destructiveHint: false;
2383
- idempotentHint: true;
2384
- };
2385
- execute(args: {
2386
- workspaceIdOrName: string;
2387
- projectIds?: string[] | undefined;
2388
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2389
- textContent: string;
2390
- structuredContent: {
2391
- workspaceId: string;
2392
- workspaceName: string;
2393
- folderId: string | null;
2394
- projectInsights: {
2395
- projectId: string;
2396
- health: {
2397
- status: "UNKNOWN" | "ON_TRACK" | "AT_RISK" | "CRITICAL" | "EXCELLENT" | "ERROR";
2398
- isStale: boolean;
2399
- updateInProgress: boolean;
2400
- } | null;
2401
- progress: {
2402
- completedCount: number;
2403
- activeCount: number;
2404
- progressPercent: number;
2405
- } | null;
2406
- }[];
2407
- };
2408
- }>;
2409
- };
2410
- getOverview: {
2411
- name: "get-overview";
2412
- description: string;
2413
- parameters: {
2414
- projectId: import('zod').ZodOptional<import('zod').ZodString>;
2415
- };
2416
- outputSchema: {
2417
- type: import('zod').ZodEnum<{
2418
- account_overview: "account_overview";
2419
- project_overview: "project_overview";
2420
- }>;
2421
- totalProjects: import('zod').ZodOptional<import('zod').ZodNumber>;
2422
- totalTasks: import('zod').ZodOptional<import('zod').ZodNumber>;
2423
- totalSections: import('zod').ZodOptional<import('zod').ZodNumber>;
2424
- tasksWithoutSection: import('zod').ZodOptional<import('zod').ZodNumber>;
2425
- projectInfo: import('zod').ZodOptional<import('zod').ZodObject<{
2426
- id: import('zod').ZodString;
2427
- name: import('zod').ZodString;
2428
- isShared: import('zod').ZodBoolean;
2429
- isFavorite: import('zod').ZodBoolean;
2430
- }, import('zod/v4/core').$strip>>;
2431
- hasNestedProjects: import('zod').ZodOptional<import('zod').ZodBoolean>;
2432
- inbox: import('zod').ZodOptional<import('zod').ZodNullable<import('zod').ZodObject<{
2433
- id: import('zod').ZodString;
2434
- name: import('zod').ZodString;
2435
- sections: import('zod').ZodArray<import('zod').ZodObject<{
2436
- id: import('zod').ZodString;
2437
- name: import('zod').ZodString;
2438
- }, import('zod/v4/core').$strip>>;
2439
- }, import('zod/v4/core').$strip>>>;
2440
- projects: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodLazy<import('zod').ZodType<{
2441
- id: string;
2442
- name: string;
2443
- parentId?: string;
2444
- folderId?: string;
2445
- childOrder: number;
2446
- sections: {
2447
- id: string;
2448
- name: string;
2449
- }[];
2450
- children: unknown[];
2451
- }, unknown, import('zod/v4/core').$ZodTypeInternals<{
2452
- id: string;
2453
- name: string;
2454
- parentId?: string;
2455
- folderId?: string;
2456
- childOrder: number;
2457
- sections: {
2458
- id: string;
2459
- name: string;
2460
- }[];
2461
- children: unknown[];
2462
- }, unknown>>>>>;
2463
- project: import('zod').ZodOptional<import('zod').ZodObject<{
2464
- id: import('zod').ZodString;
2465
- name: import('zod').ZodString;
2466
- }, import('zod/v4/core').$strip>>;
2467
- sections: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodObject<{
2468
- id: import('zod').ZodString;
2469
- name: import('zod').ZodString;
2470
- }, import('zod/v4/core').$strip>>>;
2471
- tasks: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodAny>>;
2472
- stats: import('zod').ZodOptional<import('zod').ZodObject<{
2473
- totalTasks: import('zod').ZodNumber;
2474
- totalSections: import('zod').ZodNumber;
2475
- tasksWithoutSection: import('zod').ZodNumber;
2476
- }, import('zod/v4/core').$strip>>;
2477
- };
2478
- annotations: {
2479
- readOnlyHint: true;
2480
- destructiveHint: false;
2481
- idempotentHint: true;
2482
- };
2483
- execute(args: {
2484
- projectId?: string | undefined;
2485
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2486
- textContent: string;
2487
- structuredContent: import('./tools/get-overview.js').AccountOverviewStructured | import('./tools/get-overview.js').ProjectOverviewStructured;
2488
- }>;
2489
- };
2490
- deleteObject: {
2491
- name: "delete-object";
2492
- description: string;
2493
- parameters: {
2494
- type: import('zod').ZodEnum<{
2495
- filter: "filter";
2496
- comment: "comment";
2497
- reminder: "reminder";
2498
- task: "task";
2499
- project: "project";
2500
- section: "section";
2501
- label: "label";
2502
- location_reminder: "location_reminder";
2503
- }>;
2504
- id: import('zod').ZodString;
2505
- };
2506
- outputSchema: {
2507
- deletedEntity: import('zod').ZodObject<{
2508
- type: import('zod').ZodEnum<{
2509
- filter: "filter";
2510
- comment: "comment";
2511
- reminder: "reminder";
2512
- task: "task";
2513
- project: "project";
2514
- section: "section";
2515
- label: "label";
2516
- location_reminder: "location_reminder";
2517
- }>;
2518
- id: import('zod').ZodString;
2519
- }, import('zod/v4/core').$strip>;
2520
- success: import('zod').ZodBoolean;
2521
- };
2522
- annotations: {
2523
- readOnlyHint: false;
2524
- destructiveHint: true;
2525
- idempotentHint: true;
2526
- };
2527
- execute(args: {
2528
- type: "filter" | "comment" | "reminder" | "task" | "project" | "section" | "label" | "location_reminder";
2529
- id: string;
2530
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2531
- textContent: string;
2532
- structuredContent: {
2533
- deletedEntity: {
2534
- type: "filter" | "comment" | "reminder" | "task" | "project" | "section" | "label" | "location_reminder";
2535
- id: string;
2536
- };
2537
- success: true;
2538
- };
2539
- }>;
2540
- };
2541
- reorderObjects: {
2542
- name: "reorder-objects";
2543
- description: string;
2544
- parameters: {
2545
- type: import('zod').ZodEnum<{
2546
- project: "project";
2547
- section: "section";
2548
- }>;
2549
- items: import('zod').ZodArray<import('zod').ZodObject<{
2550
- id: import('zod').ZodString;
2551
- order: import('zod').ZodOptional<import('zod').ZodNumber>;
2552
- parentId: import('zod').ZodOptional<import('zod').ZodString>;
2553
- }, import('zod/v4/core').$strip>>;
2554
- };
2555
- outputSchema: {
2556
- type: import('zod').ZodEnum<{
2557
- project: "project";
2558
- section: "section";
2559
- }>;
2560
- movedCount: import('zod').ZodNumber;
2561
- reorderedCount: import('zod').ZodNumber;
2562
- affectedIds: import('zod').ZodArray<import('zod').ZodString>;
2563
- success: import('zod').ZodBoolean;
2564
- };
2565
- annotations: {
2566
- readOnlyHint: false;
2567
- destructiveHint: false;
2568
- idempotentHint: true;
2569
- };
2570
- execute(args: {
2571
- type: "project" | "section";
2572
- items: {
2573
- id: string;
2574
- order?: number | undefined;
2575
- parentId?: string | undefined;
2576
- }[];
2577
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2578
- textContent: string;
2579
- structuredContent: {
2580
- type: "project" | "section";
2581
- movedCount: number;
2582
- reorderedCount: number;
2583
- affectedIds: string[];
2584
- success: true;
2585
- };
2586
- }>;
2587
- };
2588
- userInfo: {
2589
- name: "user-info";
2590
- description: string;
2591
- parameters: {};
2592
- outputSchema: {
2593
- type: import('zod').ZodLiteral<"user_info">;
2594
- userId: import('zod').ZodString;
2595
- fullName: import('zod').ZodString;
2596
- timezone: import('zod').ZodString;
2597
- currentLocalTime: import('zod').ZodString;
2598
- startDay: import('zod').ZodNumber;
2599
- startDayName: import('zod').ZodString;
2600
- weekStartDate: import('zod').ZodString;
2601
- weekEndDate: import('zod').ZodString;
2602
- currentWeekNumber: import('zod').ZodNumber;
2603
- completedToday: import('zod').ZodNumber;
2604
- dailyGoal: import('zod').ZodNumber;
2605
- weeklyGoal: import('zod').ZodNumber;
2606
- email: import('zod').ZodString;
2607
- plan: import('zod').ZodEnum<{
2608
- "Todoist Free": "Todoist Free";
2609
- "Todoist Pro": "Todoist Pro";
2610
- "Todoist Business": "Todoist Business";
2611
- }>;
2612
- };
2613
- annotations: {
2614
- readOnlyHint: true;
2615
- destructiveHint: false;
2616
- idempotentHint: true;
2617
- };
2618
- execute(_args: Record<string, never>, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2619
- textContent: string;
2620
- structuredContent: import('./tools/user-info.js').UserInfoStructured;
2621
- }>;
2622
- };
2623
- findProjectCollaborators: {
2624
- name: "find-project-collaborators";
2625
- description: string;
2626
- parameters: {
2627
- projectId: import('zod').ZodString;
2628
- searchTerm: import('zod').ZodOptional<import('zod').ZodString>;
2629
- };
2630
- outputSchema: {
2631
- collaborators: import('zod').ZodArray<import('zod').ZodObject<{
2632
- id: import('zod').ZodString;
2633
- name: import('zod').ZodString;
2634
- email: import('zod').ZodString;
2635
- }, import('zod/v4/core').$strip>>;
2636
- projectInfo: import('zod').ZodOptional<import('zod').ZodObject<{
2637
- id: import('zod').ZodString;
2638
- name: import('zod').ZodString;
2639
- isShared: import('zod').ZodBoolean;
2640
- }, import('zod/v4/core').$strip>>;
2641
- totalCount: import('zod').ZodNumber;
2642
- totalAvailable: import('zod').ZodOptional<import('zod').ZodNumber>;
2643
- appliedFilters: import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>;
2644
- };
2645
- annotations: {
2646
- readOnlyHint: true;
2647
- destructiveHint: false;
2648
- idempotentHint: true;
2649
- };
2650
- execute(args: {
2651
- projectId: string;
2652
- searchTerm?: string | undefined;
2653
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2654
- textContent: string;
2655
- structuredContent: {
2656
- collaborators: never[];
2657
- projectInfo: {
2658
- id: string;
2659
- name: string;
2660
- isShared: false;
2661
- };
2662
- totalCount: number;
2663
- appliedFilters: {
2664
- projectId: string;
2665
- searchTerm?: string | undefined;
2666
- };
2667
- totalAvailable?: undefined;
2668
- };
2669
- } | {
2670
- textContent: string;
2671
- structuredContent: {
2672
- collaborators: never[];
2673
- projectInfo: {
2674
- id: string;
2675
- name: string;
2676
- isShared: true;
2677
- };
2678
- totalCount: number;
2679
- appliedFilters: {
2680
- projectId: string;
2681
- searchTerm?: string | undefined;
2682
- };
2683
- totalAvailable?: undefined;
2684
- };
2685
- } | {
2686
- textContent: string;
2687
- structuredContent: {
2688
- collaborators: import('./utils/user-resolver.js').ProjectCollaborator[];
2689
- projectInfo: {
2690
- id: string;
2691
- name: string;
2692
- isShared: true;
2693
- };
2694
- totalCount: number;
2695
- totalAvailable: number;
2696
- appliedFilters: {
2697
- projectId: string;
2698
- searchTerm?: string | undefined;
2699
- };
2700
- };
2701
- }>;
2702
- };
2703
- manageAssignments: {
2704
- name: "manage-assignments";
2705
- description: string;
2706
- parameters: {
2707
- operation: import('zod').ZodEnum<{
2708
- assign: "assign";
2709
- unassign: "unassign";
2710
- reassign: "reassign";
2711
- }>;
2712
- taskIds: import('zod').ZodArray<import('zod').ZodString>;
2713
- responsibleUser: import('zod').ZodOptional<import('zod').ZodString>;
2714
- fromAssigneeUser: import('zod').ZodOptional<import('zod').ZodString>;
2715
- dryRun: import('zod').ZodDefault<import('zod').ZodOptional<import('zod').ZodBoolean>>;
2716
- };
2717
- outputSchema: {
2718
- results: import('zod').ZodArray<import('zod').ZodObject<{
2719
- taskId: import('zod').ZodString;
2720
- success: import('zod').ZodBoolean;
2721
- error: import('zod').ZodOptional<import('zod').ZodString>;
2722
- originalAssigneeId: import('zod').ZodOptional<import('zod').ZodString>;
2723
- newAssigneeId: import('zod').ZodOptional<import('zod').ZodString>;
2724
- }, import('zod/v4/core').$strip>>;
2725
- summary: import('zod').ZodOptional<import('zod').ZodObject<{
2726
- total: import('zod').ZodNumber;
2727
- succeeded: import('zod').ZodNumber;
2728
- failed: import('zod').ZodNumber;
2729
- dryRun: import('zod').ZodBoolean;
2730
- }, import('zod/v4/core').$strip>>;
2731
- };
2732
- annotations: {
2733
- readOnlyHint: false;
2734
- destructiveHint: true;
2735
- idempotentHint: false;
2736
- };
2737
- execute(args: {
2738
- operation: "assign" | "unassign" | "reassign";
2739
- taskIds: string[];
2740
- dryRun: boolean;
2741
- responsibleUser?: string | undefined;
2742
- fromAssigneeUser?: string | undefined;
2743
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2744
- textContent: string;
2745
- structuredContent: {
2746
- operation: "unassign";
2747
- results: import('./tools/manage-assignments.js').OperationResult[];
2748
- totalRequested: number;
2749
- successful: number;
2750
- failed: number;
2751
- dryRun: boolean;
2752
- };
2753
- } | {
2754
- textContent: string;
2755
- structuredContent: {
2756
- operation: "assign" | "reassign";
2757
- results: import('./tools/manage-assignments.js').OperationResult[];
2758
- totalRequested: number;
2759
- successful: number;
2760
- failed: number;
2761
- dryRun: boolean;
2762
- };
2763
- }>;
2764
- };
2765
- listWorkspaces: {
2766
- name: "list-workspaces";
2767
- description: string;
2768
- parameters: {};
2769
- outputSchema: {
2770
- type: import('zod').ZodLiteral<"workspaces">;
2771
- workspaces: import('zod').ZodArray<import('zod').ZodObject<{
2772
- id: import('zod').ZodString;
2773
- name: import('zod').ZodString;
2774
- plan: import('zod').ZodEnum<{
2775
- STARTER: "STARTER";
2776
- BUSINESS: "BUSINESS";
2777
- }>;
2778
- role: import('zod').ZodEnum<{
2779
- ADMIN: "ADMIN";
2780
- MEMBER: "MEMBER";
2781
- GUEST: "GUEST";
2782
- }>;
2783
- isLinkSharingEnabled: import('zod').ZodBoolean;
2784
- isGuestAllowed: import('zod').ZodBoolean;
2785
- createdAt: import('zod').ZodString;
2786
- creatorId: import('zod').ZodString;
2787
- }, import('zod/v4/core').$strip>>;
2788
- count: import('zod').ZodNumber;
2789
- };
2790
- annotations: {
2791
- readOnlyHint: true;
2792
- destructiveHint: false;
2793
- idempotentHint: true;
2794
- };
2795
- execute(_args: Record<string, never>, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2796
- textContent: string;
2797
- structuredContent: import('./tools/list-workspaces.js').WorkspacesStructured;
2798
- }>;
2799
- };
2800
- search: {
2801
- name: "search";
2802
- description: string;
2803
- parameters: {
2804
- query: import('zod').ZodString;
2805
- };
2806
- outputSchema: {
2807
- results: import('zod').ZodArray<import('zod').ZodObject<{
2808
- id: import('zod').ZodString;
2809
- title: import('zod').ZodString;
2810
- url: import('zod').ZodString;
2811
- }, import('zod/v4/core').$strip>>;
2812
- totalCount: import('zod').ZodNumber;
2813
- };
2814
- annotations: {
2815
- readOnlyHint: true;
2816
- destructiveHint: false;
2817
- idempotentHint: true;
2818
- };
2819
- execute(args: {
2820
- query: string;
2821
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2822
- textContent: string;
2823
- structuredContent: {
2824
- results: {
2825
- id: string;
2826
- title: string;
2827
- url: string;
2828
- }[];
2829
- totalCount: number;
2830
- };
2831
- }>;
2832
- };
2833
- fetch: {
2834
- name: "fetch";
2835
- description: string;
2836
- parameters: {
2837
- id: import('zod').ZodString;
2838
- };
2839
- outputSchema: {
2840
- id: import('zod').ZodString;
2841
- title: import('zod').ZodString;
2842
- text: import('zod').ZodString;
2843
- url: import('zod').ZodString;
2844
- metadata: import('zod').ZodOptional<import('zod').ZodRecord<import('zod').ZodString, import('zod').ZodUnknown>>;
2845
- };
2846
- annotations: {
2847
- readOnlyHint: true;
2848
- destructiveHint: false;
2849
- idempotentHint: true;
2850
- };
2851
- execute(args: {
2852
- id: string;
2853
- }, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
2854
- textContent: string;
2855
- structuredContent: {
2856
- id: string;
2857
- title: string;
2858
- text: string;
2859
- url: string;
2860
- metadata?: Record<string, unknown>;
2861
- };
2862
- }>;
2863
- };
2864
- };
2865
- export { addComments, addFilters, addLabels, addProjects, addSections, addTasks, analyzeProjectHealth, completeTasks, deleteObject, FEATURE_NAMES, type Feature, type FeatureName, type Features, fetch, findActivity, findComments, findCompletedTasks, findFilters, findLabels, findProjectCollaborators, findProjects, findSections, findTasks, findTasksByDate, getMcpServer, getOverview, getProductivityStats, getProjectActivityStats, getProjectHealth, getWorkspaceInsights, listWorkspaces, manageAssignments, reorderObjects, rescheduleTasks, search, tools, uncompleteTasks, updateComments, updateFilters, updateProjects, updateSections, updateTasks, userInfo, viewAttachment, };
2866
- //# sourceMappingURL=index.d.ts.map