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:
2517
2517
tools :
2518
2518
- name : broadcast_flex_message
2519
2519
- name : broadcast_text_message
2520
+ - name : get_message_quota
2520
2521
- name : get_profile
2521
2522
- name : push_flex_message
2522
2523
- name : push_text_message
@@ -2631,6 +2632,7 @@ registry:
2631
2632
- name : browser_console_messages
2632
2633
- name : browser_drag
2633
2634
- name : browser_file_upload
2635
+ - name : browser_generate_playwright_test
2634
2636
- name : browser_handle_dialog
2635
2637
- name : browser_hover
2636
2638
- name : browser_install
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Tools provided by this Server|Short Description
22
22
-|-
23
23
` broadcast_flex_message ` |Broadcast a highly customizable flex message via LINE to all users who have added your LINE Official Account.|
24
24
` 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.|
25
26
` get_profile ` |Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.|
26
27
` push_flex_message ` |Push a highly customizable flex message to a user via LINE.|
27
28
` push_text_message ` |Push a simple text message to a user via LINE.|
@@ -43,6 +44,8 @@ Parameters|Type|Description
43
44
` message ` |` object ` |
44
45
45
46
---
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.
46
49
#### Tool: ** ` get_profile ` **
47
50
Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.
48
51
Parameters|Type|Description
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Tools provided by this Server|Short Description
25
25
` browser_console_messages ` |Returns all console messages|
26
26
` browser_drag ` |Perform drag and drop between two elements|
27
27
` browser_file_upload ` |Upload one or multiple files|
28
+ ` browser_generate_playwright_test ` |Generate a Playwright test for given scenario|
28
29
` browser_handle_dialog ` |Handle a dialog|
29
30
` browser_hover ` |Hover over element on page|
30
31
` browser_install ` |Install the browser specified in the config.|
@@ -76,6 +77,15 @@ Parameters|Type|Description
76
77
-|-|-
77
78
` paths ` |` array ` |The absolute paths to the files to upload. Can be a single file or multiple files.
78
79
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
+
79
89
---
80
90
#### Tool: ** ` browser_handle_dialog ` **
81
91
Handle a dialog
Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ Parameters|Type|Description
122
122
---
123
123
#### Tool: ** ` get_indexes ` **
124
124
List of indexes in the Redis database
125
+
126
+ Returns:
127
+ str: A JSON string containing the list of indexes or an error message.
125
128
#### Tool: ** ` get_vector_from_hash ` **
126
129
Retrieve a vector from a Redis hash and convert it back from binary blob.
127
130
Parameters|Type|Description
You can’t perform that action at this time.
0 commit comments