@nimbus-app/mcp 1.0.3 → 1.0.4
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.
- package/README.md +5 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,25 +172,17 @@ Search for recorded workflows/sessions by natural language query. Returns matchi
|
|
|
172
172
|
- "Find workflows where I submitted homework"
|
|
173
173
|
- "Show my recent workflows about expense reports"
|
|
174
174
|
|
|
175
|
-
### `
|
|
175
|
+
### `nimbus_get_workflow`
|
|
176
176
|
|
|
177
|
-
Get
|
|
177
|
+
Get a high-level overview of a recording session — which tasks the user performed, in what order, and the platforms involved.
|
|
178
178
|
|
|
179
179
|
**Example prompts:**
|
|
180
|
-
- "Show
|
|
181
|
-
- "Get
|
|
180
|
+
- "Show me what happened in that workflow"
|
|
181
|
+
- "Get the task breakdown for this session"
|
|
182
182
|
|
|
183
183
|
### `nimbus_search_platforms`
|
|
184
184
|
|
|
185
|
-
Search for platforms (apps/websites) you work with. Returns platform knowledge and related tasks.
|
|
186
|
-
|
|
187
|
-
**Example prompts:**
|
|
188
|
-
- "What platforms do I use for development?"
|
|
189
|
-
- "Find information about Canvas"
|
|
190
|
-
|
|
191
|
-
### `nimbus_get_platform`
|
|
192
|
-
|
|
193
|
-
Get full details for a specific platform, including accumulated knowledge about how it works and all tasks you perform on it.
|
|
185
|
+
Search for platforms (apps/websites) you work with. Returns full platform details including accumulated knowledge, identifiers, and related tasks.
|
|
194
186
|
|
|
195
187
|
### `nimbus_ask_user`
|
|
196
188
|
|
package/package.json
CHANGED