Skip to content

Commit e5ea057

Browse files
OzTamirOrKoN
authored andcommitted
feat: better parameter description
1 parent 345e09c commit e5ea057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tool-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266

267267
- **pageIdx** (integer) _(optional)_: Page number to return (0-based). When omitted, returns the first page.
268268
- **pageSize** (integer) _(optional)_: Maximum number of requests to return. When omitted, returns all requests.
269-
- **resourceType** (array) _(optional)_: Filter requests by resource type. When omitted, returns all requests.
269+
- **resourceType** (array) _(optional)_: Filter requests to only return requests of the specified resource types. When omitted, returns all requests.
270270

271271
---
272272

src/tools/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const listNetworkRequests = defineTool({
6767
)
6868
.optional()
6969
.describe(
70-
'Filter requests by resource type. When omitted, returns all requests.',
70+
'Filter requests to only return requests of the specified resource types. When omitted, returns all requests.',
7171
),
7272
},
7373
handler: async (request, response) => {

0 commit comments

Comments
 (0)