File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2517,6 +2517,7 @@ registry:
25172517 tools :
25182518 - name : broadcast_flex_message
25192519 - name : broadcast_text_message
2520+ - name : get_message_quota
25202521 - name : get_profile
25212522 - name : push_flex_message
25222523 - name : push_text_message
@@ -2631,6 +2632,7 @@ registry:
26312632 - name : browser_console_messages
26322633 - name : browser_drag
26332634 - name : browser_file_upload
2635+ - name : browser_generate_playwright_test
26342636 - name : browser_handle_dialog
26352637 - name : browser_hover
26362638 - name : browser_install
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Tools provided by this Server|Short Description
2222-|-
2323` broadcast_flex_message ` |Broadcast a highly customizable flex message via LINE to all users who have added your LINE Official Account.|
2424` broadcast_text_message ` |Broadcast a simple text message via LINE to all users who have followed your LINE Official Account.|
25+ ` get_message_quota ` |Get the message quota and consumption of the LINE Official Account.|
2526` get_profile ` |Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.|
2627` push_flex_message ` |Push a highly customizable flex message to a user via LINE.|
2728` push_text_message ` |Push a simple text message to a user via LINE.|
@@ -43,6 +44,8 @@ Parameters|Type|Description
4344` message ` |` object ` |
4445
4546---
47+ #### Tool: ** ` get_message_quota ` **
48+ Get the message quota and consumption of the LINE Official Account. This shows the monthly message limit and current usage.
4649#### Tool: ** ` get_profile ` **
4750Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.
4851Parameters|Type|Description
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Tools provided by this Server|Short Description
2525` browser_console_messages ` |Returns all console messages|
2626` browser_drag ` |Perform drag and drop between two elements|
2727` browser_file_upload ` |Upload one or multiple files|
28+ ` browser_generate_playwright_test ` |Generate a Playwright test for given scenario|
2829` browser_handle_dialog ` |Handle a dialog|
2930` browser_hover ` |Hover over element on page|
3031` browser_install ` |Install the browser specified in the config.|
@@ -76,6 +77,15 @@ Parameters|Type|Description
7677-|-|-
7778` paths ` |` array ` |The absolute paths to the files to upload. Can be a single file or multiple files.
7879
80+ ---
81+ #### Tool: ** ` browser_generate_playwright_test ` **
82+ Generate a Playwright test for given scenario
83+ Parameters|Type|Description
84+ -|-|-
85+ ` description ` |` string ` |The description of the test
86+ ` name ` |` string ` |The name of the test
87+ ` steps ` |` array ` |The steps of the test
88+
7989---
8090#### Tool: ** ` browser_handle_dialog ` **
8191Handle a dialog
Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ Parameters|Type|Description
122122---
123123#### Tool: ** ` get_indexes ` **
124124List of indexes in the Redis database
125+
126+ Returns:
127+ str: A JSON string containing the list of indexes or an error message.
125128#### Tool: ** ` get_vector_from_hash ` **
126129Retrieve a vector from a Redis hash and convert it back from binary blob.
127130Parameters|Type|Description
You can’t perform that action at this time.
0 commit comments