@jezweb/mcp-integrations 0.1.1 → 0.1.2

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 (257) hide show
  1. package/README.md +10 -3
  2. package/dist/australia/business/clients/abr.d.ts +45 -0
  3. package/dist/australia/business/clients/abr.d.ts.map +1 -0
  4. package/dist/australia/business/clients/abr.js +167 -0
  5. package/dist/australia/business/clients/abr.js.map +1 -0
  6. package/dist/australia/business/clients/asic.d.ts +46 -0
  7. package/dist/australia/business/clients/asic.d.ts.map +1 -0
  8. package/dist/australia/business/clients/asic.js +128 -0
  9. package/dist/australia/business/clients/asic.js.map +1 -0
  10. package/dist/australia/business/index.d.ts +19 -0
  11. package/dist/australia/business/index.d.ts.map +1 -0
  12. package/dist/australia/business/index.js +14 -0
  13. package/dist/australia/business/index.js.map +1 -0
  14. package/dist/australia/business/tools/index.d.ts +29 -0
  15. package/dist/australia/business/tools/index.d.ts.map +1 -0
  16. package/dist/australia/business/tools/index.js +174 -0
  17. package/dist/australia/business/tools/index.js.map +1 -0
  18. package/dist/australia/datetime/clients/holidays.d.ts +85 -0
  19. package/dist/australia/datetime/clients/holidays.d.ts.map +1 -0
  20. package/dist/australia/datetime/clients/holidays.js +93 -0
  21. package/dist/australia/datetime/clients/holidays.js.map +1 -0
  22. package/dist/australia/datetime/index.d.ts +22 -0
  23. package/dist/australia/datetime/index.d.ts.map +1 -0
  24. package/dist/australia/datetime/index.js +14 -0
  25. package/dist/australia/datetime/index.js.map +1 -0
  26. package/dist/australia/datetime/tools/index.d.ts +55 -0
  27. package/dist/australia/datetime/tools/index.d.ts.map +1 -0
  28. package/dist/australia/datetime/tools/index.js +439 -0
  29. package/dist/australia/datetime/tools/index.js.map +1 -0
  30. package/dist/australia/index.d.ts +47 -0
  31. package/dist/australia/index.d.ts.map +1 -0
  32. package/dist/australia/index.js +29 -0
  33. package/dist/australia/index.js.map +1 -0
  34. package/dist/australia/ip/api-client.d.ts +130 -0
  35. package/dist/australia/ip/api-client.d.ts.map +1 -0
  36. package/dist/australia/ip/api-client.js +151 -0
  37. package/dist/australia/ip/api-client.js.map +1 -0
  38. package/dist/australia/ip/index.d.ts +19 -0
  39. package/dist/australia/ip/index.d.ts.map +1 -0
  40. package/dist/australia/ip/index.js +13 -0
  41. package/dist/australia/ip/index.js.map +1 -0
  42. package/dist/australia/ip/tools/index.d.ts +24 -0
  43. package/dist/australia/ip/tools/index.d.ts.map +1 -0
  44. package/dist/australia/ip/tools/index.js +279 -0
  45. package/dist/australia/ip/tools/index.js.map +1 -0
  46. package/dist/google/calendar/prompts.js +2 -2
  47. package/dist/google/calendar/prompts.js.map +1 -1
  48. package/dist/google/calendar/resources.js +1 -1
  49. package/dist/google/calendar/resources.js.map +1 -1
  50. package/dist/google/calendar/tools/calendars.js +1 -1
  51. package/dist/google/calendar/tools/calendars.js.map +1 -1
  52. package/dist/google/calendar/tools/events.d.ts.map +1 -1
  53. package/dist/google/calendar/tools/events.js +6 -5
  54. package/dist/google/calendar/tools/events.js.map +1 -1
  55. package/dist/google/chat/index.d.ts +46 -0
  56. package/dist/google/chat/index.d.ts.map +1 -0
  57. package/dist/google/chat/index.js +56 -0
  58. package/dist/google/chat/index.js.map +1 -0
  59. package/dist/google/chat/prompts.d.ts +71 -0
  60. package/dist/google/chat/prompts.d.ts.map +1 -0
  61. package/dist/google/chat/prompts.js +142 -0
  62. package/dist/google/chat/prompts.js.map +1 -0
  63. package/dist/google/chat/resources.d.ts +47 -0
  64. package/dist/google/chat/resources.d.ts.map +1 -0
  65. package/dist/google/chat/resources.js +95 -0
  66. package/dist/google/chat/resources.js.map +1 -0
  67. package/dist/google/chat/tools/index.d.ts +1122 -0
  68. package/dist/google/chat/tools/index.d.ts.map +1 -0
  69. package/dist/google/chat/tools/index.js +99 -0
  70. package/dist/google/chat/tools/index.js.map +1 -0
  71. package/dist/google/chat/tools/members.d.ts +50 -0
  72. package/dist/google/chat/tools/members.d.ts.map +1 -0
  73. package/dist/google/chat/tools/members.js +155 -0
  74. package/dist/google/chat/tools/members.js.map +1 -0
  75. package/dist/google/chat/tools/messages.d.ts +180 -0
  76. package/dist/google/chat/tools/messages.d.ts.map +1 -0
  77. package/dist/google/chat/tools/messages.js +340 -0
  78. package/dist/google/chat/tools/messages.js.map +1 -0
  79. package/dist/google/chat/tools/spaces.d.ts +51 -0
  80. package/dist/google/chat/tools/spaces.d.ts.map +1 -0
  81. package/dist/google/chat/tools/spaces.js +174 -0
  82. package/dist/google/chat/tools/spaces.js.map +1 -0
  83. package/dist/google/contacts/index.d.ts +27 -0
  84. package/dist/google/contacts/index.d.ts.map +1 -0
  85. package/dist/google/contacts/index.js +30 -0
  86. package/dist/google/contacts/index.js.map +1 -0
  87. package/dist/google/contacts/prompts.d.ts +71 -0
  88. package/dist/google/contacts/prompts.d.ts.map +1 -0
  89. package/dist/google/contacts/prompts.js +129 -0
  90. package/dist/google/contacts/prompts.js.map +1 -0
  91. package/dist/google/contacts/resources.d.ts +47 -0
  92. package/dist/google/contacts/resources.d.ts.map +1 -0
  93. package/dist/google/contacts/resources.js +128 -0
  94. package/dist/google/contacts/resources.js.map +1 -0
  95. package/dist/google/contacts/tools/contacts.d.ts +154 -0
  96. package/dist/google/contacts/tools/contacts.d.ts.map +1 -0
  97. package/dist/google/contacts/tools/contacts.js +416 -0
  98. package/dist/google/contacts/tools/contacts.js.map +1 -0
  99. package/dist/google/contacts/tools/index.d.ts +524 -0
  100. package/dist/google/contacts/tools/index.d.ts.map +1 -0
  101. package/dist/google/contacts/tools/index.js +63 -0
  102. package/dist/google/contacts/tools/index.js.map +1 -0
  103. package/dist/google/docs/index.d.ts +43 -0
  104. package/dist/google/docs/index.d.ts.map +1 -0
  105. package/dist/google/docs/index.js +51 -0
  106. package/dist/google/docs/index.js.map +1 -0
  107. package/dist/google/docs/prompts.d.ts +71 -0
  108. package/dist/google/docs/prompts.d.ts.map +1 -0
  109. package/dist/google/docs/prompts.js +154 -0
  110. package/dist/google/docs/prompts.js.map +1 -0
  111. package/dist/google/docs/resources.d.ts +48 -0
  112. package/dist/google/docs/resources.d.ts.map +1 -0
  113. package/dist/google/docs/resources.js +111 -0
  114. package/dist/google/docs/resources.js.map +1 -0
  115. package/dist/google/docs/tools/index.d.ts +738 -0
  116. package/dist/google/docs/tools/index.d.ts.map +1 -0
  117. package/dist/google/docs/tools/index.js +80 -0
  118. package/dist/google/docs/tools/index.js.map +1 -0
  119. package/dist/google/docs/tools/read.d.ts +47 -0
  120. package/dist/google/docs/tools/read.d.ts.map +1 -0
  121. package/dist/google/docs/tools/read.js +255 -0
  122. package/dist/google/docs/tools/read.js.map +1 -0
  123. package/dist/google/docs/tools/write.d.ts +182 -0
  124. package/dist/google/docs/tools/write.d.ts.map +1 -0
  125. package/dist/google/docs/tools/write.js +670 -0
  126. package/dist/google/docs/tools/write.js.map +1 -0
  127. package/dist/google/drive/index.d.ts +30 -0
  128. package/dist/google/drive/index.d.ts.map +1 -0
  129. package/dist/google/drive/index.js +42 -0
  130. package/dist/google/drive/index.js.map +1 -0
  131. package/dist/google/drive/prompts.d.ts +115 -0
  132. package/dist/google/drive/prompts.d.ts.map +1 -0
  133. package/dist/google/drive/prompts.js +193 -0
  134. package/dist/google/drive/prompts.js.map +1 -0
  135. package/dist/google/drive/resources.d.ts +48 -0
  136. package/dist/google/drive/resources.d.ts.map +1 -0
  137. package/dist/google/drive/resources.js +106 -0
  138. package/dist/google/drive/resources.js.map +1 -0
  139. package/dist/google/drive/tools/files.d.ts +142 -0
  140. package/dist/google/drive/tools/files.d.ts.map +1 -0
  141. package/dist/google/drive/tools/files.js +461 -0
  142. package/dist/google/drive/tools/files.js.map +1 -0
  143. package/dist/google/drive/tools/folders.d.ts +69 -0
  144. package/dist/google/drive/tools/folders.d.ts.map +1 -0
  145. package/dist/google/drive/tools/folders.js +217 -0
  146. package/dist/google/drive/tools/folders.js.map +1 -0
  147. package/dist/google/drive/tools/index.d.ts +1002 -0
  148. package/dist/google/drive/tools/index.d.ts.map +1 -0
  149. package/dist/google/drive/tools/index.js +97 -0
  150. package/dist/google/drive/tools/index.js.map +1 -0
  151. package/dist/google/drive/tools/sharing.d.ts +142 -0
  152. package/dist/google/drive/tools/sharing.d.ts.map +1 -0
  153. package/dist/google/drive/tools/sharing.js +304 -0
  154. package/dist/google/drive/tools/sharing.js.map +1 -0
  155. package/dist/google/gmail/index.d.ts +30 -0
  156. package/dist/google/gmail/index.d.ts.map +1 -0
  157. package/dist/google/gmail/index.js +44 -0
  158. package/dist/google/gmail/index.js.map +1 -0
  159. package/dist/google/gmail/prompts.d.ts +121 -0
  160. package/dist/google/gmail/prompts.d.ts.map +1 -0
  161. package/dist/google/gmail/prompts.js +179 -0
  162. package/dist/google/gmail/prompts.js.map +1 -0
  163. package/dist/google/gmail/resources.d.ts +13 -0
  164. package/dist/google/gmail/resources.d.ts.map +1 -0
  165. package/dist/google/gmail/resources.js +99 -0
  166. package/dist/google/gmail/resources.js.map +1 -0
  167. package/dist/google/gmail/tools/drafts.d.ts +101 -0
  168. package/dist/google/gmail/tools/drafts.d.ts.map +1 -0
  169. package/dist/google/gmail/tools/drafts.js +256 -0
  170. package/dist/google/gmail/tools/drafts.js.map +1 -0
  171. package/dist/google/gmail/tools/index.d.ts +732 -0
  172. package/dist/google/gmail/tools/index.d.ts.map +1 -0
  173. package/dist/google/gmail/tools/index.js +96 -0
  174. package/dist/google/gmail/tools/index.js.map +1 -0
  175. package/dist/google/gmail/tools/labels.d.ts +82 -0
  176. package/dist/google/gmail/tools/labels.d.ts.map +1 -0
  177. package/dist/google/gmail/tools/labels.js +213 -0
  178. package/dist/google/gmail/tools/labels.js.map +1 -0
  179. package/dist/google/gmail/tools/messages.d.ts +107 -0
  180. package/dist/google/gmail/tools/messages.d.ts.map +1 -0
  181. package/dist/google/gmail/tools/messages.js +327 -0
  182. package/dist/google/gmail/tools/messages.js.map +1 -0
  183. package/dist/google/gmail/tools/profile.d.ts +9 -0
  184. package/dist/google/gmail/tools/profile.d.ts.map +1 -0
  185. package/dist/google/gmail/tools/profile.js +31 -0
  186. package/dist/google/gmail/tools/profile.js.map +1 -0
  187. package/dist/google/gmail/tools/threads.d.ts +73 -0
  188. package/dist/google/gmail/tools/threads.d.ts.map +1 -0
  189. package/dist/google/gmail/tools/threads.js +254 -0
  190. package/dist/google/gmail/tools/threads.js.map +1 -0
  191. package/dist/google/index.d.ts +29 -1
  192. package/dist/google/index.d.ts.map +1 -1
  193. package/dist/google/index.js +29 -1
  194. package/dist/google/index.js.map +1 -1
  195. package/dist/google/sheets/index.d.ts +43 -0
  196. package/dist/google/sheets/index.d.ts.map +1 -0
  197. package/dist/google/sheets/index.js +53 -0
  198. package/dist/google/sheets/index.js.map +1 -0
  199. package/dist/google/sheets/prompts.d.ts +71 -0
  200. package/dist/google/sheets/prompts.d.ts.map +1 -0
  201. package/dist/google/sheets/prompts.js +171 -0
  202. package/dist/google/sheets/prompts.js.map +1 -0
  203. package/dist/google/sheets/resources.d.ts +49 -0
  204. package/dist/google/sheets/resources.d.ts.map +1 -0
  205. package/dist/google/sheets/resources.js +113 -0
  206. package/dist/google/sheets/resources.js.map +1 -0
  207. package/dist/google/sheets/tools/index.d.ts +1021 -0
  208. package/dist/google/sheets/tools/index.d.ts.map +1 -0
  209. package/dist/google/sheets/tools/index.js +99 -0
  210. package/dist/google/sheets/tools/index.js.map +1 -0
  211. package/dist/google/sheets/tools/manage.d.ts +104 -0
  212. package/dist/google/sheets/tools/manage.d.ts.map +1 -0
  213. package/dist/google/sheets/tools/manage.js +255 -0
  214. package/dist/google/sheets/tools/manage.js.map +1 -0
  215. package/dist/google/sheets/tools/read.d.ts +84 -0
  216. package/dist/google/sheets/tools/read.d.ts.map +1 -0
  217. package/dist/google/sheets/tools/read.js +204 -0
  218. package/dist/google/sheets/tools/read.js.map +1 -0
  219. package/dist/google/sheets/tools/write.d.ts +109 -0
  220. package/dist/google/sheets/tools/write.d.ts.map +1 -0
  221. package/dist/google/sheets/tools/write.js +205 -0
  222. package/dist/google/sheets/tools/write.js.map +1 -0
  223. package/dist/google/tasks/index.d.ts +28 -0
  224. package/dist/google/tasks/index.d.ts.map +1 -0
  225. package/dist/google/tasks/index.js +35 -0
  226. package/dist/google/tasks/index.js.map +1 -0
  227. package/dist/google/tasks/prompts.d.ts +71 -0
  228. package/dist/google/tasks/prompts.d.ts.map +1 -0
  229. package/dist/google/tasks/prompts.js +140 -0
  230. package/dist/google/tasks/prompts.js.map +1 -0
  231. package/dist/google/tasks/resources.d.ts +47 -0
  232. package/dist/google/tasks/resources.d.ts.map +1 -0
  233. package/dist/google/tasks/resources.js +128 -0
  234. package/dist/google/tasks/resources.js.map +1 -0
  235. package/dist/google/tasks/tools/index.d.ts +609 -0
  236. package/dist/google/tasks/tools/index.d.ts.map +1 -0
  237. package/dist/google/tasks/tools/index.js +95 -0
  238. package/dist/google/tasks/tools/index.js.map +1 -0
  239. package/dist/google/tasks/tools/lists.d.ts +61 -0
  240. package/dist/google/tasks/tools/lists.d.ts.map +1 -0
  241. package/dist/google/tasks/tools/lists.js +146 -0
  242. package/dist/google/tasks/tools/lists.js.map +1 -0
  243. package/dist/google/tasks/tools/tasks.d.ts +164 -0
  244. package/dist/google/tasks/tools/tasks.d.ts.map +1 -0
  245. package/dist/google/tasks/tools/tasks.js +368 -0
  246. package/dist/google/tasks/tools/tasks.js.map +1 -0
  247. package/dist/helpers.d.ts +35 -0
  248. package/dist/helpers.d.ts.map +1 -1
  249. package/dist/helpers.js +42 -0
  250. package/dist/helpers.js.map +1 -1
  251. package/dist/index.d.ts +3 -1
  252. package/dist/index.d.ts.map +1 -1
  253. package/dist/index.js +4 -1
  254. package/dist/index.js.map +1 -1
  255. package/dist/types.d.ts +13 -0
  256. package/dist/types.d.ts.map +1 -1
  257. package/package.json +19 -18
@@ -0,0 +1,609 @@
1
+ /**
2
+ * Google Tasks Tools
3
+ *
4
+ * @example
5
+ * ```typescript
6
+ * import { tools } from '@jezweb/mcp-integrations/google/tasks';
7
+ *
8
+ * // Register all tools
9
+ * tools.all.forEach(tool => {
10
+ * server.tool(tool.name, tool.description, tool.parameters,
11
+ * (params) => tool.handler(params, ctx)
12
+ * );
13
+ * });
14
+ *
15
+ * // Or use presets
16
+ * tools.readOnly.forEach(tool => { ... }); // List and get only
17
+ * tools.fullAccess.forEach(tool => { ... }); // All operations
18
+ * ```
19
+ */
20
+ export { listTaskLists, getTaskList, createTaskList, updateTaskList, deleteTaskList } from './lists';
21
+ export { listTasks, getTask, createTask, updateTask, completeTask, uncompleteTask, deleteTask, moveTask, clearCompletedTasks, } from './tasks';
22
+ /**
23
+ * All Tasks tools (14 tools)
24
+ */
25
+ export declare const all: (import("../../..").ToolDefinition<import("zod").ZodObject<{
26
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
27
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
28
+ }, "strip", import("zod").ZodTypeAny, {
29
+ maxResults: number;
30
+ pageToken?: string | undefined;
31
+ }, {
32
+ maxResults?: number | undefined;
33
+ pageToken?: string | undefined;
34
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
35
+ taskListId: import("zod").ZodString;
36
+ }, "strip", import("zod").ZodTypeAny, {
37
+ taskListId: string;
38
+ }, {
39
+ taskListId: string;
40
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
41
+ title: import("zod").ZodString;
42
+ }, "strip", import("zod").ZodTypeAny, {
43
+ title: string;
44
+ }, {
45
+ title: string;
46
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
47
+ taskListId: import("zod").ZodString;
48
+ title: import("zod").ZodString;
49
+ }, "strip", import("zod").ZodTypeAny, {
50
+ taskListId: string;
51
+ title: string;
52
+ }, {
53
+ taskListId: string;
54
+ title: string;
55
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
56
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
57
+ showCompleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
58
+ showHidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
59
+ showDeleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
60
+ dueMin: import("zod").ZodOptional<import("zod").ZodString>;
61
+ dueMax: import("zod").ZodOptional<import("zod").ZodString>;
62
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
63
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
64
+ }, "strip", import("zod").ZodTypeAny, {
65
+ maxResults: number;
66
+ showHidden: boolean;
67
+ showDeleted: boolean;
68
+ taskListId: string;
69
+ showCompleted: boolean;
70
+ pageToken?: string | undefined;
71
+ dueMin?: string | undefined;
72
+ dueMax?: string | undefined;
73
+ }, {
74
+ maxResults?: number | undefined;
75
+ showHidden?: boolean | undefined;
76
+ showDeleted?: boolean | undefined;
77
+ pageToken?: string | undefined;
78
+ taskListId?: string | undefined;
79
+ showCompleted?: boolean | undefined;
80
+ dueMin?: string | undefined;
81
+ dueMax?: string | undefined;
82
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
83
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
84
+ taskId: import("zod").ZodString;
85
+ }, "strip", import("zod").ZodTypeAny, {
86
+ taskListId: string;
87
+ taskId: string;
88
+ }, {
89
+ taskId: string;
90
+ taskListId?: string | undefined;
91
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
92
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
93
+ title: import("zod").ZodString;
94
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
95
+ due: import("zod").ZodOptional<import("zod").ZodString>;
96
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
97
+ previous: import("zod").ZodOptional<import("zod").ZodString>;
98
+ }, "strip", import("zod").ZodTypeAny, {
99
+ taskListId: string;
100
+ title: string;
101
+ notes?: string | undefined;
102
+ due?: string | undefined;
103
+ parent?: string | undefined;
104
+ previous?: string | undefined;
105
+ }, {
106
+ title: string;
107
+ taskListId?: string | undefined;
108
+ notes?: string | undefined;
109
+ due?: string | undefined;
110
+ parent?: string | undefined;
111
+ previous?: string | undefined;
112
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
113
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
114
+ taskId: import("zod").ZodString;
115
+ title: import("zod").ZodOptional<import("zod").ZodString>;
116
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
117
+ due: import("zod").ZodOptional<import("zod").ZodString>;
118
+ }, "strip", import("zod").ZodTypeAny, {
119
+ taskListId: string;
120
+ taskId: string;
121
+ title?: string | undefined;
122
+ notes?: string | undefined;
123
+ due?: string | undefined;
124
+ }, {
125
+ taskId: string;
126
+ taskListId?: string | undefined;
127
+ title?: string | undefined;
128
+ notes?: string | undefined;
129
+ due?: string | undefined;
130
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
131
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
132
+ taskId: import("zod").ZodString;
133
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
134
+ previous: import("zod").ZodOptional<import("zod").ZodString>;
135
+ }, "strip", import("zod").ZodTypeAny, {
136
+ taskListId: string;
137
+ taskId: string;
138
+ parent?: string | undefined;
139
+ previous?: string | undefined;
140
+ }, {
141
+ taskId: string;
142
+ taskListId?: string | undefined;
143
+ parent?: string | undefined;
144
+ previous?: string | undefined;
145
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
146
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
147
+ }, "strip", import("zod").ZodTypeAny, {
148
+ taskListId: string;
149
+ }, {
150
+ taskListId?: string | undefined;
151
+ }>>)[];
152
+ /**
153
+ * Tools that should always be visible in tool lists
154
+ */
155
+ export declare const alwaysVisible: (import("../../..").ToolDefinition<import("zod").ZodObject<{
156
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
157
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
158
+ }, "strip", import("zod").ZodTypeAny, {
159
+ maxResults: number;
160
+ pageToken?: string | undefined;
161
+ }, {
162
+ maxResults?: number | undefined;
163
+ pageToken?: string | undefined;
164
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
165
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
166
+ showCompleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
167
+ showHidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
168
+ showDeleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
169
+ dueMin: import("zod").ZodOptional<import("zod").ZodString>;
170
+ dueMax: import("zod").ZodOptional<import("zod").ZodString>;
171
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
172
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
173
+ }, "strip", import("zod").ZodTypeAny, {
174
+ maxResults: number;
175
+ showHidden: boolean;
176
+ showDeleted: boolean;
177
+ taskListId: string;
178
+ showCompleted: boolean;
179
+ pageToken?: string | undefined;
180
+ dueMin?: string | undefined;
181
+ dueMax?: string | undefined;
182
+ }, {
183
+ maxResults?: number | undefined;
184
+ showHidden?: boolean | undefined;
185
+ showDeleted?: boolean | undefined;
186
+ pageToken?: string | undefined;
187
+ taskListId?: string | undefined;
188
+ showCompleted?: boolean | undefined;
189
+ dueMin?: string | undefined;
190
+ dueMax?: string | undefined;
191
+ }>>)[];
192
+ /**
193
+ * Read-only tools (no modifications)
194
+ */
195
+ export declare const readOnly: (import("../../..").ToolDefinition<import("zod").ZodObject<{
196
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
197
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
198
+ }, "strip", import("zod").ZodTypeAny, {
199
+ maxResults: number;
200
+ pageToken?: string | undefined;
201
+ }, {
202
+ maxResults?: number | undefined;
203
+ pageToken?: string | undefined;
204
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
205
+ taskListId: import("zod").ZodString;
206
+ }, "strip", import("zod").ZodTypeAny, {
207
+ taskListId: string;
208
+ }, {
209
+ taskListId: string;
210
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
211
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
212
+ showCompleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
213
+ showHidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
214
+ showDeleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
215
+ dueMin: import("zod").ZodOptional<import("zod").ZodString>;
216
+ dueMax: import("zod").ZodOptional<import("zod").ZodString>;
217
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
218
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
219
+ }, "strip", import("zod").ZodTypeAny, {
220
+ maxResults: number;
221
+ showHidden: boolean;
222
+ showDeleted: boolean;
223
+ taskListId: string;
224
+ showCompleted: boolean;
225
+ pageToken?: string | undefined;
226
+ dueMin?: string | undefined;
227
+ dueMax?: string | undefined;
228
+ }, {
229
+ maxResults?: number | undefined;
230
+ showHidden?: boolean | undefined;
231
+ showDeleted?: boolean | undefined;
232
+ pageToken?: string | undefined;
233
+ taskListId?: string | undefined;
234
+ showCompleted?: boolean | undefined;
235
+ dueMin?: string | undefined;
236
+ dueMax?: string | undefined;
237
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
238
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
239
+ taskId: import("zod").ZodString;
240
+ }, "strip", import("zod").ZodTypeAny, {
241
+ taskListId: string;
242
+ taskId: string;
243
+ }, {
244
+ taskId: string;
245
+ taskListId?: string | undefined;
246
+ }>>)[];
247
+ /**
248
+ * Full access tools (all operations)
249
+ */
250
+ export declare const fullAccess: (import("../../..").ToolDefinition<import("zod").ZodObject<{
251
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
252
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
253
+ }, "strip", import("zod").ZodTypeAny, {
254
+ maxResults: number;
255
+ pageToken?: string | undefined;
256
+ }, {
257
+ maxResults?: number | undefined;
258
+ pageToken?: string | undefined;
259
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
260
+ taskListId: import("zod").ZodString;
261
+ }, "strip", import("zod").ZodTypeAny, {
262
+ taskListId: string;
263
+ }, {
264
+ taskListId: string;
265
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
266
+ title: import("zod").ZodString;
267
+ }, "strip", import("zod").ZodTypeAny, {
268
+ title: string;
269
+ }, {
270
+ title: string;
271
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
272
+ taskListId: import("zod").ZodString;
273
+ title: import("zod").ZodString;
274
+ }, "strip", import("zod").ZodTypeAny, {
275
+ taskListId: string;
276
+ title: string;
277
+ }, {
278
+ taskListId: string;
279
+ title: string;
280
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
281
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
282
+ showCompleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
283
+ showHidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
284
+ showDeleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
285
+ dueMin: import("zod").ZodOptional<import("zod").ZodString>;
286
+ dueMax: import("zod").ZodOptional<import("zod").ZodString>;
287
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
288
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
289
+ }, "strip", import("zod").ZodTypeAny, {
290
+ maxResults: number;
291
+ showHidden: boolean;
292
+ showDeleted: boolean;
293
+ taskListId: string;
294
+ showCompleted: boolean;
295
+ pageToken?: string | undefined;
296
+ dueMin?: string | undefined;
297
+ dueMax?: string | undefined;
298
+ }, {
299
+ maxResults?: number | undefined;
300
+ showHidden?: boolean | undefined;
301
+ showDeleted?: boolean | undefined;
302
+ pageToken?: string | undefined;
303
+ taskListId?: string | undefined;
304
+ showCompleted?: boolean | undefined;
305
+ dueMin?: string | undefined;
306
+ dueMax?: string | undefined;
307
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
308
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
309
+ taskId: import("zod").ZodString;
310
+ }, "strip", import("zod").ZodTypeAny, {
311
+ taskListId: string;
312
+ taskId: string;
313
+ }, {
314
+ taskId: string;
315
+ taskListId?: string | undefined;
316
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
317
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
318
+ title: import("zod").ZodString;
319
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
320
+ due: import("zod").ZodOptional<import("zod").ZodString>;
321
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
322
+ previous: import("zod").ZodOptional<import("zod").ZodString>;
323
+ }, "strip", import("zod").ZodTypeAny, {
324
+ taskListId: string;
325
+ title: string;
326
+ notes?: string | undefined;
327
+ due?: string | undefined;
328
+ parent?: string | undefined;
329
+ previous?: string | undefined;
330
+ }, {
331
+ title: string;
332
+ taskListId?: string | undefined;
333
+ notes?: string | undefined;
334
+ due?: string | undefined;
335
+ parent?: string | undefined;
336
+ previous?: string | undefined;
337
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
338
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
339
+ taskId: import("zod").ZodString;
340
+ title: import("zod").ZodOptional<import("zod").ZodString>;
341
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
342
+ due: import("zod").ZodOptional<import("zod").ZodString>;
343
+ }, "strip", import("zod").ZodTypeAny, {
344
+ taskListId: string;
345
+ taskId: string;
346
+ title?: string | undefined;
347
+ notes?: string | undefined;
348
+ due?: string | undefined;
349
+ }, {
350
+ taskId: string;
351
+ taskListId?: string | undefined;
352
+ title?: string | undefined;
353
+ notes?: string | undefined;
354
+ due?: string | undefined;
355
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
356
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
357
+ taskId: import("zod").ZodString;
358
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
359
+ previous: import("zod").ZodOptional<import("zod").ZodString>;
360
+ }, "strip", import("zod").ZodTypeAny, {
361
+ taskListId: string;
362
+ taskId: string;
363
+ parent?: string | undefined;
364
+ previous?: string | undefined;
365
+ }, {
366
+ taskId: string;
367
+ taskListId?: string | undefined;
368
+ parent?: string | undefined;
369
+ previous?: string | undefined;
370
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
371
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
372
+ }, "strip", import("zod").ZodTypeAny, {
373
+ taskListId: string;
374
+ }, {
375
+ taskListId?: string | undefined;
376
+ }>>)[];
377
+ /**
378
+ * Tools that create new items
379
+ */
380
+ export declare const createCapable: (import("../../..").ToolDefinition<import("zod").ZodObject<{
381
+ title: import("zod").ZodString;
382
+ }, "strip", import("zod").ZodTypeAny, {
383
+ title: string;
384
+ }, {
385
+ title: string;
386
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
387
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
388
+ title: import("zod").ZodString;
389
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
390
+ due: import("zod").ZodOptional<import("zod").ZodString>;
391
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
392
+ previous: import("zod").ZodOptional<import("zod").ZodString>;
393
+ }, "strip", import("zod").ZodTypeAny, {
394
+ taskListId: string;
395
+ title: string;
396
+ notes?: string | undefined;
397
+ due?: string | undefined;
398
+ parent?: string | undefined;
399
+ previous?: string | undefined;
400
+ }, {
401
+ title: string;
402
+ taskListId?: string | undefined;
403
+ notes?: string | undefined;
404
+ due?: string | undefined;
405
+ parent?: string | undefined;
406
+ previous?: string | undefined;
407
+ }>>)[];
408
+ /**
409
+ * Tools that modify existing items
410
+ */
411
+ export declare const modifyCapable: (import("../../..").ToolDefinition<import("zod").ZodObject<{
412
+ taskListId: import("zod").ZodString;
413
+ title: import("zod").ZodString;
414
+ }, "strip", import("zod").ZodTypeAny, {
415
+ taskListId: string;
416
+ title: string;
417
+ }, {
418
+ taskListId: string;
419
+ title: string;
420
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
421
+ taskListId: import("zod").ZodString;
422
+ }, "strip", import("zod").ZodTypeAny, {
423
+ taskListId: string;
424
+ }, {
425
+ taskListId: string;
426
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
427
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
428
+ taskId: import("zod").ZodString;
429
+ title: import("zod").ZodOptional<import("zod").ZodString>;
430
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
431
+ due: import("zod").ZodOptional<import("zod").ZodString>;
432
+ }, "strip", import("zod").ZodTypeAny, {
433
+ taskListId: string;
434
+ taskId: string;
435
+ title?: string | undefined;
436
+ notes?: string | undefined;
437
+ due?: string | undefined;
438
+ }, {
439
+ taskId: string;
440
+ taskListId?: string | undefined;
441
+ title?: string | undefined;
442
+ notes?: string | undefined;
443
+ due?: string | undefined;
444
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
445
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
446
+ taskId: import("zod").ZodString;
447
+ }, "strip", import("zod").ZodTypeAny, {
448
+ taskListId: string;
449
+ taskId: string;
450
+ }, {
451
+ taskId: string;
452
+ taskListId?: string | undefined;
453
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
454
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
455
+ taskId: import("zod").ZodString;
456
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
457
+ previous: import("zod").ZodOptional<import("zod").ZodString>;
458
+ }, "strip", import("zod").ZodTypeAny, {
459
+ taskListId: string;
460
+ taskId: string;
461
+ parent?: string | undefined;
462
+ previous?: string | undefined;
463
+ }, {
464
+ taskId: string;
465
+ taskListId?: string | undefined;
466
+ parent?: string | undefined;
467
+ previous?: string | undefined;
468
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
469
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
470
+ }, "strip", import("zod").ZodTypeAny, {
471
+ taskListId: string;
472
+ }, {
473
+ taskListId?: string | undefined;
474
+ }>>)[];
475
+ /**
476
+ * Task list management tools
477
+ */
478
+ export declare const listTools: (import("../../..").ToolDefinition<import("zod").ZodObject<{
479
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
480
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
481
+ }, "strip", import("zod").ZodTypeAny, {
482
+ maxResults: number;
483
+ pageToken?: string | undefined;
484
+ }, {
485
+ maxResults?: number | undefined;
486
+ pageToken?: string | undefined;
487
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
488
+ taskListId: import("zod").ZodString;
489
+ }, "strip", import("zod").ZodTypeAny, {
490
+ taskListId: string;
491
+ }, {
492
+ taskListId: string;
493
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
494
+ title: import("zod").ZodString;
495
+ }, "strip", import("zod").ZodTypeAny, {
496
+ title: string;
497
+ }, {
498
+ title: string;
499
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
500
+ taskListId: import("zod").ZodString;
501
+ title: import("zod").ZodString;
502
+ }, "strip", import("zod").ZodTypeAny, {
503
+ taskListId: string;
504
+ title: string;
505
+ }, {
506
+ taskListId: string;
507
+ title: string;
508
+ }>>)[];
509
+ /**
510
+ * Task management tools
511
+ */
512
+ export declare const taskTools: (import("../../..").ToolDefinition<import("zod").ZodObject<{
513
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
514
+ showCompleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
515
+ showHidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
516
+ showDeleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
517
+ dueMin: import("zod").ZodOptional<import("zod").ZodString>;
518
+ dueMax: import("zod").ZodOptional<import("zod").ZodString>;
519
+ maxResults: import("zod").ZodDefault<import("zod").ZodNumber>;
520
+ pageToken: import("zod").ZodOptional<import("zod").ZodString>;
521
+ }, "strip", import("zod").ZodTypeAny, {
522
+ maxResults: number;
523
+ showHidden: boolean;
524
+ showDeleted: boolean;
525
+ taskListId: string;
526
+ showCompleted: boolean;
527
+ pageToken?: string | undefined;
528
+ dueMin?: string | undefined;
529
+ dueMax?: string | undefined;
530
+ }, {
531
+ maxResults?: number | undefined;
532
+ showHidden?: boolean | undefined;
533
+ showDeleted?: boolean | undefined;
534
+ pageToken?: string | undefined;
535
+ taskListId?: string | undefined;
536
+ showCompleted?: boolean | undefined;
537
+ dueMin?: string | undefined;
538
+ dueMax?: string | undefined;
539
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
540
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
541
+ taskId: import("zod").ZodString;
542
+ }, "strip", import("zod").ZodTypeAny, {
543
+ taskListId: string;
544
+ taskId: string;
545
+ }, {
546
+ taskId: string;
547
+ taskListId?: string | undefined;
548
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
549
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
550
+ title: import("zod").ZodString;
551
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
552
+ due: import("zod").ZodOptional<import("zod").ZodString>;
553
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
554
+ previous: import("zod").ZodOptional<import("zod").ZodString>;
555
+ }, "strip", import("zod").ZodTypeAny, {
556
+ taskListId: string;
557
+ title: string;
558
+ notes?: string | undefined;
559
+ due?: string | undefined;
560
+ parent?: string | undefined;
561
+ previous?: string | undefined;
562
+ }, {
563
+ title: string;
564
+ taskListId?: string | undefined;
565
+ notes?: string | undefined;
566
+ due?: string | undefined;
567
+ parent?: string | undefined;
568
+ previous?: string | undefined;
569
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
570
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
571
+ taskId: import("zod").ZodString;
572
+ title: import("zod").ZodOptional<import("zod").ZodString>;
573
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
574
+ due: import("zod").ZodOptional<import("zod").ZodString>;
575
+ }, "strip", import("zod").ZodTypeAny, {
576
+ taskListId: string;
577
+ taskId: string;
578
+ title?: string | undefined;
579
+ notes?: string | undefined;
580
+ due?: string | undefined;
581
+ }, {
582
+ taskId: string;
583
+ taskListId?: string | undefined;
584
+ title?: string | undefined;
585
+ notes?: string | undefined;
586
+ due?: string | undefined;
587
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
588
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
589
+ taskId: import("zod").ZodString;
590
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
591
+ previous: import("zod").ZodOptional<import("zod").ZodString>;
592
+ }, "strip", import("zod").ZodTypeAny, {
593
+ taskListId: string;
594
+ taskId: string;
595
+ parent?: string | undefined;
596
+ previous?: string | undefined;
597
+ }, {
598
+ taskId: string;
599
+ taskListId?: string | undefined;
600
+ parent?: string | undefined;
601
+ previous?: string | undefined;
602
+ }>> | import("../../..").ToolDefinition<import("zod").ZodObject<{
603
+ taskListId: import("zod").ZodDefault<import("zod").ZodString>;
604
+ }, "strip", import("zod").ZodTypeAny, {
605
+ taskListId: string;
606
+ }, {
607
+ taskListId?: string | undefined;
608
+ }>>)[];
609
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/google/tasks/tools/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAGrG,OAAO,EACL,SAAS,EACT,OAAO,EACP,UAAU,EACV,UAAU,EACV,YAAY,EACZ,cAAc,EACd,UAAU,EACV,QAAQ,EACR,mBAAmB,GACpB,MAAM,SAAS,CAAC;AAgBjB;;GAEG;AACH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiBf,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA6B,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAmD,CAAC;AAEzE;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAM,CAAC;AAE9B;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA+B,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MASzB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA+E,CAAC;AAEtG;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAUrB,CAAC"}