Skip to content

Commit 2a50de4

Browse files
committed
Sync tiles READMEs
1 parent afd7d7b commit 2a50de4

File tree

6 files changed

+52
-14
lines changed

6 files changed

+52
-14
lines changed

prompts/catalog.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,9 @@ registry:
632632
- {name: get_all_orders}
633633
- {name: get_all_wallets}
634634
- {name: get_armor_mcp_version}
635-
- {name: get_candle_sticks}
635+
- {name: get_current_time}
636636
- {name: get_stake_balances}
637+
- {name: get_token_candle_data}
637638
- {name: get_token_details}
638639
- {name: get_top_trending_tokens}
639640
- {name: get_wallet_token_balance}
@@ -1083,7 +1084,10 @@ registry:
10831084
- {name: browser_use_agent}
10841085
- {name: claude_computer_use_agent}
10851086
- {name: crawl_webpages}
1087+
- {name: create_profile}
1088+
- {name: delete_profile}
10861089
- {name: extract_structured_data}
1090+
- {name: list_profiles}
10871091
- {name: openai_computer_use_agent}
10881092
- {name: scrape_webpage}
10891093
- {name: search_with_bing}

prompts/mcp/osp_marketing_tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ mcp:
33
- container:
44
image: mcp/osp_marketing_tools:latest
55
source:
6-
url: https://github.com/open-strategy-partners/osp_marketing_tools/tree/refs/pull/3/merge
6+
url: https://github.com/open-strategy-partners/osp_marketing_tools/tree/main
77
---

prompts/mcp/readmes/armor-crypto.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ The MCP server for interacting with Blockchain, Swaps, Strategic Planning and mo
5858

5959
Returns a list of Wallets and asssets
6060
1. **`get_armor_mcp_version`**: Get the current Armor Wallet version
61-
1. **`get_candle_sticks`**: Get the candle sticks.
62-
63-
Expects a CandleStickRequest, returns a list of candle sticks.
61+
1. **`get_current_time`**: Gets the current time and date
6462
1. **`get_stake_balances`**: Get the balance of staked SOL (jupSOL).
6563

6664
Returns a StakeBalanceResponse.
65+
1. **`get_token_candle_data`**: Get the candle sticks.
66+
67+
Expects a CandleStickRequest, returns a list of candle sticks.
6768
1. **`get_token_details`**: Retrieve token details.
6869

6970
Expects a TokenDetailsRequestContainer, returns a list of TokenDetailsResponse.
@@ -257,7 +258,17 @@ Retrieve all wallets with balances.
257258

258259
Get the current Armor Wallet version
259260

260-
### Tool: **`get_candle_sticks`**
261+
### Tool: **`get_current_time`**
262+
263+
Gets the current time and date
264+
265+
### Tool: **`get_stake_balances`**
266+
267+
Get the balance of staked SOL (jupSOL).
268+
269+
Returns a StakeBalanceResponse.
270+
271+
### Tool: **`get_token_candle_data`**
261272

262273
Get the candle sticks.
263274

@@ -267,12 +278,6 @@ Get the candle sticks.
267278
| - | - | - |
268279
| `candle_stick_requests` | `string` | |
269280

270-
### Tool: **`get_stake_balances`**
271-
272-
Get the balance of staked SOL (jupSOL).
273-
274-
Returns a StakeBalanceResponse.
275-
276281
### Tool: **`get_token_details`**
277282

278283
Retrieve token details.

prompts/mcp/readmes/hyperbrowser.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ Best suited use cases include:
4646

4747
Provide detailed task instructions, relevant context, and clearly specify the desired outcome for best results. Returns the completed result or an error message if issues arise.
4848
1. **`crawl_webpages`**: Crawl a website starting from a URL and explore linked pages. This tool allows systematic collection of content from multiple pages within a domain. Use this for larger data collection tasks, content indexing, or site mapping.
49+
1. **`create_profile`**: Creates a new persistent Hyperbrowser profile.
50+
1. **`delete_profile`**: Deletes an existing persistent Hyperbrowser profile.
4951
1. **`extract_structured_data`**: Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema.
52+
1. **`list_profiles`**: Lists existing persistent Hyperbrowser profiles, with optional pagination.
5053
1. **`openai_computer_use_agent`**: This tool utilizes OpenAI's model to autonomously execute general-purpose browser-based tasks with balanced performance and reliability using a cloud browser. It handles complex interactions effectively with practical reasoning and clear execution.
5154

5255
Optimal for tasks requiring:
@@ -129,6 +132,18 @@ Crawl a website starting from a URL and explore linked pages. This tool allows s
129132
| `maxPages` | `integer` *optional* | |
130133
| `sessionOptions` | `object` *optional* | Options for the browser session. Avoid setting these if not mentioned explicitly |
131134

135+
### Tool: **`create_profile`**
136+
137+
Creates a new persistent Hyperbrowser profile.
138+
139+
### Tool: **`delete_profile`**
140+
141+
Deletes an existing persistent Hyperbrowser profile.
142+
143+
| Parameter | Type | Description |
144+
| - | - | - |
145+
| `profileId` | `string` | ID of the profile to delete |
146+
132147
### Tool: **`extract_structured_data`**
133148

134149
Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema.
@@ -140,6 +155,15 @@ Extract structured data from a webpage. This tool allows you to extract structur
140155
| `schema` | `string` *optional* | The json schema to use for the extraction. Must provide an object describing a spec compliant json schema, any other types are invalid. |
141156
| `sessionOptions` | `object` *optional* | Options for the browser session. Avoid setting these if not mentioned explicitly |
142157

158+
### Tool: **`list_profiles`**
159+
160+
Lists existing persistent Hyperbrowser profiles, with optional pagination.
161+
162+
| Parameter | Type | Description |
163+
| - | - | - |
164+
| `limit` | `integer` *optional* | Number of profiles per page (optional) |
165+
| `page` | `integer` *optional* | Page number for pagination (optional) |
166+
143167
### Tool: **`openai_computer_use_agent`**
144168

145169
This tool utilizes OpenAI's model to autonomously execute general-purpose browser-based tasks with balanced performance and reliability using a cloud browser. It handles complex interactions effectively with practical reasoning and clear execution.

prompts/mcp/readmes/osp_marketing_tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Model Context Protocol (MCP) server that empowers LLMs to use some of Open Sra
99
| **Image Source** | Official Image |
1010
| **Author** | [open-strategy-partners](https://github.com/open-strategy-partners) |
1111
| **Repository** | https://github.com/open-strategy-partners/osp_marketing_tools |
12-
| **Dockerfile** | https://github.com/open-strategy-partners/osp_marketing_tools/blob/refs/pull/3/merge/Dockerfile |
12+
| **Dockerfile** | https://github.com/open-strategy-partners/osp_marketing_tools/blob/main/Dockerfile |
1313
| **Docker Image built by** | Docker Inc. |
1414
| **Licence** | Creative Commons Attribution Share Alike 4.0 International |
1515

@@ -71,6 +71,6 @@ Check if the server is running and can access its resources
7171
## Rebuild this image
7272

7373
```console
74-
docker build -t mcp/osp_marketing_tools -f Dockerfile https://github.com/open-strategy-partners/osp_marketing_tools.git#refs/pull/3/merge
74+
docker build -t mcp/osp_marketing_tools -f Dockerfile https://github.com/open-strategy-partners/osp_marketing_tools.git
7575
```
7676

prompts/mcp/readmes/veyrax.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ You can use this tool to get the list of tools, method names and parameters, and
5050
This method also returns all flows with name and id that user has access to (if any).
5151
"
5252

53+
| Parameter | Type | Description |
54+
| - | - | - |
55+
| `question` | `string` | Query question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool. |
56+
5357
### Tool: **`tool_call`**
5458

5559
"Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response.
@@ -60,6 +64,7 @@ You need to specify the tool name, method name, and any required parameters for
6064
| `method` | `string` | The method of the tool to call (e.g., 'get_messages', 'send_message', 'list_events') |
6165
| `tool` | `string` | The name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack') |
6266
| `parameters` | `object` *optional* | The parameters required by the specific tool method being called, it is MUST HAVE field. |
67+
| `question` | `string` *optional* | User question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool. |
6368

6469
## Use this MCP Server
6570

0 commit comments

Comments
 (0)