@@ -18,7 +18,7 @@ import {ToolCategories} from './categories.js';
1818
1919export const startTrace = defineTool ( {
2020 name : 'performance_start_trace' ,
21- description : 'Starts a performance trace recording' ,
21+ description : 'Starts a performance trace recording on the selected page. ' ,
2222 annotations : {
2323 category : ToolCategories . PERFORMANCE ,
2424 readOnlyHint : true ,
@@ -98,7 +98,8 @@ export const startTrace = defineTool({
9898
9999export const stopTrace = defineTool ( {
100100 name : 'performance_stop_trace' ,
101- description : 'Stops the active performance trace recording' ,
101+ description :
102+ 'Stops the active performance trace recording on the selected page.' ,
102103 annotations : {
103104 category : ToolCategories . PERFORMANCE ,
104105 readOnlyHint : true ,
@@ -116,7 +117,7 @@ export const stopTrace = defineTool({
116117export const analyzeInsight = defineTool ( {
117118 name : 'performance_analyze_insight' ,
118119 description :
119- 'Provides more detailed information on a specific Performance Insight that was highlighed in the results of a trace recording' ,
120+ 'Provides more detailed information on a specific Performance Insight that was highlighed in the results of a trace recording. ' ,
120121 annotations : {
121122 category : ToolCategories . PERFORMANCE ,
122123 readOnlyHint : true ,
0 commit comments