@onion-ai/cli 1.0.0-beta.1

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 (220) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +529 -0
  3. package/bin/onion.js +6 -0
  4. package/framework/CLAUDE.md +45 -0
  5. package/framework/VERSION +1 -0
  6. package/framework/agents/compliance/iso-22301-specialist.md +985 -0
  7. package/framework/agents/compliance/iso-27001-specialist.md +713 -0
  8. package/framework/agents/compliance/pmbok-specialist.md +739 -0
  9. package/framework/agents/compliance/security-information-master.md +907 -0
  10. package/framework/agents/compliance/soc2-specialist.md +889 -0
  11. package/framework/agents/deployment/docker-specialist.md +1192 -0
  12. package/framework/agents/development/c4-architecture-specialist.md +745 -0
  13. package/framework/agents/development/c4-documentation-specialist.md +695 -0
  14. package/framework/agents/development/clickup-specialist.md +396 -0
  15. package/framework/agents/development/cursor-specialist.md +277 -0
  16. package/framework/agents/development/docs-reverse-engineer.md +417 -0
  17. package/framework/agents/development/gamma-api-specialist.md +1168 -0
  18. package/framework/agents/development/gitflow-specialist.md +1206 -0
  19. package/framework/agents/development/linux-security-specialist.md +675 -0
  20. package/framework/agents/development/mermaid-specialist.md +515 -0
  21. package/framework/agents/development/nodejs-specialist.md +672 -0
  22. package/framework/agents/development/nx-migration-specialist.md +866 -0
  23. package/framework/agents/development/nx-monorepo-specialist.md +618 -0
  24. package/framework/agents/development/postgres-specialist.md +1123 -0
  25. package/framework/agents/development/react-developer.md +131 -0
  26. package/framework/agents/development/runflow-specialist.md +277 -0
  27. package/framework/agents/development/system-documentation-orchestrator.md +1387 -0
  28. package/framework/agents/development/task-specialist.md +677 -0
  29. package/framework/agents/git/branch-code-reviewer.md +225 -0
  30. package/framework/agents/git/branch-documentation-writer.md +161 -0
  31. package/framework/agents/git/branch-metaspec-checker.md +67 -0
  32. package/framework/agents/git/branch-test-planner.md +176 -0
  33. package/framework/agents/meta/agent-creator-specialist.md +1266 -0
  34. package/framework/agents/meta/command-creator-specialist.md +1676 -0
  35. package/framework/agents/meta/metaspec-gate-keeper.md +240 -0
  36. package/framework/agents/meta/onion.md +824 -0
  37. package/framework/agents/product/branding-positioning-specialist.md +1029 -0
  38. package/framework/agents/product/extract-meeting-specialist.md +394 -0
  39. package/framework/agents/product/meeting-consolidator.md +482 -0
  40. package/framework/agents/product/pain-price-specialist.md +508 -0
  41. package/framework/agents/product/presentation-orchestrator.md +1190 -0
  42. package/framework/agents/product/product-agent.md +201 -0
  43. package/framework/agents/product/story-points-framework-specialist.md +538 -0
  44. package/framework/agents/product/storytelling-business-specialist.md +890 -0
  45. package/framework/agents/research/research-agent.md +292 -0
  46. package/framework/agents/review/code-reviewer.md +154 -0
  47. package/framework/agents/review/corporate-compliance-specialist.md +370 -0
  48. package/framework/agents/testing/test-agent.md +424 -0
  49. package/framework/agents/testing/test-engineer.md +294 -0
  50. package/framework/agents/testing/test-planner.md +117 -0
  51. package/framework/commands/common/prompts/README.md +208 -0
  52. package/framework/commands/common/prompts/clickup-patterns.md +144 -0
  53. package/framework/commands/common/prompts/code-review-checklist.md +168 -0
  54. package/framework/commands/common/prompts/git-workflow-patterns.md +235 -0
  55. package/framework/commands/common/prompts/output-formats.md +240 -0
  56. package/framework/commands/common/prompts/technical.md +194 -0
  57. package/framework/commands/common/templates/abstraction-template.md +399 -0
  58. package/framework/commands/common/templates/agent-template.md +353 -0
  59. package/framework/commands/common/templates/business_context_template.md +748 -0
  60. package/framework/commands/common/templates/command-template.md +273 -0
  61. package/framework/commands/common/templates/technical_context_template.md +526 -0
  62. package/framework/commands/design/screen-spec.md +505 -0
  63. package/framework/commands/development/runflow-dev.md +465 -0
  64. package/framework/commands/docs/build-business-docs.md +299 -0
  65. package/framework/commands/docs/build-compliance-docs.md +143 -0
  66. package/framework/commands/docs/build-index.md +119 -0
  67. package/framework/commands/docs/build-tech-docs.md +221 -0
  68. package/framework/commands/docs/docs-health.md +141 -0
  69. package/framework/commands/docs/help.md +278 -0
  70. package/framework/commands/docs/refine-vision.md +25 -0
  71. package/framework/commands/docs/reverse-consolidate.md +158 -0
  72. package/framework/commands/docs/sync-sessions.md +354 -0
  73. package/framework/commands/docs/validate-docs.md +157 -0
  74. package/framework/commands/engineer/bump.md +29 -0
  75. package/framework/commands/engineer/docs.md +11 -0
  76. package/framework/commands/engineer/hotfix.md +183 -0
  77. package/framework/commands/engineer/plan.md +85 -0
  78. package/framework/commands/engineer/pr-update.md +219 -0
  79. package/framework/commands/engineer/pr.md +117 -0
  80. package/framework/commands/engineer/pre-pr.md +81 -0
  81. package/framework/commands/engineer/start.md +254 -0
  82. package/framework/commands/engineer/validate-phase-sync.md +134 -0
  83. package/framework/commands/engineer/warm-up.md +20 -0
  84. package/framework/commands/engineer/work.md +155 -0
  85. package/framework/commands/f/company-context-extractor.md +93 -0
  86. package/framework/commands/f/process-meetings.md +103 -0
  87. package/framework/commands/git/README.md +682 -0
  88. package/framework/commands/git/code-review.md +213 -0
  89. package/framework/commands/git/fast-commit.md +43 -0
  90. package/framework/commands/git/feature/finish.md +88 -0
  91. package/framework/commands/git/feature/publish.md +89 -0
  92. package/framework/commands/git/feature/start.md +172 -0
  93. package/framework/commands/git/help.md +100 -0
  94. package/framework/commands/git/hotfix/finish.md +96 -0
  95. package/framework/commands/git/hotfix/start.md +92 -0
  96. package/framework/commands/git/init.md +111 -0
  97. package/framework/commands/git/release/finish.md +96 -0
  98. package/framework/commands/git/release/start.md +93 -0
  99. package/framework/commands/git/sync.md +199 -0
  100. package/framework/commands/meta/all-tools.md +58 -0
  101. package/framework/commands/meta/analyze-complex-problem.md +186 -0
  102. package/framework/commands/meta/create-abstraction.md +882 -0
  103. package/framework/commands/meta/create-agent-express.md +98 -0
  104. package/framework/commands/meta/create-agent.md +210 -0
  105. package/framework/commands/meta/create-command.md +203 -0
  106. package/framework/commands/meta/create-knowledge-base.md +143 -0
  107. package/framework/commands/meta/create-task-structure.md +150 -0
  108. package/framework/commands/meta/setup-integration.md +274 -0
  109. package/framework/commands/onion.md +169 -0
  110. package/framework/commands/product/README.md +249 -0
  111. package/framework/commands/product/analyze-pain-price.md +694 -0
  112. package/framework/commands/product/branding.md +458 -0
  113. package/framework/commands/product/check.md +46 -0
  114. package/framework/commands/product/checklist-sync.md +239 -0
  115. package/framework/commands/product/collect.md +95 -0
  116. package/framework/commands/product/consolidate-meetings.md +291 -0
  117. package/framework/commands/product/estimate.md +511 -0
  118. package/framework/commands/product/extract-meeting.md +226 -0
  119. package/framework/commands/product/feature.md +416 -0
  120. package/framework/commands/product/light-arch.md +82 -0
  121. package/framework/commands/product/presentation.md +174 -0
  122. package/framework/commands/product/refine.md +161 -0
  123. package/framework/commands/product/spec.md +79 -0
  124. package/framework/commands/product/task-check.md +378 -0
  125. package/framework/commands/product/task.md +603 -0
  126. package/framework/commands/product/validate-task.md +325 -0
  127. package/framework/commands/product/warm-up.md +24 -0
  128. package/framework/commands/quick/analisys.md +17 -0
  129. package/framework/commands/test/e2e.md +377 -0
  130. package/framework/commands/test/integration.md +508 -0
  131. package/framework/commands/test/unit.md +381 -0
  132. package/framework/commands/validate/collab/pair-testing.md +657 -0
  133. package/framework/commands/validate/collab/three-amigos.md +534 -0
  134. package/framework/commands/validate/qa-points/estimate.md +660 -0
  135. package/framework/commands/validate/test-strategy/analyze.md +1201 -0
  136. package/framework/commands/validate/test-strategy/create.md +411 -0
  137. package/framework/commands/validate/workflow.md +370 -0
  138. package/framework/commands/warm-up.md +20 -0
  139. package/framework/docs/architecture/acoplamento-clickup-problema-analise.md +468 -0
  140. package/framework/docs/architecture/desacoplamento-roadmap.md +364 -0
  141. package/framework/docs/architecture/validacao-fase-1.md +235 -0
  142. package/framework/docs/c4/c4-detection-rules.md +395 -0
  143. package/framework/docs/c4/c4-documentation-templates.md +579 -0
  144. package/framework/docs/c4/c4-mermaid-patterns.md +331 -0
  145. package/framework/docs/c4/c4-templates.md +256 -0
  146. package/framework/docs/clickup/clickup-acceptance-criteria-strategy.md +329 -0
  147. package/framework/docs/clickup/clickup-auto-update-strategy.md +340 -0
  148. package/framework/docs/clickup/clickup-comment-formatter.md +239 -0
  149. package/framework/docs/clickup/clickup-description-fix.md +384 -0
  150. package/framework/docs/clickup/clickup-dual-comment-strategy.md +528 -0
  151. package/framework/docs/clickup/clickup-formatting.md +302 -0
  152. package/framework/docs/clickup/separador-tamanho-otimizado.md +258 -0
  153. package/framework/docs/engineer/pre-pr-acceptance-validation.md +256 -0
  154. package/framework/docs/onion/ESPERANTO.md +293 -0
  155. package/framework/docs/onion/agents-reference.md +832 -0
  156. package/framework/docs/onion/clickup-integration.md +780 -0
  157. package/framework/docs/onion/commands-guide.md +924 -0
  158. package/framework/docs/onion/engineering-flows.md +900 -0
  159. package/framework/docs/onion/getting-started.md +803 -0
  160. package/framework/docs/onion/maintenance-checklist.md +421 -0
  161. package/framework/docs/onion/naming-conventions.md +286 -0
  162. package/framework/docs/onion/practical-examples.md +854 -0
  163. package/framework/docs/product/story-points-integration.md +269 -0
  164. package/framework/docs/product/story-points-validation.md +237 -0
  165. package/framework/docs/reviews/task-manager-docs-review-2025-11-24.md +184 -0
  166. package/framework/docs/strategies/clickup-comment-patterns.md +766 -0
  167. package/framework/docs/strategies/clickup-integration-tests.md +602 -0
  168. package/framework/docs/strategies/clickup-mcp-wrappers-tests.md +888 -0
  169. package/framework/docs/strategies/clickup-regression-tests.md +587 -0
  170. package/framework/docs/strategies/visual-patterns.md +315 -0
  171. package/framework/docs/templates/README.md +649 -0
  172. package/framework/docs/templates/adr-template.md +226 -0
  173. package/framework/docs/templates/analysis-template.md +280 -0
  174. package/framework/docs/templates/execution-plan-template.md +430 -0
  175. package/framework/docs/templates/guide-template.md +367 -0
  176. package/framework/docs/templates/phase-execution-prompt-template.md +504 -0
  177. package/framework/docs/templates/reference-template.md +522 -0
  178. package/framework/docs/templates/solution-template.md +390 -0
  179. package/framework/docs/tools/README.md +356 -0
  180. package/framework/docs/tools/agents.md +365 -0
  181. package/framework/docs/tools/commands.md +669 -0
  182. package/framework/docs/tools/cursor.md +539 -0
  183. package/framework/docs/tools/mcps.md +937 -0
  184. package/framework/docs/tools/rules.md +461 -0
  185. package/framework/rules/language-and-documentation.mdc +371 -0
  186. package/framework/rules/nestjs-controllers.md +83 -0
  187. package/framework/rules/nestjs-dtos.md +255 -0
  188. package/framework/rules/nestjs-modules.md +141 -0
  189. package/framework/rules/nestjs-services.md +230 -0
  190. package/framework/rules/nx-rules.mdc +41 -0
  191. package/framework/rules/onion-patterns.mdc +197 -0
  192. package/framework/skills/codebase-visualizer/SKILL.md +26 -0
  193. package/framework/skills/codebase-visualizer/scripts/visualize.py +131 -0
  194. package/framework/skills/collect/SKILL.md +84 -0
  195. package/framework/skills/create-rule/SKILL.md +152 -0
  196. package/framework/skills/db-schema-visualizer/SKILL.md +49 -0
  197. package/framework/skills/db-schema-visualizer/scripts/visualize.py +1191 -0
  198. package/framework/skills/sync-meetings/SKILL.md +239 -0
  199. package/framework/utils/clickup-mcp-wrappers.md +744 -0
  200. package/framework/utils/date-time-standards.md +200 -0
  201. package/framework/utils/task-manager/README.md +94 -0
  202. package/framework/utils/task-manager/adapters/asana.md +377 -0
  203. package/framework/utils/task-manager/adapters/clickup.md +467 -0
  204. package/framework/utils/task-manager/adapters/linear.md +421 -0
  205. package/framework/utils/task-manager/detector.md +299 -0
  206. package/framework/utils/task-manager/factory.md +363 -0
  207. package/framework/utils/task-manager/interface.md +248 -0
  208. package/framework/utils/task-manager/types.md +409 -0
  209. package/package.json +41 -0
  210. package/src/cli.js +73 -0
  211. package/src/commands/doctor.js +191 -0
  212. package/src/commands/init.js +287 -0
  213. package/src/commands/install.js +261 -0
  214. package/src/commands/list.js +152 -0
  215. package/src/commands/uninstall.js +90 -0
  216. package/src/commands/update.js +26 -0
  217. package/src/utils/fs.js +89 -0
  218. package/src/utils/log.js +35 -0
  219. package/src/utils/paths.js +32 -0
  220. package/src/utils/prompt.js +76 -0
@@ -0,0 +1,937 @@
1
+ # 🔌 Ferramentas MCP (Model Context Protocol)
2
+
3
+ ## 📑 Índice
4
+
5
+ - [ClickUp MCP](#clickup-mcp)
6
+ - [Postman MCP](#postman-mcp)
7
+ - [Nx MCP](#nx-mcp)
8
+
9
+ ---
10
+
11
+ ## ClickUp MCP
12
+
13
+ ### 🔍 Busca e Consulta
14
+
15
+ #### `mcp_ClickUp_clickup_search`
16
+
17
+ ```typescript
18
+ function clickup_search(params: {
19
+ keywords: string;
20
+ workspace_id?: string;
21
+ filters?: {
22
+ asset_types?: Array<
23
+ 'task' | 'doc' | 'whiteboard' | 'dashboard' | 'attachment' | 'chat'
24
+ >;
25
+ assignees?: Array<string | number>;
26
+ creators?: Array<string | number>;
27
+ task_statuses?: Array<
28
+ 'unstarted' | 'active' | 'done' | 'closed' | 'archived'
29
+ >;
30
+ location?: {
31
+ projects?: Array<string | number>;
32
+ categories?: Array<string | number>;
33
+ subcategories?: Array<string | number>;
34
+ };
35
+ };
36
+ sort?: Array<{
37
+ field: 'created_at' | 'updated_at';
38
+ direction: 'asc' | 'desc';
39
+ }>;
40
+ count?: number;
41
+ cursor?: string;
42
+ }): SearchResults;
43
+ // Propósito: Busca universal no workspace ClickUp (tasks, docs, dashboards, etc)
44
+ ```
45
+
46
+ #### `mcp_ClickUp_clickup_get_workspace_hierarchy`
47
+
48
+ ```typescript
49
+ function clickup_get_workspace_hierarchy(params: {
50
+ workspace_id?: string;
51
+ cursor?: string;
52
+ limit?: number; // default: 10, max: 50
53
+ max_depth?: 0 | 1 | 2; // 0=spaces, 1=spaces+folders, 2=spaces+folders+lists
54
+ space_ids?: string[];
55
+ }): WorkspaceHierarchy;
56
+ // Propósito: Obtém estrutura hierárquica do workspace (spaces, folders, lists)
57
+ ```
58
+
59
+ ### ✅ Gestão de Tasks
60
+
61
+ #### `mcp_ClickUp_clickup_create_task`
62
+
63
+ ```typescript
64
+ function clickup_create_task(params: {
65
+ name: string;
66
+ list_id: string;
67
+ workspace_id?: string;
68
+ description?: string;
69
+ markdown_description?: string;
70
+ assignees?: string[]; // IDs, emails, usernames, ou "me"
71
+ due_date?: string; // timestamp ou linguagem natural
72
+ start_date?: string;
73
+ priority?: 'urgent' | 'high' | 'normal' | 'low' | '1' | '2' | '3' | '4';
74
+ status?: string;
75
+ tags?: string[];
76
+ custom_fields?: Array<{ id: string; value: any }>;
77
+ parent?: string; // ID da task pai
78
+ check_required_custom_fields?: boolean;
79
+ }): Task;
80
+ // Propósito: Cria uma task em uma lista específica
81
+ ```
82
+
83
+ #### `mcp_ClickUp_clickup_create_bulk_tasks`
84
+
85
+ ```typescript
86
+ function clickup_create_bulk_tasks(params: {
87
+ list_id: string;
88
+ tasks: Array<{
89
+ name: string;
90
+ description?: string;
91
+ markdown_description?: string;
92
+ assignees?: string[];
93
+ due_date?: string;
94
+ priority?:
95
+ | 'urgent'
96
+ | 'high'
97
+ | 'normal'
98
+ | 'low'
99
+ | '1'
100
+ | '2'
101
+ | '3'
102
+ | '4'
103
+ | null;
104
+ status?: string;
105
+ tags?: string[];
106
+ custom_fields?: Array<{ id: string; value: any }>;
107
+ parent?: string;
108
+ }>;
109
+ workspace_id?: string;
110
+ options?: {
111
+ batchSize?: number; // default: 10
112
+ concurrency?: number; // default: 3
113
+ continueOnError?: boolean;
114
+ retryCount?: number;
115
+ };
116
+ }): BulkTaskResults;
117
+ // Propósito: Cria múltiplas tasks eficientemente em lote
118
+ ```
119
+
120
+ #### `mcp_ClickUp_clickup_get_task`
121
+
122
+ ```typescript
123
+ function clickup_get_task(params: {
124
+ task_id: string;
125
+ workspace_id?: string;
126
+ subtasks?: boolean;
127
+ detail_level?: 'summary' | 'detailed'; // auto-switch se >50k tokens
128
+ }): Task;
129
+ // Propósito: Obtém detalhes completos de uma task (suporta custom IDs)
130
+ ```
131
+
132
+ #### `mcp_ClickUp_clickup_update_task`
133
+
134
+ ```typescript
135
+ function clickup_update_task(params: {
136
+ task_id: string;
137
+ workspace_id?: string;
138
+ name?: string;
139
+ description?: string;
140
+ markdown_description?: string;
141
+ status?: string;
142
+ priority?:
143
+ | 'urgent'
144
+ | 'high'
145
+ | 'normal'
146
+ | 'low'
147
+ | '1'
148
+ | '2'
149
+ | '3'
150
+ | '4'
151
+ | null;
152
+ due_date?: string;
153
+ start_date?: string;
154
+ time_estimate?: string;
155
+ assignees?: string[];
156
+ custom_fields?: Array<{ id: string; value: any }>;
157
+ }): Task;
158
+ // Propósito: Atualiza propriedades de uma task existente
159
+ ```
160
+
161
+ #### `mcp_ClickUp_clickup_update_bulk_tasks`
162
+
163
+ ```typescript
164
+ function clickup_update_bulk_tasks(params: {
165
+ tasks: Array<{
166
+ task_id: string;
167
+ name?: string;
168
+ description?: string;
169
+ markdown_description?: string;
170
+ status?: string;
171
+ priority?:
172
+ | 'urgent'
173
+ | 'high'
174
+ | 'normal'
175
+ | 'low'
176
+ | '1'
177
+ | '2'
178
+ | '3'
179
+ | '4'
180
+ | null;
181
+ due_date?: string;
182
+ start_date?: string;
183
+ time_estimate?: string | number;
184
+ assignees?: string[];
185
+ custom_fields?: Array<{ id: string; value: any }>;
186
+ }>;
187
+ workspace_id?: string;
188
+ options?: {
189
+ batchSize?: number;
190
+ concurrency?: number;
191
+ continueOnError?: boolean;
192
+ retryCount?: number;
193
+ };
194
+ }): BulkUpdateResults;
195
+ // Propósito: Atualiza múltiplas tasks eficientemente
196
+ ```
197
+
198
+ ### 💬 Comentários
199
+
200
+ #### `mcp_ClickUp_clickup_get_task_comments`
201
+
202
+ ```typescript
203
+ function clickup_get_task_comments(params: {
204
+ task_id: string;
205
+ workspace_id?: string;
206
+ start?: number; // timestamp em milissegundos
207
+ start_id?: string;
208
+ }): Comments;
209
+ // Propósito: Obtém comentários de uma task (com paginação)
210
+ ```
211
+
212
+ #### `mcp_ClickUp_clickup_create_task_comment`
213
+
214
+ ```typescript
215
+ function clickup_create_task_comment(params: {
216
+ task_id: string;
217
+ comment_text: string;
218
+ workspace_id?: string;
219
+ notify_all?: boolean;
220
+ assignee?: number;
221
+ }): Comment;
222
+ // Propósito: Cria comentário em uma task
223
+ ```
224
+
225
+ #### `mcp_ClickUp_clickup_attach_task_file`
226
+
227
+ ```typescript
228
+ function clickup_attach_task_file(params: {
229
+ task_id: string;
230
+ workspace_id?: string;
231
+ file_data?: string; // base64 sem prefix
232
+ file_name?: string; // obrigatório com file_data
233
+ file_url?: string; // http:// ou https://
234
+ auth_header?: string;
235
+ }): Attachment;
236
+ // Propósito: Anexa arquivo a uma task (base64 ou URL)
237
+ ```
238
+
239
+ ### ⏱️ Time Tracking
240
+
241
+ #### `mcp_ClickUp_clickup_get_task_time_entries`
242
+
243
+ ```typescript
244
+ function clickup_get_task_time_entries(params: {
245
+ task_id: string;
246
+ workspace_id?: string;
247
+ start_date?: string;
248
+ end_date?: string;
249
+ }): TimeEntries;
250
+ // Propósito: Obtém todas as entradas de tempo de uma task
251
+ ```
252
+
253
+ #### `mcp_ClickUp_clickup_start_time_tracking`
254
+
255
+ ```typescript
256
+ function clickup_start_time_tracking(params: {
257
+ task_id: string;
258
+ workspace_id?: string;
259
+ description?: string;
260
+ billable?: boolean;
261
+ tags?: string[];
262
+ }): TimeEntry;
263
+ // Propósito: Inicia rastreamento de tempo em uma task (apenas um timer ativo por vez)
264
+ ```
265
+
266
+ #### `mcp_ClickUp_clickup_stop_time_tracking`
267
+
268
+ ```typescript
269
+ function clickup_stop_time_tracking(params: {
270
+ workspace_id?: string;
271
+ description?: string;
272
+ tags?: string[];
273
+ }): TimeEntry;
274
+ // Propósito: Para o timer de tempo atualmente ativo
275
+ ```
276
+
277
+ #### `mcp_ClickUp_clickup_add_time_entry`
278
+
279
+ ```typescript
280
+ function clickup_add_time_entry(params: {
281
+ task_id: string;
282
+ start: string;
283
+ workspace_id?: string;
284
+ duration?: string; // 'Xh Ym' ou minutos
285
+ end_time?: string; // requer duration OU end_time
286
+ description?: string;
287
+ billable?: boolean;
288
+ tags?: string[];
289
+ }): TimeEntry;
290
+ // Propósito: Adiciona entrada de tempo manual (passado)
291
+ ```
292
+
293
+ #### `mcp_ClickUp_clickup_get_current_time_entry`
294
+
295
+ ```typescript
296
+ function clickup_get_current_time_entry(params: {
297
+ workspace_id?: string;
298
+ }): TimeEntry | null;
299
+ // Propósito: Obtém o timer de tempo atualmente ativo
300
+ ```
301
+
302
+ ### 📋 Listas e Folders
303
+
304
+ #### `mcp_ClickUp_clickup_create_list`
305
+
306
+ ```typescript
307
+ function clickup_create_list(params: {
308
+ name: string;
309
+ space_name?: string;
310
+ space_id?: string; // usar space_name OU space_id
311
+ workspace_id?: string;
312
+ content?: string;
313
+ due_date?: string;
314
+ priority?: 1 | 2 | 3 | 4;
315
+ assignee?: number;
316
+ status?: string;
317
+ }): List;
318
+ // Propósito: Cria lista em um space (resolve nome automaticamente)
319
+ ```
320
+
321
+ #### `mcp_ClickUp_clickup_create_list_in_folder`
322
+
323
+ ```typescript
324
+ function clickup_create_list_in_folder(params: {
325
+ name: string;
326
+ folder_id: string;
327
+ workspace_id?: string;
328
+ content?: string;
329
+ status?: string;
330
+ }): List;
331
+ // Propósito: Cria lista dentro de um folder
332
+ ```
333
+
334
+ #### `mcp_ClickUp_clickup_get_list`
335
+
336
+ ```typescript
337
+ function clickup_get_list(params: {
338
+ list_id?: string;
339
+ list_name?: string;
340
+ workspace_id?: string;
341
+ }): List;
342
+ // Propósito: Obtém detalhes de uma lista (por ID ou nome)
343
+ ```
344
+
345
+ #### `mcp_ClickUp_clickup_update_list`
346
+
347
+ ```typescript
348
+ function clickup_update_list(params: {
349
+ list_id: string;
350
+ workspace_id?: string;
351
+ name?: string;
352
+ content?: string;
353
+ status?: string;
354
+ }): List;
355
+ // Propósito: Atualiza propriedades de uma lista
356
+ ```
357
+
358
+ #### `mcp_ClickUp_clickup_create_folder`
359
+
360
+ ```typescript
361
+ function clickup_create_folder(params: {
362
+ name: string;
363
+ space_id?: string;
364
+ space_name?: string;
365
+ workspace_id?: string;
366
+ override_statuses?: boolean;
367
+ }): Folder;
368
+ // Propósito: Cria folder em um space
369
+ ```
370
+
371
+ #### `mcp_ClickUp_clickup_get_folder`
372
+
373
+ ```typescript
374
+ function clickup_get_folder(params: {
375
+ folder_id?: string;
376
+ folder_name?: string;
377
+ space_id?: string;
378
+ space_name?: string;
379
+ workspace_id?: string;
380
+ }): Folder;
381
+ // Propósito: Obtém detalhes de um folder (por ID ou nome)
382
+ ```
383
+
384
+ #### `mcp_ClickUp_clickup_update_folder`
385
+
386
+ ```typescript
387
+ function clickup_update_folder(params: {
388
+ folder_id: string;
389
+ workspace_id?: string;
390
+ name?: string;
391
+ override_statuses?: boolean;
392
+ }): Folder;
393
+ // Propósito: Atualiza propriedades de um folder
394
+ ```
395
+
396
+ ### 🏷️ Tags
397
+
398
+ #### `mcp_ClickUp_clickup_add_tag_to_task`
399
+
400
+ ```typescript
401
+ function clickup_add_tag_to_task(params: {
402
+ task_id: string;
403
+ tag_name: string;
404
+ workspace_id?: string;
405
+ }): void;
406
+ // Propósito: Adiciona tag existente a uma task
407
+ ```
408
+
409
+ #### `mcp_ClickUp_clickup_remove_tag_from_task`
410
+
411
+ ```typescript
412
+ function clickup_remove_tag_from_task(params: {
413
+ task_id: string;
414
+ tag_name: string;
415
+ workspace_id?: string;
416
+ }): void;
417
+ // Propósito: Remove tag de uma task
418
+ ```
419
+
420
+ ### 👥 Membros
421
+
422
+ #### `mcp_ClickUp_clickup_get_workspace_members`
423
+
424
+ ```typescript
425
+ function clickup_get_workspace_members(params: {
426
+ workspace_id?: string;
427
+ }): Members[];
428
+ // Propósito: Lista todos os membros do workspace
429
+ ```
430
+
431
+ #### `mcp_ClickUp_clickup_find_member_by_name`
432
+
433
+ ```typescript
434
+ function clickup_find_member_by_name(params: {
435
+ name_or_email: string;
436
+ workspace_id?: string;
437
+ }): Member | null;
438
+ // Propósito: Busca membro por nome ou email
439
+ ```
440
+
441
+ #### `mcp_ClickUp_clickup_resolve_assignees`
442
+
443
+ ```typescript
444
+ function clickup_resolve_assignees(params: {
445
+ assignees: string[];
446
+ workspace_id?: string;
447
+ }): Array<string | null>;
448
+ // Propósito: Converte nomes/emails em IDs de usuário
449
+ ```
450
+
451
+ ### 💬 Chat
452
+
453
+ #### `mcp_ClickUp_clickup_get_chat_channels`
454
+
455
+ ```typescript
456
+ function clickup_get_chat_channels(params: {
457
+ workspace_id?: string;
458
+ cursor?: string;
459
+ }): ChatChannels;
460
+ // Propósito: Lista canais de chat do workspace
461
+ ```
462
+
463
+ #### `mcp_ClickUp_clickup_send_chat_message`
464
+
465
+ ```typescript
466
+ function clickup_send_chat_message(params: {
467
+ channel_id: string;
468
+ content: string;
469
+ workspace_id?: string;
470
+ content_format?: 'text/md' | 'text/plain';
471
+ type?: 'message' | 'post';
472
+ post_title?: string;
473
+ post_subtype_id?: string;
474
+ assignee?: string;
475
+ group_assignee?: string;
476
+ followers?: string[];
477
+ }): ChatMessage;
478
+ // Propósito: Envia mensagem em canal de chat
479
+ ```
480
+
481
+ ### 📄 Documentos
482
+
483
+ #### `mcp_ClickUp_clickup_create_document`
484
+
485
+ ```typescript
486
+ function clickup_create_document(params: {
487
+ name: string;
488
+ parent: {
489
+ id: string;
490
+ type: '4' | '5' | '6' | '7' | '12'; // space, folder, list, everything, workspace
491
+ };
492
+ visibility: 'PUBLIC' | 'PRIVATE';
493
+ create_page: boolean;
494
+ workspace_id?: string;
495
+ }): Document;
496
+ // Propósito: Cria documento no ClickUp
497
+ ```
498
+
499
+ #### `mcp_ClickUp_clickup_list_document_pages`
500
+
501
+ ```typescript
502
+ function clickup_list_document_pages(params: {
503
+ document_id: string;
504
+ workspace_id?: string;
505
+ max_page_depth?: number; // -1 para ilimitado
506
+ }): DocumentPages;
507
+ // Propósito: Lista páginas de um documento
508
+ ```
509
+
510
+ #### `mcp_ClickUp_clickup_get_document_pages`
511
+
512
+ ```typescript
513
+ function clickup_get_document_pages(params: {
514
+ document_id: string;
515
+ page_ids: string[];
516
+ workspace_id?: string;
517
+ content_format?: 'text/md' | 'text/html';
518
+ }): PageContents;
519
+ // Propósito: Obtém conteúdo de páginas específicas
520
+ ```
521
+
522
+ #### `mcp_ClickUp_clickup_create_document_page`
523
+
524
+ ```typescript
525
+ function clickup_create_document_page(params: {
526
+ document_id: string;
527
+ name: string;
528
+ content: string;
529
+ workspace_id?: string;
530
+ content_format?: 'text/md' | 'text/plain';
531
+ sub_title?: string;
532
+ parent_page_id?: string;
533
+ }): DocumentPage;
534
+ // Propósito: Cria página em um documento
535
+ ```
536
+
537
+ #### `mcp_ClickUp_clickup_update_document_page`
538
+
539
+ ```typescript
540
+ function clickup_update_document_page(params: {
541
+ document_id: string;
542
+ page_id: string;
543
+ workspace_id?: string;
544
+ name?: string;
545
+ sub_title?: string;
546
+ content?: string;
547
+ content_format?: 'text/md' | 'text/plain';
548
+ content_edit_mode?: 'replace' | 'append' | 'prepend';
549
+ }): DocumentPage;
550
+ // Propósito: Atualiza página de documento (com modos de edição)
551
+ ```
552
+
553
+ ### 📊 Recursos MCP Gerais
554
+
555
+ #### `list_mcp_resources`
556
+
557
+ ```typescript
558
+ function list_mcp_resources(params: {
559
+ server?: string; // Filtrar por servidor específico
560
+ }): MCPResources[];
561
+ // Propósito: Lista recursos disponíveis de servidores MCP configurados
562
+ ```
563
+
564
+ #### `fetch_mcp_resource`
565
+
566
+ ```typescript
567
+ function fetch_mcp_resource(params: {
568
+ server: string;
569
+ uri: string;
570
+ downloadPath?: string; // Caminho relativo para salvar recurso
571
+ }): ResourceContent;
572
+ // Propósito: Busca recurso específico de servidor MCP
573
+ ```
574
+
575
+ ---
576
+
577
+ ## Postman MCP
578
+
579
+ ### 📦 Collections
580
+
581
+ #### `mcp_Postman_createCollection`
582
+
583
+ ```typescript
584
+ function createCollection(params: {
585
+ workspace: string;
586
+ collection: {
587
+ info: {
588
+ name: string;
589
+ schema: 'https://schema.getpostman.com/json/collection/v2.1.0/collection.json';
590
+ description?: string;
591
+ };
592
+ item: Array<any>; // requests/folders
593
+ auth?: AuthConfig;
594
+ event?: EventScript[];
595
+ variable?: Variable[];
596
+ };
597
+ }): Collection;
598
+ // Propósito: Cria collection no Postman (formato v2.1.0)
599
+ ```
600
+
601
+ #### `mcp_Postman_getCollection`
602
+
603
+ ```typescript
604
+ function getCollection(params: {
605
+ collectionId: string; // formato: OWNER_ID-UUID
606
+ access_key?: string;
607
+ model?: 'minimal';
608
+ }): Collection;
609
+ // Propósito: Obtém informações de uma collection
610
+ ```
611
+
612
+ #### `mcp_Postman_getCollections`
613
+
614
+ ```typescript
615
+ function getCollections(params: {
616
+ workspace: string; // OBRIGATÓRIO
617
+ name?: string;
618
+ limit?: number;
619
+ offset?: number;
620
+ }): Collections[];
621
+ // Propósito: Lista collections de um workspace
622
+ ```
623
+
624
+ #### `mcp_Postman_deleteCollection`
625
+
626
+ ```typescript
627
+ function deleteCollection(params: { collectionId: string }): void;
628
+ // Propósito: Deleta uma collection
629
+ ```
630
+
631
+ #### `mcp_Postman_duplicateCollection`
632
+
633
+ ```typescript
634
+ function duplicateCollection(params: {
635
+ collectionId: string;
636
+ workspace: string;
637
+ suffix?: string;
638
+ }): DuplicationTask;
639
+ // Propósito: Duplica collection para outro workspace
640
+ ```
641
+
642
+ ### 📁 Folders & Requests
643
+
644
+ #### `mcp_Postman_createCollectionFolder`
645
+
646
+ ```typescript
647
+ function createCollectionFolder(params: {
648
+ collectionId: string;
649
+ folder?: string; // ID do folder pai
650
+ name?: string;
651
+ }): Folder;
652
+ // Propósito: Cria folder em uma collection
653
+ ```
654
+
655
+ #### `mcp_Postman_createCollectionRequest`
656
+
657
+ ```typescript
658
+ function createCollectionRequest(params: {
659
+ collectionId: string;
660
+ folderId?: string;
661
+ name?: string;
662
+ }): Request;
663
+ // Propósito: Cria request em uma collection/folder
664
+ ```
665
+
666
+ #### `mcp_Postman_createCollectionResponse`
667
+
668
+ ```typescript
669
+ function createCollectionResponse(params: {
670
+ collectionId: string;
671
+ requestId: string;
672
+ name?: string;
673
+ }): Response;
674
+ // Propósito: Cria resposta para um request
675
+ ```
676
+
677
+ ### 💬 Comentários
678
+
679
+ #### `mcp_Postman_createCollectionComment`
680
+
681
+ ```typescript
682
+ function createCollectionComment(params: {
683
+ collectionId: string;
684
+ body: string; // max 10k caracteres
685
+ tags?: { [userName: string]: { type: 'user'; id: string } };
686
+ threadId?: number;
687
+ }): Comment;
688
+ // Propósito: Cria comentário em collection
689
+ ```
690
+
691
+ ### 🌍 Environments
692
+
693
+ #### `mcp_Postman_createEnvironment`
694
+
695
+ ```typescript
696
+ function createEnvironment(params: {
697
+ workspace: string;
698
+ environment: {
699
+ name: string;
700
+ values?: Array<{
701
+ key?: string;
702
+ value?: string;
703
+ type?: 'secret' | 'default';
704
+ enabled?: boolean;
705
+ description?: string;
706
+ }>;
707
+ };
708
+ }): Environment;
709
+ // Propósito: Cria environment (max 30MB)
710
+ ```
711
+
712
+ #### `mcp_Postman_getEnvironment`
713
+
714
+ ```typescript
715
+ function getEnvironment(params: { environmentId: string }): Environment;
716
+ // Propósito: Obtém detalhes de um environment
717
+ ```
718
+
719
+ #### `mcp_Postman_getEnvironments`
720
+
721
+ ```typescript
722
+ function getEnvironments(params: { workspace?: string }): Environments[];
723
+ // Propósito: Lista todos os environments
724
+ ```
725
+
726
+ ### 🔨 Mocks & Monitors
727
+
728
+ #### `mcp_Postman_createMock`
729
+
730
+ ```typescript
731
+ function createMock(params: {
732
+ workspace: string;
733
+ mock: {
734
+ collection: string; // UID: ownerId-collectionId
735
+ name?: string;
736
+ environment?: string;
737
+ private?: boolean;
738
+ };
739
+ }): Mock;
740
+ // Propósito: Cria mock server (requer collection UID)
741
+ ```
742
+
743
+ #### `mcp_Postman_getMock`
744
+
745
+ ```typescript
746
+ function getMock(params: { mockId: string }): Mock;
747
+ // Propósito: Obtém detalhes de um mock server
748
+ ```
749
+
750
+ #### `mcp_Postman_getMocks`
751
+
752
+ ```typescript
753
+ function getMocks(params: { workspace?: string; teamId?: string }): Mocks[];
754
+ // Propósito: Lista mock servers (preferir workspace)
755
+ ```
756
+
757
+ #### `mcp_Postman_createMonitor`
758
+
759
+ ```typescript
760
+ function createMonitor(params: {
761
+ workspace: string;
762
+ monitor: {
763
+ name: string;
764
+ collection: string;
765
+ schedule: {
766
+ cron: string;
767
+ timezone?: string;
768
+ };
769
+ environment?: string;
770
+ distribution?: Array<{ region: string }>;
771
+ };
772
+ }): Monitor;
773
+ // Propósito: Cria monitor de collection
774
+ ```
775
+
776
+ ### 📋 Specs
777
+
778
+ #### `mcp_Postman_createSpec`
779
+
780
+ ```typescript
781
+ function createSpec(params: {
782
+ workspaceId: string;
783
+ name: string;
784
+ type: 'OPENAPI:3.0' | 'ASYNCAPI:2.0';
785
+ files: Array<{
786
+ path: string;
787
+ content: string;
788
+ type?: 'ROOT' | 'DEFAULT';
789
+ }>;
790
+ }): Spec;
791
+ // Propósito: Cria spec no Spec Hub (single/multi-file, max 10MB)
792
+ ```
793
+
794
+ #### `mcp_Postman_generateCollection`
795
+
796
+ ```typescript
797
+ function generateCollection(params: {
798
+ specId: string;
799
+ elementType: 'collection';
800
+ name: string;
801
+ options?: {
802
+ folderStrategy?: 'Paths' | 'Tags';
803
+ enableOptionalParameters?: boolean;
804
+ // ... mais opções de conversão
805
+ };
806
+ }): GenerationTask;
807
+ // Propósito: Gera collection de uma spec (retorna polling link)
808
+ ```
809
+
810
+ ### 👤 User
811
+
812
+ #### `mcp_Postman_getAuthenticatedUser`
813
+
814
+ ```typescript
815
+ function getAuthenticatedUser(): User;
816
+ // Propósito: Obtém informações do usuário autenticado (ID, username, teamId)
817
+ ```
818
+
819
+ ---
820
+
821
+ ## Nx MCP
822
+
823
+ ### 📊 Workspace
824
+
825
+ #### `nx_workspace`
826
+
827
+ ```typescript
828
+ function nx_workspace(): WorkspaceInfo;
829
+ // Propósito: Obtém visão geral do workspace Nx (projetos, erros, configuração)
830
+ ```
831
+
832
+ #### `nx_project_details`
833
+
834
+ ```typescript
835
+ function nx_project_details(params: { projectName: string }): ProjectDetails;
836
+ // Propósito: Obtém detalhes específicos de um projeto Nx
837
+ ```
838
+
839
+ ### 🎨 Generators
840
+
841
+ #### `nx_generators`
842
+
843
+ ```typescript
844
+ function nx_generators(params: { pluginName?: string }): Generator[];
845
+ // Propósito: Lista generators disponíveis (opcionalmente filtrado por plugin)
846
+ ```
847
+
848
+ #### `nx_generator_schema`
849
+
850
+ ```typescript
851
+ function nx_generator_schema(params: {
852
+ generatorName: string;
853
+ }): GeneratorSchema;
854
+ // Propósito: Obtém schema de um generator específico
855
+ ```
856
+
857
+ #### `nx_open_generate_ui`
858
+
859
+ ```typescript
860
+ function nx_open_generate_ui(params: {
861
+ generatorName: string;
862
+ options?: Record<string, any>;
863
+ }): void;
864
+ // Propósito: Abre UI do generator no Nx Console
865
+ ```
866
+
867
+ #### `nx_read_generator_log`
868
+
869
+ ```typescript
870
+ function nx_read_generator_log(): GeneratorLog;
871
+ // Propósito: Lê log do último generator executado
872
+ ```
873
+
874
+ ### 🔌 Plugins
875
+
876
+ #### `nx_available_plugins`
877
+
878
+ ```typescript
879
+ function nx_available_plugins(): Plugin[];
880
+ // Propósito: Lista plugins Nx disponíveis para instalação
881
+ ```
882
+
883
+ ### 📈 Visualização
884
+
885
+ #### `nx_visualize_graph`
886
+
887
+ ```typescript
888
+ function nx_visualize_graph(params: { target?: string; depth?: number }): void;
889
+ // Propósito: Visualiza grafo de dependências do projeto
890
+ ```
891
+
892
+ ### 📚 Documentação
893
+
894
+ #### `nx_docs`
895
+
896
+ ```typescript
897
+ function nx_docs(params: { query: string }): DocsResults;
898
+ // Propósito: Busca documentação Nx relevante
899
+ ```
900
+
901
+ ### ☁️ Nx Cloud
902
+
903
+ #### `nx_cloud_cipe_details`
904
+
905
+ ```typescript
906
+ function nx_cloud_cipe_details(): CIPEDetails[];
907
+ // Propósito: Lista execuções de CI Pipeline (CIPEs) atuais
908
+ ```
909
+
910
+ #### `nx_cloud_fix_cipe_failure`
911
+
912
+ ```typescript
913
+ function nx_cloud_fix_cipe_failure(params: { taskId: string }): TaskLogs;
914
+ // Propósito: Obtém logs de falha de task no CI para debugging
915
+ ```
916
+
917
+ ---
918
+
919
+ ## 📊 Resumo
920
+
921
+ | Categoria | Ferramentas | Uso Principal |
922
+ | ----------- | ----------- | --------------------------------------- |
923
+ | **ClickUp** | 50+ funções | Gestão de projeto, tasks, time tracking |
924
+ | **Postman** | 30+ funções | APIs, collections, mocks, monitoring |
925
+ | **Nx** | 10+ funções | Monorepo, generators, CI/CD |
926
+
927
+ ### 🎯 Dicas de Uso
928
+
929
+ 1. **ClickUp**: Sempre use `workspace_id` automático, suporta linguagem natural em datas
930
+ 2. **Postman**: Requires collection UID (ownerId-collectionId) para alguns endpoints
931
+ 3. **Nx**: Use `nx_docs` quando incerto sobre configurações
932
+
933
+ ### 🔗 Recursos Relacionados
934
+
935
+ - [Agentes Especializados](./agents.md)
936
+ - [Comandos .claude/](./commands.md)
937
+ - [Regras do Workspace](./rules.md)