Skip to content

Commit 27831ff

Browse files
committed
docs: first doc update
1 parent bf441fb commit 27831ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/tool-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- AUTO GENERATED DO NOT EDIT - run 'npm run gen' to update-->
22

3-
# Chrome DevTools MCP Tool Reference (~7005 cl100k_base tokens)
3+
# Chrome DevTools MCP Tool Reference (~7003 cl100k_base tokens)
44

55
- **[Input automation](#input-automation)** (9 tools)
66
- [`click`](#click)
@@ -314,12 +314,12 @@ so returned values have to be JSON-serializable.
314314
**Parameters:**
315315

316316
- **function** (string) **(required)**: A JavaScript function declaration to be executed by the tool in the currently selected page.
317-
Example without arguments: `() => {
317+
Example without arguments: `() => {
318318
return document.title
319319
}` or `async () => {
320320
return await fetch("example.com")
321321
}`.
322-
Example with arguments: `(el) => {
322+
Example with arguments: `(el) => {
323323
return el.innerText;
324324
}`
325325

@@ -330,7 +330,7 @@ so returned values have to be JSON-serializable.
330330

331331
### `get_console_message`
332332

333-
**Description:** Gets a console message by its ID. You can get all messages by calling [`list_console_messages`](#list_console_messages).
333+
**Description:** Gets a console message by its ID. You can get all messages by calling .
334334

335335
**Parameters:**
336336

0 commit comments

Comments
 (0)