Skip to content

Commit 48e9eca

Browse files
committed
Sync
Signed-off-by: David Gageot <[email protected]>
1 parent 405dfc6 commit 48e9eca

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

prompts/catalog.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

prompts/mcp/readmes/line.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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`**
4750
Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.
4851
Parameters|Type|Description

prompts/mcp/readmes/playwright.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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`**
8191
Handle a dialog

prompts/mcp/readmes/redis.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ Parameters|Type|Description
122122
---
123123
#### Tool: **`get_indexes`**
124124
List 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`**
126129
Retrieve a vector from a Redis hash and convert it back from binary blob.
127130
Parameters|Type|Description

0 commit comments

Comments
 (0)