Skip to content

Commit a5b4b7a

Browse files
chore: improve take_memory_snapshot tool description
1 parent bec9dae commit a5b4b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/memory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {definePageTool} from './ToolDefinition.js';
1111

1212
export const takeMemorySnapshot = definePageTool({
1313
name: 'take_memory_snapshot',
14-
description: `Capture a memory heapsnapshot of the currently selected page to memory leak debugging`,
14+
description: `Capture a heap snapshot of the currently selected page. Use to analyze the memory distribution of JavaScript objects and debug memory leaks.`,
1515
annotations: {
1616
category: ToolCategory.PERFORMANCE,
1717
readOnlyHint: false,

0 commit comments

Comments
 (0)