File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 246246
247247### ` get_network_request `
248248
249- ** Description:** Gets a network request by reqid. You can get all requests by calling [ ` list_network_requests ` ] ( #list_network_requests ) .
250- Get the request currently selected in the DevTools UI by ommitting reqid
249+ ** Description:** Gets a network request by an optional reqid, if omitted returns the request selected in DevTools UI.
251250
252251** Parameters:**
253252
Original file line number Diff line number Diff line change @@ -84,8 +84,7 @@ export const listNetworkRequests = defineTool({
8484
8585export const getNetworkRequest = defineTool ( {
8686 name : 'get_network_request' ,
87- description : `Gets a network request by reqid. You can get all requests by calling ${ listNetworkRequests . name } .
88- Get the request currently selected in the DevTools UI by ommitting reqid` ,
87+ description : `Gets a network request by an optional reqid, if omitted returns the request selected in DevTools UI.` ,
8988 annotations : {
9089 category : ToolCategory . NETWORK ,
9190 readOnlyHint : true ,
You can’t perform that action at this time.
0 commit comments