@onion-architect-ai/cli 4.1.0-beta.1 → 4.1.0-beta.3

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