@rudderhq/agent-runtime-utils 0.6.2 → 0.6.3-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rudder-mcp-contract.d.ts +111 -567
- package/dist/rudder-mcp-contract.d.ts.map +1 -1
- package/dist/rudder-mcp-contract.js +435 -232
- package/dist/rudder-mcp-contract.js.map +1 -1
- package/dist/rudder-mcp-preflight.d.ts.map +1 -1
- package/dist/rudder-mcp-preflight.js +10 -1
- package/dist/rudder-mcp-preflight.js.map +1 -1
- package/dist/rudder-mcp-tool-descriptors.generated.d.ts +9 -1
- package/dist/rudder-mcp-tool-descriptors.generated.d.ts.map +1 -1
- package/dist/rudder-mcp-tool-descriptors.generated.js +10 -1
- package/dist/rudder-mcp-tool-descriptors.generated.js.map +1 -1
- package/dist/types.d.ts +3 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -10,19 +10,18 @@ export interface RudderMcpToolContractSource extends RudderMcpSemanticToolContra
|
|
|
10
10
|
requiresAgentId: boolean;
|
|
11
11
|
attachesRunIdWhenAvailable: boolean;
|
|
12
12
|
}
|
|
13
|
-
|
|
13
|
+
interface RudderMcpInputSchema extends Record<string, unknown> {
|
|
14
14
|
type: "object";
|
|
15
15
|
additionalProperties: false;
|
|
16
16
|
properties: Record<string, unknown>;
|
|
17
17
|
required?: string[];
|
|
18
|
-
|
|
18
|
+
anyOf?: Array<{
|
|
19
|
+
required: string[];
|
|
20
|
+
}>;
|
|
21
|
+
}
|
|
22
|
+
export declare function rudderMcpInputSchemaForCapability(id: string): RudderMcpInputSchema;
|
|
19
23
|
export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
20
|
-
inputSchema:
|
|
21
|
-
type: "object";
|
|
22
|
-
additionalProperties: false;
|
|
23
|
-
properties: Record<string, unknown>;
|
|
24
|
-
required?: string[];
|
|
25
|
-
};
|
|
24
|
+
inputSchema: RudderMcpInputSchema;
|
|
26
25
|
capabilityId: "agent.me";
|
|
27
26
|
name: "rudder_agent_me";
|
|
28
27
|
description: "Show the authenticated agent identity and budget.";
|
|
@@ -31,12 +30,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
31
30
|
requiresAgentId: false;
|
|
32
31
|
attachesRunIdWhenAvailable: false;
|
|
33
32
|
} | {
|
|
34
|
-
inputSchema:
|
|
35
|
-
type: "object";
|
|
36
|
-
additionalProperties: false;
|
|
37
|
-
properties: Record<string, unknown>;
|
|
38
|
-
required?: string[];
|
|
39
|
-
};
|
|
33
|
+
inputSchema: RudderMcpInputSchema;
|
|
40
34
|
capabilityId: "agent.inbox";
|
|
41
35
|
name: "rudder_agent_inbox";
|
|
42
36
|
description: "List the compact assignee and reviewer work inbox for the authenticated agent.";
|
|
@@ -45,12 +39,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
45
39
|
requiresAgentId: false;
|
|
46
40
|
attachesRunIdWhenAvailable: false;
|
|
47
41
|
} | {
|
|
48
|
-
inputSchema:
|
|
49
|
-
type: "object";
|
|
50
|
-
additionalProperties: false;
|
|
51
|
-
properties: Record<string, unknown>;
|
|
52
|
-
required?: string[];
|
|
53
|
-
};
|
|
42
|
+
inputSchema: RudderMcpInputSchema;
|
|
54
43
|
capabilityId: "agent.capabilities";
|
|
55
44
|
name: "rudder_agent_capabilities";
|
|
56
45
|
description: "List the stable Rudder agent command contract.";
|
|
@@ -59,12 +48,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
59
48
|
requiresAgentId: false;
|
|
60
49
|
attachesRunIdWhenAvailable: false;
|
|
61
50
|
} | {
|
|
62
|
-
inputSchema:
|
|
63
|
-
type: "object";
|
|
64
|
-
additionalProperties: false;
|
|
65
|
-
properties: Record<string, unknown>;
|
|
66
|
-
required?: string[];
|
|
67
|
-
};
|
|
51
|
+
inputSchema: RudderMcpInputSchema;
|
|
68
52
|
capabilityId: "agent.update";
|
|
69
53
|
name: "rudder_agent_update";
|
|
70
54
|
description: "Update an agent's identity fields; defaults to the authenticated agent.";
|
|
@@ -73,12 +57,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
73
57
|
requiresAgentId: false;
|
|
74
58
|
attachesRunIdWhenAvailable: true;
|
|
75
59
|
} | {
|
|
76
|
-
inputSchema:
|
|
77
|
-
type: "object";
|
|
78
|
-
additionalProperties: false;
|
|
79
|
-
properties: Record<string, unknown>;
|
|
80
|
-
required?: string[];
|
|
81
|
-
};
|
|
60
|
+
inputSchema: RudderMcpInputSchema;
|
|
82
61
|
capabilityId: "agent.skills.create";
|
|
83
62
|
name: "rudder_agent_skills_create";
|
|
84
63
|
description: "Create an agent-private skill package under AGENT_HOME/skills.";
|
|
@@ -87,12 +66,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
87
66
|
requiresAgentId: false;
|
|
88
67
|
attachesRunIdWhenAvailable: true;
|
|
89
68
|
} | {
|
|
90
|
-
inputSchema:
|
|
91
|
-
type: "object";
|
|
92
|
-
additionalProperties: false;
|
|
93
|
-
properties: Record<string, unknown>;
|
|
94
|
-
required?: string[];
|
|
95
|
-
};
|
|
69
|
+
inputSchema: RudderMcpInputSchema;
|
|
96
70
|
capabilityId: "agent.skills.enable";
|
|
97
71
|
name: "rudder_agent_skills_enable";
|
|
98
72
|
description: "Add skill selections to an agent without replacing existing enabled skills.";
|
|
@@ -101,12 +75,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
101
75
|
requiresAgentId: false;
|
|
102
76
|
attachesRunIdWhenAvailable: true;
|
|
103
77
|
} | {
|
|
104
|
-
inputSchema:
|
|
105
|
-
type: "object";
|
|
106
|
-
additionalProperties: false;
|
|
107
|
-
properties: Record<string, unknown>;
|
|
108
|
-
required?: string[];
|
|
109
|
-
};
|
|
78
|
+
inputSchema: RudderMcpInputSchema;
|
|
110
79
|
capabilityId: "agent.skills.sync";
|
|
111
80
|
name: "rudder_agent_skills_sync";
|
|
112
81
|
description: "Sync the desired enabled skill set for an agent.";
|
|
@@ -115,12 +84,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
115
84
|
requiresAgentId: false;
|
|
116
85
|
attachesRunIdWhenAvailable: true;
|
|
117
86
|
} | {
|
|
118
|
-
inputSchema:
|
|
119
|
-
type: "object";
|
|
120
|
-
additionalProperties: false;
|
|
121
|
-
properties: Record<string, unknown>;
|
|
122
|
-
required?: string[];
|
|
123
|
-
};
|
|
87
|
+
inputSchema: RudderMcpInputSchema;
|
|
124
88
|
capabilityId: "issue.get";
|
|
125
89
|
name: "rudder_issue_get";
|
|
126
90
|
description: "Read a full issue by UUID or identifier.";
|
|
@@ -129,12 +93,16 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
129
93
|
requiresAgentId: false;
|
|
130
94
|
attachesRunIdWhenAvailable: false;
|
|
131
95
|
} | {
|
|
132
|
-
inputSchema:
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
96
|
+
inputSchema: RudderMcpInputSchema;
|
|
97
|
+
capabilityId: "issue.list";
|
|
98
|
+
name: "rudder_issue_list";
|
|
99
|
+
description: "List issues with optional status, assignee, and project filters without requiring a search query.";
|
|
100
|
+
mutating: false;
|
|
101
|
+
requiresOrgId: true;
|
|
102
|
+
requiresAgentId: false;
|
|
103
|
+
attachesRunIdWhenAvailable: false;
|
|
104
|
+
} | {
|
|
105
|
+
inputSchema: RudderMcpInputSchema;
|
|
138
106
|
capabilityId: "issue.search";
|
|
139
107
|
name: "rudder_issue_search";
|
|
140
108
|
description: "Search issues with the server-side issue index across title, identifier, description, and comments.";
|
|
@@ -143,12 +111,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
143
111
|
requiresAgentId: false;
|
|
144
112
|
attachesRunIdWhenAvailable: false;
|
|
145
113
|
} | {
|
|
146
|
-
inputSchema:
|
|
147
|
-
type: "object";
|
|
148
|
-
additionalProperties: false;
|
|
149
|
-
properties: Record<string, unknown>;
|
|
150
|
-
required?: string[];
|
|
151
|
-
};
|
|
114
|
+
inputSchema: RudderMcpInputSchema;
|
|
152
115
|
capabilityId: "issue.context";
|
|
153
116
|
name: "rudder_issue_context";
|
|
154
117
|
description: "Read the compact heartbeat context for an issue; wake comments may be addressed by full id or cmt_<uuid-prefix>.";
|
|
@@ -157,12 +120,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
157
120
|
requiresAgentId: false;
|
|
158
121
|
attachesRunIdWhenAvailable: false;
|
|
159
122
|
} | {
|
|
160
|
-
inputSchema:
|
|
161
|
-
type: "object";
|
|
162
|
-
additionalProperties: false;
|
|
163
|
-
properties: Record<string, unknown>;
|
|
164
|
-
required?: string[];
|
|
165
|
-
};
|
|
123
|
+
inputSchema: RudderMcpInputSchema;
|
|
166
124
|
capabilityId: "issue.checkout";
|
|
167
125
|
name: "rudder_issue_checkout";
|
|
168
126
|
description: "Atomically checkout an issue for the current or specified agent.";
|
|
@@ -171,12 +129,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
171
129
|
requiresAgentId: true;
|
|
172
130
|
attachesRunIdWhenAvailable: true;
|
|
173
131
|
} | {
|
|
174
|
-
inputSchema:
|
|
175
|
-
type: "object";
|
|
176
|
-
additionalProperties: false;
|
|
177
|
-
properties: Record<string, unknown>;
|
|
178
|
-
required?: string[];
|
|
179
|
-
};
|
|
132
|
+
inputSchema: RudderMcpInputSchema;
|
|
180
133
|
capabilityId: "issue.comment";
|
|
181
134
|
name: "rudder_issue_comment";
|
|
182
135
|
description: "Add a comment to an issue, optionally uploading images and appending Markdown image links.";
|
|
@@ -185,12 +138,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
185
138
|
requiresAgentId: false;
|
|
186
139
|
attachesRunIdWhenAvailable: true;
|
|
187
140
|
} | {
|
|
188
|
-
inputSchema:
|
|
189
|
-
type: "object";
|
|
190
|
-
additionalProperties: false;
|
|
191
|
-
properties: Record<string, unknown>;
|
|
192
|
-
required?: string[];
|
|
193
|
-
};
|
|
141
|
+
inputSchema: RudderMcpInputSchema;
|
|
194
142
|
capabilityId: "issue.comments.list";
|
|
195
143
|
name: "rudder_issue_comments_list";
|
|
196
144
|
description: "List issue comments, optionally only newer comments after a full comment id or cmt_<uuid-prefix> with --after.";
|
|
@@ -199,12 +147,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
199
147
|
requiresAgentId: false;
|
|
200
148
|
attachesRunIdWhenAvailable: false;
|
|
201
149
|
} | {
|
|
202
|
-
inputSchema:
|
|
203
|
-
type: "object";
|
|
204
|
-
additionalProperties: false;
|
|
205
|
-
properties: Record<string, unknown>;
|
|
206
|
-
required?: string[];
|
|
207
|
-
};
|
|
150
|
+
inputSchema: RudderMcpInputSchema;
|
|
208
151
|
capabilityId: "issue.comments.get";
|
|
209
152
|
name: "rudder_issue_comments_get";
|
|
210
153
|
description: "Read one issue comment by full id or cmt_<uuid-prefix> scoped to the issue.";
|
|
@@ -213,12 +156,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
213
156
|
requiresAgentId: false;
|
|
214
157
|
attachesRunIdWhenAvailable: false;
|
|
215
158
|
} | {
|
|
216
|
-
inputSchema:
|
|
217
|
-
type: "object";
|
|
218
|
-
additionalProperties: false;
|
|
219
|
-
properties: Record<string, unknown>;
|
|
220
|
-
required?: string[];
|
|
221
|
-
};
|
|
159
|
+
inputSchema: RudderMcpInputSchema;
|
|
222
160
|
capabilityId: "issue.update";
|
|
223
161
|
name: "rudder_issue_update";
|
|
224
162
|
description: "Apply generic issue updates when workflow commands are not enough, optionally uploading images for the update comment.";
|
|
@@ -227,12 +165,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
227
165
|
requiresAgentId: false;
|
|
228
166
|
attachesRunIdWhenAvailable: true;
|
|
229
167
|
} | {
|
|
230
|
-
inputSchema:
|
|
231
|
-
type: "object";
|
|
232
|
-
additionalProperties: false;
|
|
233
|
-
properties: Record<string, unknown>;
|
|
234
|
-
required?: string[];
|
|
235
|
-
};
|
|
168
|
+
inputSchema: RudderMcpInputSchema;
|
|
236
169
|
capabilityId: "issue.review";
|
|
237
170
|
name: "rudder_issue_review";
|
|
238
171
|
description: "Record a structured reviewer decision with a required comment.";
|
|
@@ -241,12 +174,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
241
174
|
requiresAgentId: false;
|
|
242
175
|
attachesRunIdWhenAvailable: true;
|
|
243
176
|
} | {
|
|
244
|
-
inputSchema:
|
|
245
|
-
type: "object";
|
|
246
|
-
additionalProperties: false;
|
|
247
|
-
properties: Record<string, unknown>;
|
|
248
|
-
required?: string[];
|
|
249
|
-
};
|
|
177
|
+
inputSchema: RudderMcpInputSchema;
|
|
250
178
|
capabilityId: "issue.commit";
|
|
251
179
|
name: "rudder_issue_commit";
|
|
252
180
|
description: "Report a code commit created during issue work as structured issue activity.";
|
|
@@ -255,12 +183,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
255
183
|
requiresAgentId: false;
|
|
256
184
|
attachesRunIdWhenAvailable: true;
|
|
257
185
|
} | {
|
|
258
|
-
inputSchema:
|
|
259
|
-
type: "object";
|
|
260
|
-
additionalProperties: false;
|
|
261
|
-
properties: Record<string, unknown>;
|
|
262
|
-
required?: string[];
|
|
263
|
-
};
|
|
186
|
+
inputSchema: RudderMcpInputSchema;
|
|
264
187
|
capabilityId: "issue.done";
|
|
265
188
|
name: "rudder_issue_done";
|
|
266
189
|
description: "Mark an issue done with a required completion comment, optionally uploading images.";
|
|
@@ -269,12 +192,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
269
192
|
requiresAgentId: false;
|
|
270
193
|
attachesRunIdWhenAvailable: true;
|
|
271
194
|
} | {
|
|
272
|
-
inputSchema:
|
|
273
|
-
type: "object";
|
|
274
|
-
additionalProperties: false;
|
|
275
|
-
properties: Record<string, unknown>;
|
|
276
|
-
required?: string[];
|
|
277
|
-
};
|
|
195
|
+
inputSchema: RudderMcpInputSchema;
|
|
278
196
|
capabilityId: "issue.block";
|
|
279
197
|
name: "rudder_issue_block";
|
|
280
198
|
description: "Mark an issue blocked with a required blocker comment, optionally uploading images.";
|
|
@@ -283,12 +201,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
283
201
|
requiresAgentId: false;
|
|
284
202
|
attachesRunIdWhenAvailable: true;
|
|
285
203
|
} | {
|
|
286
|
-
inputSchema:
|
|
287
|
-
type: "object";
|
|
288
|
-
additionalProperties: false;
|
|
289
|
-
properties: Record<string, unknown>;
|
|
290
|
-
required?: string[];
|
|
291
|
-
};
|
|
204
|
+
inputSchema: RudderMcpInputSchema;
|
|
292
205
|
capabilityId: "project.list";
|
|
293
206
|
name: "rudder_project_list";
|
|
294
207
|
description: "List projects in an organization.";
|
|
@@ -297,12 +210,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
297
210
|
requiresAgentId: false;
|
|
298
211
|
attachesRunIdWhenAvailable: false;
|
|
299
212
|
} | {
|
|
300
|
-
inputSchema:
|
|
301
|
-
type: "object";
|
|
302
|
-
additionalProperties: false;
|
|
303
|
-
properties: Record<string, unknown>;
|
|
304
|
-
required?: string[];
|
|
305
|
-
};
|
|
213
|
+
inputSchema: RudderMcpInputSchema;
|
|
306
214
|
capabilityId: "project.get";
|
|
307
215
|
name: "rudder_project_get";
|
|
308
216
|
description: "Read one project by ID or shortname.";
|
|
@@ -311,12 +219,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
311
219
|
requiresAgentId: false;
|
|
312
220
|
attachesRunIdWhenAvailable: false;
|
|
313
221
|
} | {
|
|
314
|
-
inputSchema:
|
|
315
|
-
type: "object";
|
|
316
|
-
additionalProperties: false;
|
|
317
|
-
properties: Record<string, unknown>;
|
|
318
|
-
required?: string[];
|
|
319
|
-
};
|
|
222
|
+
inputSchema: RudderMcpInputSchema;
|
|
320
223
|
capabilityId: "project.create";
|
|
321
224
|
name: "rudder_project_create";
|
|
322
225
|
description: "Create a project in the organization.";
|
|
@@ -325,12 +228,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
325
228
|
requiresAgentId: false;
|
|
326
229
|
attachesRunIdWhenAvailable: true;
|
|
327
230
|
} | {
|
|
328
|
-
inputSchema:
|
|
329
|
-
type: "object";
|
|
330
|
-
additionalProperties: false;
|
|
331
|
-
properties: Record<string, unknown>;
|
|
332
|
-
required?: string[];
|
|
333
|
-
};
|
|
231
|
+
inputSchema: RudderMcpInputSchema;
|
|
334
232
|
capabilityId: "project.update";
|
|
335
233
|
name: "rudder_project_update";
|
|
336
234
|
description: "Update mutable project fields such as name, description, status, goals, lead agent, target date, color, or archivedAt.";
|
|
@@ -339,12 +237,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
339
237
|
requiresAgentId: false;
|
|
340
238
|
attachesRunIdWhenAvailable: true;
|
|
341
239
|
} | {
|
|
342
|
-
inputSchema:
|
|
343
|
-
type: "object";
|
|
344
|
-
additionalProperties: false;
|
|
345
|
-
properties: Record<string, unknown>;
|
|
346
|
-
required?: string[];
|
|
347
|
-
};
|
|
240
|
+
inputSchema: RudderMcpInputSchema;
|
|
348
241
|
capabilityId: "user.activity";
|
|
349
242
|
name: "rudder_user_activity";
|
|
350
243
|
description: "Read a user-centered activity ledger with safe excerpts and provenance across chats, issue comments, approval comments, and user actor activity.";
|
|
@@ -353,12 +246,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
353
246
|
requiresAgentId: false;
|
|
354
247
|
attachesRunIdWhenAvailable: false;
|
|
355
248
|
} | {
|
|
356
|
-
inputSchema:
|
|
357
|
-
type: "object";
|
|
358
|
-
additionalProperties: false;
|
|
359
|
-
properties: Record<string, unknown>;
|
|
360
|
-
required?: string[];
|
|
361
|
-
};
|
|
249
|
+
inputSchema: RudderMcpInputSchema;
|
|
362
250
|
capabilityId: "library.file.list";
|
|
363
251
|
name: "rudder_library_file_list";
|
|
364
252
|
description: "List Library files and folders; file rows include `libraryEntryId` when a strong reference can be generated.";
|
|
@@ -367,12 +255,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
367
255
|
requiresAgentId: false;
|
|
368
256
|
attachesRunIdWhenAvailable: false;
|
|
369
257
|
} | {
|
|
370
|
-
inputSchema:
|
|
371
|
-
type: "object";
|
|
372
|
-
additionalProperties: false;
|
|
373
|
-
properties: Record<string, unknown>;
|
|
374
|
-
required?: string[];
|
|
375
|
-
};
|
|
258
|
+
inputSchema: RudderMcpInputSchema;
|
|
376
259
|
capabilityId: "library.file.get";
|
|
377
260
|
name: "rudder_library_file_get";
|
|
378
261
|
description: "Fallback read when local filesystem access is unavailable; JSON includes `mentionHref` and `markdownLink`.";
|
|
@@ -381,12 +264,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
381
264
|
requiresAgentId: false;
|
|
382
265
|
attachesRunIdWhenAvailable: false;
|
|
383
266
|
} | {
|
|
384
|
-
inputSchema:
|
|
385
|
-
type: "object";
|
|
386
|
-
additionalProperties: false;
|
|
387
|
-
properties: Record<string, unknown>;
|
|
388
|
-
required?: string[];
|
|
389
|
-
};
|
|
267
|
+
inputSchema: RudderMcpInputSchema;
|
|
390
268
|
capabilityId: "library.file.ref";
|
|
391
269
|
name: "rudder_library_file_ref";
|
|
392
270
|
description: "Return the stable Markdown reference for one Library file without printing file content.";
|
|
@@ -395,12 +273,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
395
273
|
requiresAgentId: false;
|
|
396
274
|
attachesRunIdWhenAvailable: false;
|
|
397
275
|
} | {
|
|
398
|
-
inputSchema:
|
|
399
|
-
type: "object";
|
|
400
|
-
additionalProperties: false;
|
|
401
|
-
properties: Record<string, unknown>;
|
|
402
|
-
required?: string[];
|
|
403
|
-
};
|
|
276
|
+
inputSchema: RudderMcpInputSchema;
|
|
404
277
|
capabilityId: "library.file.link";
|
|
405
278
|
name: "rudder_library_file_link";
|
|
406
279
|
description: "Compatibility alias for `rudder library file ref <path>`.";
|
|
@@ -409,12 +282,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
409
282
|
requiresAgentId: false;
|
|
410
283
|
attachesRunIdWhenAvailable: false;
|
|
411
284
|
} | {
|
|
412
|
-
inputSchema:
|
|
413
|
-
type: "object";
|
|
414
|
-
additionalProperties: false;
|
|
415
|
-
properties: Record<string, unknown>;
|
|
416
|
-
required?: string[];
|
|
417
|
-
};
|
|
285
|
+
inputSchema: RudderMcpInputSchema;
|
|
418
286
|
capabilityId: "library.file.put";
|
|
419
287
|
name: "rudder_library_file_put";
|
|
420
288
|
description: "Fallback create/update when local filesystem access is unavailable; JSON includes `mentionHref` and `markdownLink`.";
|
|
@@ -423,12 +291,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
423
291
|
requiresAgentId: false;
|
|
424
292
|
attachesRunIdWhenAvailable: true;
|
|
425
293
|
} | {
|
|
426
|
-
inputSchema:
|
|
427
|
-
type: "object";
|
|
428
|
-
additionalProperties: false;
|
|
429
|
-
properties: Record<string, unknown>;
|
|
430
|
-
required?: string[];
|
|
431
|
-
};
|
|
294
|
+
inputSchema: RudderMcpInputSchema;
|
|
432
295
|
capabilityId: "approval.get";
|
|
433
296
|
name: "rudder_approval_get";
|
|
434
297
|
description: "Read one approval request.";
|
|
@@ -437,12 +300,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
437
300
|
requiresAgentId: false;
|
|
438
301
|
attachesRunIdWhenAvailable: false;
|
|
439
302
|
} | {
|
|
440
|
-
inputSchema:
|
|
441
|
-
type: "object";
|
|
442
|
-
additionalProperties: false;
|
|
443
|
-
properties: Record<string, unknown>;
|
|
444
|
-
required?: string[];
|
|
445
|
-
};
|
|
303
|
+
inputSchema: RudderMcpInputSchema;
|
|
446
304
|
capabilityId: "approval.issues";
|
|
447
305
|
name: "rudder_approval_issues";
|
|
448
306
|
description: "List the issues linked to an approval.";
|
|
@@ -451,12 +309,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
451
309
|
requiresAgentId: false;
|
|
452
310
|
attachesRunIdWhenAvailable: false;
|
|
453
311
|
} | {
|
|
454
|
-
inputSchema:
|
|
455
|
-
type: "object";
|
|
456
|
-
additionalProperties: false;
|
|
457
|
-
properties: Record<string, unknown>;
|
|
458
|
-
required?: string[];
|
|
459
|
-
};
|
|
312
|
+
inputSchema: RudderMcpInputSchema;
|
|
460
313
|
capabilityId: "approval.comment";
|
|
461
314
|
name: "rudder_approval_comment";
|
|
462
315
|
description: "Add a comment to an approval.";
|
|
@@ -465,12 +318,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
465
318
|
requiresAgentId: false;
|
|
466
319
|
attachesRunIdWhenAvailable: true;
|
|
467
320
|
} | {
|
|
468
|
-
inputSchema:
|
|
469
|
-
type: "object";
|
|
470
|
-
additionalProperties: false;
|
|
471
|
-
properties: Record<string, unknown>;
|
|
472
|
-
required?: string[];
|
|
473
|
-
};
|
|
321
|
+
inputSchema: RudderMcpInputSchema;
|
|
474
322
|
capabilityId: "skill.list";
|
|
475
323
|
name: "rudder_skill_list";
|
|
476
324
|
description: "List organization-visible skills.";
|
|
@@ -479,12 +327,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
479
327
|
requiresAgentId: false;
|
|
480
328
|
attachesRunIdWhenAvailable: false;
|
|
481
329
|
} | {
|
|
482
|
-
inputSchema:
|
|
483
|
-
type: "object";
|
|
484
|
-
additionalProperties: false;
|
|
485
|
-
properties: Record<string, unknown>;
|
|
486
|
-
required?: string[];
|
|
487
|
-
};
|
|
330
|
+
inputSchema: RudderMcpInputSchema;
|
|
488
331
|
capabilityId: "skill.get";
|
|
489
332
|
name: "rudder_skill_get";
|
|
490
333
|
description: "Read one organization skill detail.";
|
|
@@ -493,12 +336,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
493
336
|
requiresAgentId: false;
|
|
494
337
|
attachesRunIdWhenAvailable: false;
|
|
495
338
|
} | {
|
|
496
|
-
inputSchema:
|
|
497
|
-
type: "object";
|
|
498
|
-
additionalProperties: false;
|
|
499
|
-
properties: Record<string, unknown>;
|
|
500
|
-
required?: string[];
|
|
501
|
-
};
|
|
339
|
+
inputSchema: RudderMcpInputSchema;
|
|
502
340
|
capabilityId: "skill.file";
|
|
503
341
|
name: "rudder_skill_file";
|
|
504
342
|
description: "Read one file from an organization skill package.";
|
|
@@ -507,12 +345,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
507
345
|
requiresAgentId: false;
|
|
508
346
|
attachesRunIdWhenAvailable: false;
|
|
509
347
|
} | {
|
|
510
|
-
inputSchema:
|
|
511
|
-
type: "object";
|
|
512
|
-
additionalProperties: false;
|
|
513
|
-
properties: Record<string, unknown>;
|
|
514
|
-
required?: string[];
|
|
515
|
-
};
|
|
348
|
+
inputSchema: RudderMcpInputSchema;
|
|
516
349
|
capabilityId: "skill.import";
|
|
517
350
|
name: "rudder_skill_import";
|
|
518
351
|
description: "Import a skill package into the organization skill library.";
|
|
@@ -521,12 +354,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
521
354
|
requiresAgentId: false;
|
|
522
355
|
attachesRunIdWhenAvailable: true;
|
|
523
356
|
} | {
|
|
524
|
-
inputSchema:
|
|
525
|
-
type: "object";
|
|
526
|
-
additionalProperties: false;
|
|
527
|
-
properties: Record<string, unknown>;
|
|
528
|
-
required?: string[];
|
|
529
|
-
};
|
|
357
|
+
inputSchema: RudderMcpInputSchema;
|
|
530
358
|
capabilityId: "skill.scan-local";
|
|
531
359
|
name: "rudder_skill_scan_local";
|
|
532
360
|
description: "Scan local roots for skill packages and import new ones.";
|
|
@@ -535,12 +363,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
535
363
|
requiresAgentId: false;
|
|
536
364
|
attachesRunIdWhenAvailable: true;
|
|
537
365
|
} | {
|
|
538
|
-
inputSchema:
|
|
539
|
-
type: "object";
|
|
540
|
-
additionalProperties: false;
|
|
541
|
-
properties: Record<string, unknown>;
|
|
542
|
-
required?: string[];
|
|
543
|
-
};
|
|
366
|
+
inputSchema: RudderMcpInputSchema;
|
|
544
367
|
capabilityId: "skill.scan-projects";
|
|
545
368
|
name: "rudder_skill_scan_projects";
|
|
546
369
|
description: "Scan the org workspace and any legacy project workspace records for skill packages and import new ones.";
|
|
@@ -549,12 +372,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
549
372
|
requiresAgentId: false;
|
|
550
373
|
attachesRunIdWhenAvailable: true;
|
|
551
374
|
} | {
|
|
552
|
-
inputSchema:
|
|
553
|
-
type: "object";
|
|
554
|
-
additionalProperties: false;
|
|
555
|
-
properties: Record<string, unknown>;
|
|
556
|
-
required?: string[];
|
|
557
|
-
};
|
|
375
|
+
inputSchema: RudderMcpInputSchema;
|
|
558
376
|
capabilityId: "browser.tabs";
|
|
559
377
|
name: "rudder_browser_tabs";
|
|
560
378
|
description: "List Browser tabs owned by the current Rudder agent run.";
|
|
@@ -563,12 +381,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
563
381
|
requiresAgentId: true;
|
|
564
382
|
attachesRunIdWhenAvailable: false;
|
|
565
383
|
} | {
|
|
566
|
-
inputSchema:
|
|
567
|
-
type: "object";
|
|
568
|
-
additionalProperties: false;
|
|
569
|
-
properties: Record<string, unknown>;
|
|
570
|
-
required?: string[];
|
|
571
|
-
};
|
|
384
|
+
inputSchema: RudderMcpInputSchema;
|
|
572
385
|
capabilityId: "browser.user-tabs";
|
|
573
386
|
name: "rudder_browser_user_tabs";
|
|
574
387
|
description: "List user-visible tabs currently open in Rudder's built-in Browser without taking control of them.";
|
|
@@ -577,12 +390,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
577
390
|
requiresAgentId: true;
|
|
578
391
|
attachesRunIdWhenAvailable: false;
|
|
579
392
|
} | {
|
|
580
|
-
inputSchema:
|
|
581
|
-
type: "object";
|
|
582
|
-
additionalProperties: false;
|
|
583
|
-
properties: Record<string, unknown>;
|
|
584
|
-
required?: string[];
|
|
585
|
-
};
|
|
393
|
+
inputSchema: RudderMcpInputSchema;
|
|
586
394
|
capabilityId: "browser.open";
|
|
587
395
|
name: "rudder_browser_open";
|
|
588
396
|
description: "Open a run-owned tab in the Rudder Browser.";
|
|
@@ -591,12 +399,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
591
399
|
requiresAgentId: true;
|
|
592
400
|
attachesRunIdWhenAvailable: true;
|
|
593
401
|
} | {
|
|
594
|
-
inputSchema:
|
|
595
|
-
type: "object";
|
|
596
|
-
additionalProperties: false;
|
|
597
|
-
properties: Record<string, unknown>;
|
|
598
|
-
required?: string[];
|
|
599
|
-
};
|
|
402
|
+
inputSchema: RudderMcpInputSchema;
|
|
600
403
|
capabilityId: "browser.navigate";
|
|
601
404
|
name: "rudder_browser_navigate";
|
|
602
405
|
description: "Navigate a run-owned Rudder Browser tab.";
|
|
@@ -605,12 +408,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
605
408
|
requiresAgentId: true;
|
|
606
409
|
attachesRunIdWhenAvailable: true;
|
|
607
410
|
} | {
|
|
608
|
-
inputSchema:
|
|
609
|
-
type: "object";
|
|
610
|
-
additionalProperties: false;
|
|
611
|
-
properties: Record<string, unknown>;
|
|
612
|
-
required?: string[];
|
|
613
|
-
};
|
|
411
|
+
inputSchema: RudderMcpInputSchema;
|
|
614
412
|
capabilityId: "browser.back";
|
|
615
413
|
name: "rudder_browser_back";
|
|
616
414
|
description: "Navigate a run-owned Rudder Browser tab back in history.";
|
|
@@ -619,12 +417,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
619
417
|
requiresAgentId: true;
|
|
620
418
|
attachesRunIdWhenAvailable: true;
|
|
621
419
|
} | {
|
|
622
|
-
inputSchema:
|
|
623
|
-
type: "object";
|
|
624
|
-
additionalProperties: false;
|
|
625
|
-
properties: Record<string, unknown>;
|
|
626
|
-
required?: string[];
|
|
627
|
-
};
|
|
420
|
+
inputSchema: RudderMcpInputSchema;
|
|
628
421
|
capabilityId: "browser.forward";
|
|
629
422
|
name: "rudder_browser_forward";
|
|
630
423
|
description: "Navigate a run-owned Rudder Browser tab forward in history.";
|
|
@@ -633,12 +426,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
633
426
|
requiresAgentId: true;
|
|
634
427
|
attachesRunIdWhenAvailable: true;
|
|
635
428
|
} | {
|
|
636
|
-
inputSchema:
|
|
637
|
-
type: "object";
|
|
638
|
-
additionalProperties: false;
|
|
639
|
-
properties: Record<string, unknown>;
|
|
640
|
-
required?: string[];
|
|
641
|
-
};
|
|
429
|
+
inputSchema: RudderMcpInputSchema;
|
|
642
430
|
capabilityId: "browser.reload";
|
|
643
431
|
name: "rudder_browser_reload";
|
|
644
432
|
description: "Reload a run-owned Rudder Browser tab.";
|
|
@@ -647,12 +435,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
647
435
|
requiresAgentId: true;
|
|
648
436
|
attachesRunIdWhenAvailable: true;
|
|
649
437
|
} | {
|
|
650
|
-
inputSchema:
|
|
651
|
-
type: "object";
|
|
652
|
-
additionalProperties: false;
|
|
653
|
-
properties: Record<string, unknown>;
|
|
654
|
-
required?: string[];
|
|
655
|
-
};
|
|
438
|
+
inputSchema: RudderMcpInputSchema;
|
|
656
439
|
capabilityId: "browser.viewport";
|
|
657
440
|
name: "rudder_browser_viewport";
|
|
658
441
|
description: "Inspect, set, or reset the responsive viewport for the current Rudder Browser run.";
|
|
@@ -661,12 +444,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
661
444
|
requiresAgentId: true;
|
|
662
445
|
attachesRunIdWhenAvailable: true;
|
|
663
446
|
} | {
|
|
664
|
-
inputSchema:
|
|
665
|
-
type: "object";
|
|
666
|
-
additionalProperties: false;
|
|
667
|
-
properties: Record<string, unknown>;
|
|
668
|
-
required?: string[];
|
|
669
|
-
};
|
|
447
|
+
inputSchema: RudderMcpInputSchema;
|
|
670
448
|
capabilityId: "browser.visibility";
|
|
671
449
|
name: "rudder_browser_visibility";
|
|
672
450
|
description: "Inspect or change whether the current run's selected Rudder Browser tab is visible.";
|
|
@@ -675,12 +453,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
675
453
|
requiresAgentId: true;
|
|
676
454
|
attachesRunIdWhenAvailable: true;
|
|
677
455
|
} | {
|
|
678
|
-
inputSchema:
|
|
679
|
-
type: "object";
|
|
680
|
-
additionalProperties: false;
|
|
681
|
-
properties: Record<string, unknown>;
|
|
682
|
-
required?: string[];
|
|
683
|
-
};
|
|
456
|
+
inputSchema: RudderMcpInputSchema;
|
|
684
457
|
capabilityId: "browser.snapshot";
|
|
685
458
|
name: "rudder_browser_snapshot";
|
|
686
459
|
description: "Capture a bounded DOM and accessibility-oriented snapshot, including frame structure and ephemeral node ids.";
|
|
@@ -689,12 +462,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
689
462
|
requiresAgentId: true;
|
|
690
463
|
attachesRunIdWhenAvailable: true;
|
|
691
464
|
} | {
|
|
692
|
-
inputSchema:
|
|
693
|
-
type: "object";
|
|
694
|
-
additionalProperties: false;
|
|
695
|
-
properties: Record<string, unknown>;
|
|
696
|
-
required?: string[];
|
|
697
|
-
};
|
|
465
|
+
inputSchema: RudderMcpInputSchema;
|
|
698
466
|
capabilityId: "browser.locator";
|
|
699
467
|
name: "rudder_browser_locator";
|
|
700
468
|
description: "Perform read-only bounded Browser locator text, attribute, state, count, or wait operations.";
|
|
@@ -703,12 +471,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
703
471
|
requiresAgentId: true;
|
|
704
472
|
attachesRunIdWhenAvailable: true;
|
|
705
473
|
} | {
|
|
706
|
-
inputSchema:
|
|
707
|
-
type: "object";
|
|
708
|
-
additionalProperties: false;
|
|
709
|
-
properties: Record<string, unknown>;
|
|
710
|
-
required?: string[];
|
|
711
|
-
};
|
|
474
|
+
inputSchema: RudderMcpInputSchema;
|
|
712
475
|
capabilityId: "browser.cua";
|
|
713
476
|
name: "rudder_browser_cua";
|
|
714
477
|
description: "Perform trusted coordinate mouse, scroll, drag, keyboard, and text input in a run-owned Browser tab.";
|
|
@@ -717,12 +480,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
717
480
|
requiresAgentId: true;
|
|
718
481
|
attachesRunIdWhenAvailable: true;
|
|
719
482
|
} | {
|
|
720
|
-
inputSchema:
|
|
721
|
-
type: "object";
|
|
722
|
-
additionalProperties: false;
|
|
723
|
-
properties: Record<string, unknown>;
|
|
724
|
-
required?: string[];
|
|
725
|
-
};
|
|
483
|
+
inputSchema: RudderMcpInputSchema;
|
|
726
484
|
capabilityId: "browser.dom-cua";
|
|
727
485
|
name: "rudder_browser_dom_cua";
|
|
728
486
|
description: "Inspect a bounded read-only DOM snapshot with ephemeral node ids.";
|
|
@@ -731,12 +489,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
731
489
|
requiresAgentId: true;
|
|
732
490
|
attachesRunIdWhenAvailable: true;
|
|
733
491
|
} | {
|
|
734
|
-
inputSchema:
|
|
735
|
-
type: "object";
|
|
736
|
-
additionalProperties: false;
|
|
737
|
-
properties: Record<string, unknown>;
|
|
738
|
-
required?: string[];
|
|
739
|
-
};
|
|
492
|
+
inputSchema: RudderMcpInputSchema;
|
|
740
493
|
capabilityId: "browser.dialog";
|
|
741
494
|
name: "rudder_browser_dialog";
|
|
742
495
|
description: "Inspect, accept, or dismiss the active JavaScript dialog in a run-owned Browser tab.";
|
|
@@ -745,12 +498,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
745
498
|
requiresAgentId: true;
|
|
746
499
|
attachesRunIdWhenAvailable: true;
|
|
747
500
|
} | {
|
|
748
|
-
inputSchema:
|
|
749
|
-
type: "object";
|
|
750
|
-
additionalProperties: false;
|
|
751
|
-
properties: Record<string, unknown>;
|
|
752
|
-
required?: string[];
|
|
753
|
-
};
|
|
501
|
+
inputSchema: RudderMcpInputSchema;
|
|
754
502
|
capabilityId: "browser.clipboard";
|
|
755
503
|
name: "rudder_browser_clipboard";
|
|
756
504
|
description: "Read or write the isolated virtual clipboard for the current Browser run without touching the OS clipboard.";
|
|
@@ -759,12 +507,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
759
507
|
requiresAgentId: true;
|
|
760
508
|
attachesRunIdWhenAvailable: true;
|
|
761
509
|
} | {
|
|
762
|
-
inputSchema:
|
|
763
|
-
type: "object";
|
|
764
|
-
additionalProperties: false;
|
|
765
|
-
properties: Record<string, unknown>;
|
|
766
|
-
required?: string[];
|
|
767
|
-
};
|
|
510
|
+
inputSchema: RudderMcpInputSchema;
|
|
768
511
|
capabilityId: "browser.logs";
|
|
769
512
|
name: "rudder_browser_logs";
|
|
770
513
|
description: "Read bounded console and runtime logs captured for a run-owned Browser tab.";
|
|
@@ -773,12 +516,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
773
516
|
requiresAgentId: true;
|
|
774
517
|
attachesRunIdWhenAvailable: true;
|
|
775
518
|
} | {
|
|
776
|
-
inputSchema:
|
|
777
|
-
type: "object";
|
|
778
|
-
additionalProperties: false;
|
|
779
|
-
properties: Record<string, unknown>;
|
|
780
|
-
required?: string[];
|
|
781
|
-
};
|
|
519
|
+
inputSchema: RudderMcpInputSchema;
|
|
782
520
|
capabilityId: "browser.download";
|
|
783
521
|
name: "rudder_browser_download";
|
|
784
522
|
description: "Download explicit locator media without dispatching page input into a bounded run-owned artifact.";
|
|
@@ -787,12 +525,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
787
525
|
requiresAgentId: true;
|
|
788
526
|
attachesRunIdWhenAvailable: true;
|
|
789
527
|
} | {
|
|
790
|
-
inputSchema:
|
|
791
|
-
type: "object";
|
|
792
|
-
additionalProperties: false;
|
|
793
|
-
properties: Record<string, unknown>;
|
|
794
|
-
required?: string[];
|
|
795
|
-
};
|
|
528
|
+
inputSchema: RudderMcpInputSchema;
|
|
796
529
|
capabilityId: "browser.assets";
|
|
797
530
|
name: "rudder_browser_assets";
|
|
798
531
|
description: "List page assets or bundle an explicit bounded selection into a run-owned temporary artifact.";
|
|
@@ -801,12 +534,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
801
534
|
requiresAgentId: true;
|
|
802
535
|
attachesRunIdWhenAvailable: true;
|
|
803
536
|
} | {
|
|
804
|
-
inputSchema:
|
|
805
|
-
type: "object";
|
|
806
|
-
additionalProperties: false;
|
|
807
|
-
properties: Record<string, unknown>;
|
|
808
|
-
required?: string[];
|
|
809
|
-
};
|
|
537
|
+
inputSchema: RudderMcpInputSchema;
|
|
810
538
|
capabilityId: "browser.content";
|
|
811
539
|
name: "rudder_browser_content";
|
|
812
540
|
description: "Export current page content or an eligible Google Workspace document into a bounded run-owned artifact.";
|
|
@@ -815,12 +543,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
815
543
|
requiresAgentId: true;
|
|
816
544
|
attachesRunIdWhenAvailable: true;
|
|
817
545
|
} | {
|
|
818
|
-
inputSchema:
|
|
819
|
-
type: "object";
|
|
820
|
-
additionalProperties: false;
|
|
821
|
-
properties: Record<string, unknown>;
|
|
822
|
-
required?: string[];
|
|
823
|
-
};
|
|
546
|
+
inputSchema: RudderMcpInputSchema;
|
|
824
547
|
capabilityId: "browser.wait";
|
|
825
548
|
name: "rudder_browser_wait";
|
|
826
549
|
description: "Wait for bounded URL, text, disappearance, or time conditions in a run-owned Browser tab.";
|
|
@@ -829,12 +552,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
829
552
|
requiresAgentId: true;
|
|
830
553
|
attachesRunIdWhenAvailable: true;
|
|
831
554
|
} | {
|
|
832
|
-
inputSchema:
|
|
833
|
-
type: "object";
|
|
834
|
-
additionalProperties: false;
|
|
835
|
-
properties: Record<string, unknown>;
|
|
836
|
-
required?: string[];
|
|
837
|
-
};
|
|
555
|
+
inputSchema: RudderMcpInputSchema;
|
|
838
556
|
capabilityId: "browser.read";
|
|
839
557
|
name: "rudder_browser_read";
|
|
840
558
|
description: "Read a structured snapshot from a run-owned Rudder Browser tab.";
|
|
@@ -843,12 +561,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
843
561
|
requiresAgentId: true;
|
|
844
562
|
attachesRunIdWhenAvailable: false;
|
|
845
563
|
} | {
|
|
846
|
-
inputSchema:
|
|
847
|
-
type: "object";
|
|
848
|
-
additionalProperties: false;
|
|
849
|
-
properties: Record<string, unknown>;
|
|
850
|
-
required?: string[];
|
|
851
|
-
};
|
|
564
|
+
inputSchema: RudderMcpInputSchema;
|
|
852
565
|
capabilityId: "browser.click";
|
|
853
566
|
name: "rudder_browser_click";
|
|
854
567
|
description: "Click an element reference returned by Rudder Browser read.";
|
|
@@ -857,12 +570,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
857
570
|
requiresAgentId: true;
|
|
858
571
|
attachesRunIdWhenAvailable: true;
|
|
859
572
|
} | {
|
|
860
|
-
inputSchema:
|
|
861
|
-
type: "object";
|
|
862
|
-
additionalProperties: false;
|
|
863
|
-
properties: Record<string, unknown>;
|
|
864
|
-
required?: string[];
|
|
865
|
-
};
|
|
573
|
+
inputSchema: RudderMcpInputSchema;
|
|
866
574
|
capabilityId: "browser.type";
|
|
867
575
|
name: "rudder_browser_type";
|
|
868
576
|
description: "Type into an element reference in a run-owned Rudder Browser tab.";
|
|
@@ -871,12 +579,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
871
579
|
requiresAgentId: true;
|
|
872
580
|
attachesRunIdWhenAvailable: true;
|
|
873
581
|
} | {
|
|
874
|
-
inputSchema:
|
|
875
|
-
type: "object";
|
|
876
|
-
additionalProperties: false;
|
|
877
|
-
properties: Record<string, unknown>;
|
|
878
|
-
required?: string[];
|
|
879
|
-
};
|
|
582
|
+
inputSchema: RudderMcpInputSchema;
|
|
880
583
|
capabilityId: "browser.screenshot";
|
|
881
584
|
name: "rudder_browser_screenshot";
|
|
882
585
|
description: "Capture a screenshot of a run-owned Rudder Browser tab.";
|
|
@@ -885,12 +588,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
885
588
|
requiresAgentId: true;
|
|
886
589
|
attachesRunIdWhenAvailable: false;
|
|
887
590
|
} | {
|
|
888
|
-
inputSchema:
|
|
889
|
-
type: "object";
|
|
890
|
-
additionalProperties: false;
|
|
891
|
-
properties: Record<string, unknown>;
|
|
892
|
-
required?: string[];
|
|
893
|
-
};
|
|
591
|
+
inputSchema: RudderMcpInputSchema;
|
|
894
592
|
capabilityId: "browser.close";
|
|
895
593
|
name: "rudder_browser_close";
|
|
896
594
|
description: "Close a run-owned Rudder Browser tab.";
|
|
@@ -899,12 +597,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
899
597
|
requiresAgentId: true;
|
|
900
598
|
attachesRunIdWhenAvailable: true;
|
|
901
599
|
} | {
|
|
902
|
-
inputSchema:
|
|
903
|
-
type: "object";
|
|
904
|
-
additionalProperties: false;
|
|
905
|
-
properties: Record<string, unknown>;
|
|
906
|
-
required?: string[];
|
|
907
|
-
};
|
|
600
|
+
inputSchema: RudderMcpInputSchema;
|
|
908
601
|
capabilityId: "automation.list";
|
|
909
602
|
name: "rudder_automation_list";
|
|
910
603
|
description: "List automations for an organization with compact local filters.";
|
|
@@ -913,12 +606,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
913
606
|
requiresAgentId: false;
|
|
914
607
|
attachesRunIdWhenAvailable: false;
|
|
915
608
|
} | {
|
|
916
|
-
inputSchema:
|
|
917
|
-
type: "object";
|
|
918
|
-
additionalProperties: false;
|
|
919
|
-
properties: Record<string, unknown>;
|
|
920
|
-
required?: string[];
|
|
921
|
-
};
|
|
609
|
+
inputSchema: RudderMcpInputSchema;
|
|
922
610
|
capabilityId: "automation.get";
|
|
923
611
|
name: "rudder_automation_get";
|
|
924
612
|
description: "Read one automation detail including triggers and recent runs.";
|
|
@@ -927,12 +615,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
927
615
|
requiresAgentId: false;
|
|
928
616
|
attachesRunIdWhenAvailable: false;
|
|
929
617
|
} | {
|
|
930
|
-
inputSchema:
|
|
931
|
-
type: "object";
|
|
932
|
-
additionalProperties: false;
|
|
933
|
-
properties: Record<string, unknown>;
|
|
934
|
-
required?: string[];
|
|
935
|
-
};
|
|
618
|
+
inputSchema: RudderMcpInputSchema;
|
|
936
619
|
capabilityId: "automation.runs";
|
|
937
620
|
name: "rudder_automation_runs";
|
|
938
621
|
description: "List recent runs for one automation.";
|
|
@@ -941,12 +624,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
941
624
|
requiresAgentId: false;
|
|
942
625
|
attachesRunIdWhenAvailable: false;
|
|
943
626
|
} | {
|
|
944
|
-
inputSchema:
|
|
945
|
-
type: "object";
|
|
946
|
-
additionalProperties: false;
|
|
947
|
-
properties: Record<string, unknown>;
|
|
948
|
-
required?: string[];
|
|
949
|
-
};
|
|
627
|
+
inputSchema: RudderMcpInputSchema;
|
|
950
628
|
capabilityId: "automation.triggers.list";
|
|
951
629
|
name: "rudder_automation_triggers_list";
|
|
952
630
|
description: "List triggers configured for one automation.";
|
|
@@ -955,12 +633,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
955
633
|
requiresAgentId: false;
|
|
956
634
|
attachesRunIdWhenAvailable: false;
|
|
957
635
|
} | {
|
|
958
|
-
inputSchema:
|
|
959
|
-
type: "object";
|
|
960
|
-
additionalProperties: false;
|
|
961
|
-
properties: Record<string, unknown>;
|
|
962
|
-
required?: string[];
|
|
963
|
-
};
|
|
636
|
+
inputSchema: RudderMcpInputSchema;
|
|
964
637
|
capabilityId: "automation.triggers.create";
|
|
965
638
|
name: "rudder_automation_triggers_create";
|
|
966
639
|
description: "Create a schedule, webhook, or API trigger through the governed automation API.";
|
|
@@ -969,12 +642,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
969
642
|
requiresAgentId: false;
|
|
970
643
|
attachesRunIdWhenAvailable: true;
|
|
971
644
|
} | {
|
|
972
|
-
inputSchema:
|
|
973
|
-
type: "object";
|
|
974
|
-
additionalProperties: false;
|
|
975
|
-
properties: Record<string, unknown>;
|
|
976
|
-
required?: string[];
|
|
977
|
-
};
|
|
645
|
+
inputSchema: RudderMcpInputSchema;
|
|
978
646
|
capabilityId: "automation.triggers.update";
|
|
979
647
|
name: "rudder_automation_triggers_update";
|
|
980
648
|
description: "Update an automation trigger through the governed automation API.";
|
|
@@ -983,12 +651,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
983
651
|
requiresAgentId: false;
|
|
984
652
|
attachesRunIdWhenAvailable: true;
|
|
985
653
|
} | {
|
|
986
|
-
inputSchema:
|
|
987
|
-
type: "object";
|
|
988
|
-
additionalProperties: false;
|
|
989
|
-
properties: Record<string, unknown>;
|
|
990
|
-
required?: string[];
|
|
991
|
-
};
|
|
654
|
+
inputSchema: RudderMcpInputSchema;
|
|
992
655
|
capabilityId: "automation.triggers.delete";
|
|
993
656
|
name: "rudder_automation_triggers_delete";
|
|
994
657
|
description: "Delete an automation trigger through the governed automation API.";
|
|
@@ -997,12 +660,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
997
660
|
requiresAgentId: false;
|
|
998
661
|
attachesRunIdWhenAvailable: true;
|
|
999
662
|
} | {
|
|
1000
|
-
inputSchema:
|
|
1001
|
-
type: "object";
|
|
1002
|
-
additionalProperties: false;
|
|
1003
|
-
properties: Record<string, unknown>;
|
|
1004
|
-
required?: string[];
|
|
1005
|
-
};
|
|
663
|
+
inputSchema: RudderMcpInputSchema;
|
|
1006
664
|
capabilityId: "automation.triggers.rotate-secret";
|
|
1007
665
|
name: "rudder_automation_triggers_rotate_secret";
|
|
1008
666
|
description: "Rotate an automation webhook trigger secret through the governed automation API.";
|
|
@@ -1011,12 +669,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1011
669
|
requiresAgentId: false;
|
|
1012
670
|
attachesRunIdWhenAvailable: true;
|
|
1013
671
|
} | {
|
|
1014
|
-
inputSchema:
|
|
1015
|
-
type: "object";
|
|
1016
|
-
additionalProperties: false;
|
|
1017
|
-
properties: Record<string, unknown>;
|
|
1018
|
-
required?: string[];
|
|
1019
|
-
};
|
|
672
|
+
inputSchema: RudderMcpInputSchema;
|
|
1020
673
|
capabilityId: "automation.create";
|
|
1021
674
|
name: "rudder_automation_create";
|
|
1022
675
|
description: "Create an automation through the governed automation API.";
|
|
@@ -1025,12 +678,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1025
678
|
requiresAgentId: false;
|
|
1026
679
|
attachesRunIdWhenAvailable: true;
|
|
1027
680
|
} | {
|
|
1028
|
-
inputSchema:
|
|
1029
|
-
type: "object";
|
|
1030
|
-
additionalProperties: false;
|
|
1031
|
-
properties: Record<string, unknown>;
|
|
1032
|
-
required?: string[];
|
|
1033
|
-
};
|
|
681
|
+
inputSchema: RudderMcpInputSchema;
|
|
1034
682
|
capabilityId: "automation.update";
|
|
1035
683
|
name: "rudder_automation_update";
|
|
1036
684
|
description: "Update automation fields through the governed automation API.";
|
|
@@ -1039,12 +687,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1039
687
|
requiresAgentId: false;
|
|
1040
688
|
attachesRunIdWhenAvailable: true;
|
|
1041
689
|
} | {
|
|
1042
|
-
inputSchema:
|
|
1043
|
-
type: "object";
|
|
1044
|
-
additionalProperties: false;
|
|
1045
|
-
properties: Record<string, unknown>;
|
|
1046
|
-
required?: string[];
|
|
1047
|
-
};
|
|
690
|
+
inputSchema: RudderMcpInputSchema;
|
|
1048
691
|
capabilityId: "automation.enable";
|
|
1049
692
|
name: "rudder_automation_enable";
|
|
1050
693
|
description: "Enable an automation by setting status to active.";
|
|
@@ -1053,12 +696,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1053
696
|
requiresAgentId: false;
|
|
1054
697
|
attachesRunIdWhenAvailable: true;
|
|
1055
698
|
} | {
|
|
1056
|
-
inputSchema:
|
|
1057
|
-
type: "object";
|
|
1058
|
-
additionalProperties: false;
|
|
1059
|
-
properties: Record<string, unknown>;
|
|
1060
|
-
required?: string[];
|
|
1061
|
-
};
|
|
699
|
+
inputSchema: RudderMcpInputSchema;
|
|
1062
700
|
capabilityId: "automation.disable";
|
|
1063
701
|
name: "rudder_automation_disable";
|
|
1064
702
|
description: "Disable an automation by setting status to paused.";
|
|
@@ -1067,12 +705,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1067
705
|
requiresAgentId: false;
|
|
1068
706
|
attachesRunIdWhenAvailable: true;
|
|
1069
707
|
} | {
|
|
1070
|
-
inputSchema:
|
|
1071
|
-
type: "object";
|
|
1072
|
-
additionalProperties: false;
|
|
1073
|
-
properties: Record<string, unknown>;
|
|
1074
|
-
required?: string[];
|
|
1075
|
-
};
|
|
708
|
+
inputSchema: RudderMcpInputSchema;
|
|
1076
709
|
capabilityId: "automation.run";
|
|
1077
710
|
name: "rudder_automation_run";
|
|
1078
711
|
description: "Trigger a manual automation run.";
|
|
@@ -1081,12 +714,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1081
714
|
requiresAgentId: false;
|
|
1082
715
|
attachesRunIdWhenAvailable: true;
|
|
1083
716
|
} | {
|
|
1084
|
-
inputSchema:
|
|
1085
|
-
type: "object";
|
|
1086
|
-
additionalProperties: false;
|
|
1087
|
-
properties: Record<string, unknown>;
|
|
1088
|
-
required?: string[];
|
|
1089
|
-
};
|
|
717
|
+
inputSchema: RudderMcpInputSchema;
|
|
1090
718
|
capabilityId: "chat.list";
|
|
1091
719
|
name: "rudder_chat_list";
|
|
1092
720
|
description: "List chat conversations without dumping full message history.";
|
|
@@ -1095,12 +723,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1095
723
|
requiresAgentId: false;
|
|
1096
724
|
attachesRunIdWhenAvailable: false;
|
|
1097
725
|
} | {
|
|
1098
|
-
inputSchema:
|
|
1099
|
-
type: "object";
|
|
1100
|
-
additionalProperties: false;
|
|
1101
|
-
properties: Record<string, unknown>;
|
|
1102
|
-
required?: string[];
|
|
1103
|
-
};
|
|
726
|
+
inputSchema: RudderMcpInputSchema;
|
|
1104
727
|
capabilityId: "chat.search";
|
|
1105
728
|
name: "rudder_chat_search";
|
|
1106
729
|
description: "Search chats with bounded snippets and optional scope filtering.";
|
|
@@ -1109,12 +732,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1109
732
|
requiresAgentId: false;
|
|
1110
733
|
attachesRunIdWhenAvailable: false;
|
|
1111
734
|
} | {
|
|
1112
|
-
inputSchema:
|
|
1113
|
-
type: "object";
|
|
1114
|
-
additionalProperties: false;
|
|
1115
|
-
properties: Record<string, unknown>;
|
|
1116
|
-
required?: string[];
|
|
1117
|
-
};
|
|
735
|
+
inputSchema: RudderMcpInputSchema;
|
|
1118
736
|
capabilityId: "chat.get";
|
|
1119
737
|
name: "rudder_chat_get";
|
|
1120
738
|
description: "Read one chat conversation record.";
|
|
@@ -1123,12 +741,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1123
741
|
requiresAgentId: false;
|
|
1124
742
|
attachesRunIdWhenAvailable: false;
|
|
1125
743
|
} | {
|
|
1126
|
-
inputSchema:
|
|
1127
|
-
type: "object";
|
|
1128
|
-
additionalProperties: false;
|
|
1129
|
-
properties: Record<string, unknown>;
|
|
1130
|
-
required?: string[];
|
|
1131
|
-
};
|
|
744
|
+
inputSchema: RudderMcpInputSchema;
|
|
1132
745
|
capabilityId: "chat.messages";
|
|
1133
746
|
name: "rudder_chat_messages";
|
|
1134
747
|
description: "Read bounded chat messages with page cursors; transcript output is omitted unless requested.";
|
|
@@ -1137,12 +750,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1137
750
|
requiresAgentId: false;
|
|
1138
751
|
attachesRunIdWhenAvailable: false;
|
|
1139
752
|
} | {
|
|
1140
|
-
inputSchema:
|
|
1141
|
-
type: "object";
|
|
1142
|
-
additionalProperties: false;
|
|
1143
|
-
properties: Record<string, unknown>;
|
|
1144
|
-
required?: string[];
|
|
1145
|
-
};
|
|
753
|
+
inputSchema: RudderMcpInputSchema;
|
|
1146
754
|
capabilityId: "chat.transcript";
|
|
1147
755
|
name: "rudder_chat_transcript";
|
|
1148
756
|
description: "Read paginated chat messages with assistant transcript entries clipped in human output.";
|
|
@@ -1151,12 +759,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1151
759
|
requiresAgentId: false;
|
|
1152
760
|
attachesRunIdWhenAvailable: false;
|
|
1153
761
|
} | {
|
|
1154
|
-
inputSchema:
|
|
1155
|
-
type: "object";
|
|
1156
|
-
additionalProperties: false;
|
|
1157
|
-
properties: Record<string, unknown>;
|
|
1158
|
-
required?: string[];
|
|
1159
|
-
};
|
|
762
|
+
inputSchema: RudderMcpInputSchema;
|
|
1160
763
|
capabilityId: "chat.read";
|
|
1161
764
|
name: "rudder_chat_read";
|
|
1162
765
|
description: "Read a bounded recent-message snapshot for one chat with page cursors.";
|
|
@@ -1165,12 +768,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1165
768
|
requiresAgentId: false;
|
|
1166
769
|
attachesRunIdWhenAvailable: false;
|
|
1167
770
|
} | {
|
|
1168
|
-
inputSchema:
|
|
1169
|
-
type: "object";
|
|
1170
|
-
additionalProperties: false;
|
|
1171
|
-
properties: Record<string, unknown>;
|
|
1172
|
-
required?: string[];
|
|
1173
|
-
};
|
|
771
|
+
inputSchema: RudderMcpInputSchema;
|
|
1174
772
|
capabilityId: "chat.create";
|
|
1175
773
|
name: "rudder_chat_create";
|
|
1176
774
|
description: "Create a chat conversation with its first message.";
|
|
@@ -1179,12 +777,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1179
777
|
requiresAgentId: false;
|
|
1180
778
|
attachesRunIdWhenAvailable: true;
|
|
1181
779
|
} | {
|
|
1182
|
-
inputSchema:
|
|
1183
|
-
type: "object";
|
|
1184
|
-
additionalProperties: false;
|
|
1185
|
-
properties: Record<string, unknown>;
|
|
1186
|
-
required?: string[];
|
|
1187
|
-
};
|
|
780
|
+
inputSchema: RudderMcpInputSchema;
|
|
1188
781
|
capabilityId: "chat.send";
|
|
1189
782
|
name: "rudder_chat_send";
|
|
1190
783
|
description: "Send an agent-authored message directly to the operator in a chat.";
|
|
@@ -1193,12 +786,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1193
786
|
requiresAgentId: true;
|
|
1194
787
|
attachesRunIdWhenAvailable: true;
|
|
1195
788
|
} | {
|
|
1196
|
-
inputSchema:
|
|
1197
|
-
type: "object";
|
|
1198
|
-
additionalProperties: false;
|
|
1199
|
-
properties: Record<string, unknown>;
|
|
1200
|
-
required?: string[];
|
|
1201
|
-
};
|
|
789
|
+
inputSchema: RudderMcpInputSchema;
|
|
1202
790
|
capabilityId: "chat.archive";
|
|
1203
791
|
name: "rudder_chat_archive";
|
|
1204
792
|
description: "Archive a chat conversation without deleting it.";
|
|
@@ -1207,12 +795,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1207
795
|
requiresAgentId: false;
|
|
1208
796
|
attachesRunIdWhenAvailable: true;
|
|
1209
797
|
} | {
|
|
1210
|
-
inputSchema:
|
|
1211
|
-
type: "object";
|
|
1212
|
-
additionalProperties: false;
|
|
1213
|
-
properties: Record<string, unknown>;
|
|
1214
|
-
required?: string[];
|
|
1215
|
-
};
|
|
798
|
+
inputSchema: RudderMcpInputSchema;
|
|
1216
799
|
capabilityId: "runs.list";
|
|
1217
800
|
name: "rudder_runs_list";
|
|
1218
801
|
description: "List lightweight run summaries with stable pagination and filters; use --full only for legacy full-row compatibility.";
|
|
@@ -1221,12 +804,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1221
804
|
requiresAgentId: false;
|
|
1222
805
|
attachesRunIdWhenAvailable: false;
|
|
1223
806
|
} | {
|
|
1224
|
-
inputSchema:
|
|
1225
|
-
type: "object";
|
|
1226
|
-
additionalProperties: false;
|
|
1227
|
-
properties: Record<string, unknown>;
|
|
1228
|
-
required?: string[];
|
|
1229
|
-
};
|
|
807
|
+
inputSchema: RudderMcpInputSchema;
|
|
1230
808
|
capabilityId: "runs.by-skill";
|
|
1231
809
|
name: "rudder_runs_by_skill";
|
|
1232
810
|
description: "Build a paginated skill evidence packet from lightweight run summaries; use --full only for legacy full-row compatibility.";
|
|
@@ -1235,12 +813,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1235
813
|
requiresAgentId: false;
|
|
1236
814
|
attachesRunIdWhenAvailable: false;
|
|
1237
815
|
} | {
|
|
1238
|
-
inputSchema:
|
|
1239
|
-
type: "object";
|
|
1240
|
-
additionalProperties: false;
|
|
1241
|
-
properties: Record<string, unknown>;
|
|
1242
|
-
required?: string[];
|
|
1243
|
-
};
|
|
816
|
+
inputSchema: RudderMcpInputSchema;
|
|
1244
817
|
capabilityId: "runs.get";
|
|
1245
818
|
name: "rudder_runs_get";
|
|
1246
819
|
description: "Read one bounded run summary; use --full only from a direct trusted CLI for raw detail.";
|
|
@@ -1249,12 +822,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1249
822
|
requiresAgentId: false;
|
|
1250
823
|
attachesRunIdWhenAvailable: false;
|
|
1251
824
|
} | {
|
|
1252
|
-
inputSchema:
|
|
1253
|
-
type: "object";
|
|
1254
|
-
additionalProperties: false;
|
|
1255
|
-
properties: Record<string, unknown>;
|
|
1256
|
-
required?: string[];
|
|
1257
|
-
};
|
|
825
|
+
inputSchema: RudderMcpInputSchema;
|
|
1258
826
|
capabilityId: "runs.events";
|
|
1259
827
|
name: "rudder_runs_events";
|
|
1260
828
|
description: "List a bounded page of persisted run events with a lossless opaque cursor and clipped payload previews.";
|
|
@@ -1263,12 +831,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1263
831
|
requiresAgentId: false;
|
|
1264
832
|
attachesRunIdWhenAvailable: false;
|
|
1265
833
|
} | {
|
|
1266
|
-
inputSchema:
|
|
1267
|
-
type: "object";
|
|
1268
|
-
additionalProperties: false;
|
|
1269
|
-
properties: Record<string, unknown>;
|
|
1270
|
-
required?: string[];
|
|
1271
|
-
};
|
|
834
|
+
inputSchema: RudderMcpInputSchema;
|
|
1272
835
|
capabilityId: "runs.log";
|
|
1273
836
|
name: "rudder_runs_log";
|
|
1274
837
|
description: "Read a bounded byte range of stored run log content.";
|
|
@@ -1277,12 +840,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1277
840
|
requiresAgentId: false;
|
|
1278
841
|
attachesRunIdWhenAvailable: false;
|
|
1279
842
|
} | {
|
|
1280
|
-
inputSchema:
|
|
1281
|
-
type: "object";
|
|
1282
|
-
additionalProperties: false;
|
|
1283
|
-
properties: Record<string, unknown>;
|
|
1284
|
-
required?: string[];
|
|
1285
|
-
};
|
|
843
|
+
inputSchema: RudderMcpInputSchema;
|
|
1286
844
|
capabilityId: "runs.transcript";
|
|
1287
845
|
name: "rudder_runs_transcript";
|
|
1288
846
|
description: "Read a compact server-normalized transcript; --json changes encoding only and --full is direct-CLI-only raw access.";
|
|
@@ -1291,12 +849,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1291
849
|
requiresAgentId: false;
|
|
1292
850
|
attachesRunIdWhenAvailable: false;
|
|
1293
851
|
} | {
|
|
1294
|
-
inputSchema:
|
|
1295
|
-
type: "object";
|
|
1296
|
-
additionalProperties: false;
|
|
1297
|
-
properties: Record<string, unknown>;
|
|
1298
|
-
required?: string[];
|
|
1299
|
-
};
|
|
852
|
+
inputSchema: RudderMcpInputSchema;
|
|
1300
853
|
capabilityId: "runs.errors";
|
|
1301
854
|
name: "rudder_runs_errors";
|
|
1302
855
|
description: "List failed tool calls, stderr, runtime failures, and jump-to-context commands.";
|
|
@@ -1305,12 +858,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1305
858
|
requiresAgentId: false;
|
|
1306
859
|
attachesRunIdWhenAvailable: false;
|
|
1307
860
|
} | {
|
|
1308
|
-
inputSchema:
|
|
1309
|
-
type: "object";
|
|
1310
|
-
additionalProperties: false;
|
|
1311
|
-
properties: Record<string, unknown>;
|
|
1312
|
-
required?: string[];
|
|
1313
|
-
};
|
|
861
|
+
inputSchema: RudderMcpInputSchema;
|
|
1314
862
|
capabilityId: "runs.cancel";
|
|
1315
863
|
name: "rudder_runs_cancel";
|
|
1316
864
|
description: "Cancel a heartbeat run through the governed server route.";
|
|
@@ -1319,12 +867,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1319
867
|
requiresAgentId: false;
|
|
1320
868
|
attachesRunIdWhenAvailable: true;
|
|
1321
869
|
} | {
|
|
1322
|
-
inputSchema:
|
|
1323
|
-
type: "object";
|
|
1324
|
-
additionalProperties: false;
|
|
1325
|
-
properties: Record<string, unknown>;
|
|
1326
|
-
required?: string[];
|
|
1327
|
-
};
|
|
870
|
+
inputSchema: RudderMcpInputSchema;
|
|
1328
871
|
capabilityId: "runs.retry";
|
|
1329
872
|
name: "rudder_runs_retry";
|
|
1330
873
|
description: "Retry a failed, timed out, or cancelled run through the governed server route.";
|
|
@@ -1339,6 +882,7 @@ export declare const RUDDER_CORE_MCP_TOOL_CONTRACTS: RudderMcpSemanticToolContra
|
|
|
1339
882
|
export declare const RUDDER_BROWSER_MCP_TOOL_CONTRACTS: RudderMcpSemanticToolContract[];
|
|
1340
883
|
export declare const RUDDER_CORE_MCP_TOOL_NAMES: string[];
|
|
1341
884
|
export declare const RUDDER_BROWSER_MCP_TOOL_NAMES: string[];
|
|
1342
|
-
export declare const RUDDER_CORE_MCP_CONTRACT_HASH = "
|
|
885
|
+
export declare const RUDDER_CORE_MCP_CONTRACT_HASH = "8494e4678d53860a8b3d71f8d1a0c87d75360d4bf7184ba93b0a3c8d98acda58";
|
|
1343
886
|
export declare const RUDDER_BROWSER_MCP_CONTRACT_HASH = "640c060df9ef9ae3c649d973d123fdcfc0d1456217cbe1ec48dbba337de75923";
|
|
887
|
+
export {};
|
|
1344
888
|
//# sourceMappingURL=rudder-mcp-contract.d.ts.map
|