We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a277dec commit ebffab7Copy full SHA for ebffab7
src/tools/batch-execute.ts
@@ -14,7 +14,7 @@ export const batchExecuteTool = defineTool({
14
name: 'browser_batch_execute',
15
title: 'Batch Execute Browser Actions',
16
description:
17
- 'Execute multiple browser actions in sequence with optimized response handling',
+ 'Execute multiple browser actions in sequence. PREFER over individual tools for 2+ operations.',
18
inputSchema: batchExecuteSchema,
19
type: 'destructive',
20
},
0 commit comments