Skip to content

Commit 0867c21

Browse files
committed
Sync all mcp/images
Signed-off-by: David Gageot <[email protected]>
1 parent 945c8cf commit 0867c21

File tree

9 files changed

+186
-83
lines changed

9 files changed

+186
-83
lines changed

prompts/catalog.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,12 @@ registry:
268268
- name: delete_deployment
269269
- name: delete_namespace
270270
- name: delete_pod
271+
- name: delete_service
271272
- name: describe_cronjob
272273
- name: describe_deployment
274+
- name: describe_node
273275
- name: describe_pod
276+
- name: describe_service
274277
- name: explain_resource
275278
- name: get_current_context
276279
- name: get_events
@@ -292,6 +295,7 @@ registry:
292295
- name: stop_port_forward
293296
- name: uninstall_helm_chart
294297
- name: update_deployment
298+
- name: update_service
295299
- name: upgrade_helm_chart
296300
prompts: 0
297301
resources: {}
@@ -486,8 +490,10 @@ registry:
486490
- name: jira_link_to_epic
487491
- name: jira_remove_issue_link
488492
- name: jira_search
493+
- name: jira_search_fields
489494
- name: jira_transition_issue
490495
- name: jira_update_issue
496+
- name: jira_update_sprint
491497
secrets:
492498
- name: atlassian.jira.token
493499
- name: atlassian.confluence.token
@@ -763,6 +769,7 @@ registry:
763769
- name: get_armor_mcp_version
764770
- name: get_current_time
765771
- name: get_stake_balances
772+
- name: get_token_address
766773
- name: get_token_candle_data
767774
- name: get_token_details
768775
- name: get_top_trending_tokens
@@ -1128,8 +1135,6 @@ registry:
11281135
source: https://github.com/mendableai/firecrawl-mcp-server/tree/main
11291136
icon: https://avatars.githubusercontent.com/u/135057108?s=200&v=4
11301137
tools:
1131-
- name: firecrawl_batch_scrape
1132-
- name: firecrawl_check_batch_status
11331138
- name: firecrawl_check_crawl_status
11341139
- name: firecrawl_crawl
11351140
- name: firecrawl_deep_research
@@ -1505,7 +1510,7 @@ registry:
15051510
description: Connector for Perplexity API, to enable real-time, web-wide research.
15061511
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/perplexity-ask.md
15071512
readme: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/perplexity-ask.md
1508-
source: https://github.com/ppl-ai/modelcontextprotocol/tree/main
1513+
source: https://github.com/ppl-ai/modelcontextprotocol/tree/f0a927c250e04b389ff5c34f6a2a85ad625668e8
15091514
icon: https://avatars.githubusercontent.com/u/110299016?s=200&v=4
15101515
tools:
15111516
- name: perplexity_ask
@@ -2085,6 +2090,7 @@ registry:
20852090
source: https://github.com/CircleCI-Public/mcp-server-circleci/tree/main
20862091
icon: https://avatars.githubusercontent.com/u/26607840?s=200&v=4
20872092
tools:
2093+
- name: config_helper
20882094
- name: find_flaky_tests
20892095
- name: get_build_failure_logs
20902096
secrets:

prompts/mcp/readmes/armor-crypto.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ Tools provided by this Server|Short Description
3434
`get_armor_mcp_version`|Get the current Armor Wallet version|
3535
`get_current_time`|Gets the current time and date|
3636
`get_stake_balances`|Get the balance of staked SOL (jupSOL).|
37+
`get_token_address`|Get the token address for a token symbol or name.|
3738
`get_token_candle_data`|Get candle data about any token for analysis.|
38-
`get_token_details`|Retrieve token details.|
39+
`get_token_details`|Search and retrieve details about multiple tokens|
3940
`get_top_trending_tokens`|Get the top trending tokens in a particular time frame.|
4041
`get_wallet_token_balance`|Get the balance for a list of wallet/token pairs.|
4142
`list_dca_orders`|List all DCA orders.|
@@ -187,6 +188,13 @@ Gets the current time and date
187188
Get the balance of staked SOL (jupSOL).
188189

189190
Returns a StakeBalanceResponse.
191+
#### Tool: **`get_token_address`**
192+
Get the token address for a token symbol or name.
193+
Parameters|Type|Description
194+
-|-|-
195+
`token_details_requests`|`string`|
196+
197+
---
190198
#### Tool: **`get_token_candle_data`**
191199
Get candle data about any token for analysis.
192200

@@ -197,12 +205,12 @@ Parameters|Type|Description
197205

198206
---
199207
#### Tool: **`get_token_details`**
200-
Retrieve token details.
208+
Search and retrieve details about multiple tokens
201209

202210
Expects a TokenDetailsRequestContainer, returns a list of TokenDetailsResponse.
203211
Parameters|Type|Description
204212
-|-|-
205-
`token_details_requests`|`string`|
213+
`token_search_requests`|`string`|
206214

207215
---
208216
#### Tool: **`get_top_trending_tokens`**

prompts/mcp/readmes/atlassian.md

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Attribute|Details|
1919
Tools provided by this Server|Short Description
2020
-|-
2121
`confluence_create_page`|Create a new Confluence page|
22-
`confluence_delete_page`|Delete an existing Confluence page|
22+
`confluence_delete_page`|Delete an existing Confluence page.|
2323
`confluence_get_comments`|Get comments for a specific Confluence page|
2424
`confluence_get_page`|Get content of a specific Confluence page by ID|
25-
`confluence_get_page_ancestors`|Get ancestor (parent) pages of a specific Confluence page|
26-
`confluence_get_page_children`|Get child pages of a specific Confluence page|
25+
`confluence_get_page_ancestors`|Get ancestor (parent) pages of a specific Confluence page.|
26+
`confluence_get_page_children`|Get child pages of a specific Confluence page.|
2727
`confluence_search`|Search Confluence content using simple terms or CQL|
28-
`confluence_update_page`|Update an existing Confluence page|
28+
`confluence_update_page`|Update an existing Confluence page.|
2929
`jira_add_comment`|Add a comment to a Jira issue|
3030
`jira_add_worklog`|Add a worklog entry to a Jira issue|
3131
`jira_batch_create_issues`|Create multiple Jira issues in a batch|
@@ -45,8 +45,10 @@ Tools provided by this Server|Short Description
4545
`jira_link_to_epic`|Link an existing issue to an epic|
4646
`jira_remove_issue_link`|Remove a link between two Jira issues|
4747
`jira_search`|Search Jira issues using JQL (Jira Query Language)|
48+
`jira_search_fields`|Search Jira fields by keyword with fuzzy match|
4849
`jira_transition_issue`|Transition a Jira issue to a new status|
4950
`jira_update_issue`|Update an existing Jira issue including changing status, adding Epic links, updating fields, etc.|
51+
`jira_update_sprint`|Update jira sprint|
5052

5153
---
5254
## Tools Details
@@ -62,7 +64,7 @@ Parameters|Type|Description
6264

6365
---
6466
#### Tool: **`confluence_delete_page`**
65-
Delete an existing Confluence page
67+
Delete an existing Confluence page.
6668
Parameters|Type|Description
6769
-|-|-
6870
`page_id`|`string`|The ID of the page to delete
@@ -85,20 +87,20 @@ Parameters|Type|Description
8587

8688
---
8789
#### Tool: **`confluence_get_page_ancestors`**
88-
Get ancestor (parent) pages of a specific Confluence page
90+
Get ancestor (parent) pages of a specific Confluence page.
8991
Parameters|Type|Description
9092
-|-|-
9193
`page_id`|`string`|The ID of the page whose ancestors you want to retrieve
9294

9395
---
9496
#### Tool: **`confluence_get_page_children`**
95-
Get child pages of a specific Confluence page
97+
Get child pages of a specific Confluence page.
9698
Parameters|Type|Description
9799
-|-|-
98100
`parent_id`|`string`|The ID of the parent page whose children you want to retrieve
99101
`expand`|`string` *optional*|Fields to expand in the response (e.g., 'version', 'body.storage')
100102
`include_content`|`boolean` *optional*|Whether to include the page content in the response
101-
`limit`|`number` *optional*|Maximum number of child pages to return (1-50)
103+
`limit`|`integer` *optional*|Maximum number of child pages to return (1-50)
102104

103105
---
104106
#### Tool: **`confluence_search`**
@@ -120,18 +122,19 @@ Parameters|Type|Description
120122
- Exact phrase in content: 'text ~ "\"Urgent Review Required\"" AND label = "pending-approval"'
121123
- Title wildcards: 'title ~ "Minutes*" AND (space = "HR" OR space = "Marketing")'
122124
Note: Special identifiers need proper quoting in CQL: personal space keys (e.g., "~username"), reserved words, numeric IDs, and identifiers with special characters.
123-
`limit`|`number` *optional*|Maximum number of results (1-50)
125+
`limit`|`integer` *optional*|Maximum number of results (1-50)
124126
`spaces_filter`|`string` *optional*|Comma-separated list of space keys to filter results by. Overrides the environment variable CONFLUENCE_SPACES_FILTER if provided.
125127

126128
---
127129
#### Tool: **`confluence_update_page`**
128-
Update an existing Confluence page
130+
Update an existing Confluence page.
129131
Parameters|Type|Description
130132
-|-|-
131133
`content`|`string`|The new content of the page in Markdown format
132134
`page_id`|`string`|The ID of the page to update
133135
`title`|`string`|The new title of the page
134136
`is_minor_edit`|`boolean` *optional*|Whether this is a minor edit
137+
`parent_id`|`string` *optional*|Optional the new parent page ID
135138
`version_comment`|`string` *optional*|Optional comment for this version
136139

137140
---
@@ -197,7 +200,7 @@ Parameters|Type|Description
197200
`link_type`|`string`|The type of link to create (e.g., 'Duplicate', 'Blocks', 'Relates to')
198201
`outward_issue_key`|`string`|The key of the outward issue (e.g., 'PROJ-456')
199202
`comment`|`string` *optional*|Optional comment to add to the link
200-
`comment_visibility`|`object` *optional*|Optional visibility settings for the comment
203+
`comment_visibility`|`string` *optional*|Optional visibility settings for the comment
201204

202205
---
203206
#### Tool: **`jira_delete_issue`**
@@ -221,9 +224,9 @@ Parameters|Type|Description
221224
-|-|-
222225
`board_name`|`string` *optional*|The name of board, support fuzzy search
223226
`board_type`|`string` *optional*|The type of jira board (e.g., 'scrum', 'kanban')
224-
`limit`|`number` *optional*|Maximum number of results (1-50)
227+
`limit`|`integer` *optional*|Maximum number of results (1-50)
225228
`project_key`|`string` *optional*|Jira project key (e.g., 'PROJ-123')
226-
`startAt`|`number` *optional*|Starting index for pagination (0-based)
229+
`start_at`|`integer` *optional*|Starting index for pagination (0-based)
227230

228231
---
229232
#### Tool: **`jira_get_board_issues`**
@@ -241,17 +244,17 @@ Parameters|Type|Description
241244
- Find by priority: "priority = High AND project = PROJ"
242245
`expand`|`string` *optional*|Fields to expand in the response (e.g., 'version', 'body.storage')
243246
`fields`|`string` *optional*|Comma-separated fields to return in the results. Use '*all' for all fields, or specify individual fields like 'summary,status,assignee,priority'
244-
`limit`|`number` *optional*|Maximum number of results (1-50)
245-
`startAt`|`number` *optional*|Starting index for pagination (0-based)
247+
`limit`|`integer` *optional*|Maximum number of results (1-50)
248+
`start_at`|`integer` *optional*|Starting index for pagination (0-based)
246249

247250
---
248251
#### Tool: **`jira_get_epic_issues`**
249252
Get all issues linked to a specific epic
250253
Parameters|Type|Description
251254
-|-|-
252255
`epic_key`|`string`|The key of the epic (e.g., 'PROJ-123')
253-
`limit`|`number` *optional*|Maximum number of issues to return (1-50)
254-
`startAt`|`number` *optional*|Starting index for pagination (0-based)
256+
`limit`|`integer` *optional*|Maximum number of issues to return (1-50)
257+
`start_at`|`integer` *optional*|Starting index for pagination (0-based)
255258

256259
---
257260
#### Tool: **`jira_get_issue`**
@@ -271,8 +274,8 @@ Get all issues for a specific Jira project
271274
Parameters|Type|Description
272275
-|-|-
273276
`project_key`|`string`|The project key
274-
`limit`|`number` *optional*|Maximum number of results (1-50)
275-
`startAt`|`number` *optional*|Starting index for pagination (0-based)
277+
`limit`|`integer` *optional*|Maximum number of results (1-50)
278+
`start_at`|`integer` *optional*|Starting index for pagination (0-based)
276279

277280
---
278281
#### Tool: **`jira_get_sprint_issues`**
@@ -281,17 +284,17 @@ Parameters|Type|Description
281284
-|-|-
282285
`sprint_id`|`string`|The id of sprint (e.g., '10001')
283286
`fields`|`string` *optional*|Comma-separated fields to return in the results. Use '*all' for all fields, or specify individual fields like 'summary,status,assignee,priority'
284-
`limit`|`number` *optional*|Maximum number of results (1-50)
285-
`startAt`|`number` *optional*|Starting index for pagination (0-based)
287+
`limit`|`integer` *optional*|Maximum number of results (1-50)
288+
`start_at`|`integer` *optional*|Starting index for pagination (0-based)
286289

287290
---
288291
#### Tool: **`jira_get_sprints_from_board`**
289292
Get jira sprints from board by state
290293
Parameters|Type|Description
291294
-|-|-
292-
`board_id`|`string` *optional*|The id of board (e.g., '1000')
293-
`limit`|`number` *optional*|Maximum number of results (1-50)
294-
`startAt`|`number` *optional*|Starting index for pagination (0-based)
295+
`board_id`|`string`|The id of board (e.g., '1000')
296+
`limit`|`integer` *optional*|Maximum number of results (1-50)
297+
`start_at`|`integer` *optional*|Starting index for pagination (0-based)
295298
`state`|`string` *optional*|Sprint state (e.g., 'active', 'future', 'closed')
296299

297300
---
@@ -337,9 +340,18 @@ Parameters|Type|Description
337340
- Find by label: "labels = frontend AND project = PROJ"
338341
- Find by priority: "priority = High AND project = PROJ"
339342
`fields`|`string` *optional*|Comma-separated fields to return in the results. Use '*all' for all fields, or specify individual fields like 'summary,status,assignee,priority'
340-
`limit`|`number` *optional*|Maximum number of results (1-50)
343+
`limit`|`integer` *optional*|Maximum number of results (1-50)
341344
`projects_filter`|`string` *optional*|Comma-separated list of project keys to filter results by. Overrides the environment variable JIRA_PROJECTS_FILTER if provided.
342-
`startAt`|`number` *optional*|Starting index for pagination (0-based)
345+
`start_at`|`integer` *optional*|Starting index for pagination (0-based)
346+
347+
---
348+
#### Tool: **`jira_search_fields`**
349+
Search Jira fields by keyword with fuzzy match
350+
Parameters|Type|Description
351+
-|-|-
352+
`keyword`|`string` *optional*|Keyword for fuzzy search. If left empty, lists the first 'limit' available fields in their default order.
353+
`limit`|`integer` *optional*|Maximum number of results
354+
`refresh`|`boolean` *optional*|Whether to force refresh the field list
343355

344356
---
345357
#### Tool: **`jira_transition_issue`**
@@ -361,6 +373,18 @@ Parameters|Type|Description
361373
`additional_fields`|`string` *optional*|Optional JSON string of additional fields to update. Use this for custom fields or more complex updates.
362374
`attachments`|`string` *optional*|Optional JSON string or comma-separated list of file paths to attach to the issue. Example: "/path/to/file1.txt,/path/to/file2.txt" or "["/path/to/file1.txt","/path/to/file2.txt"]"
363375

376+
---
377+
#### Tool: **`jira_update_sprint`**
378+
Update jira sprint
379+
Parameters|Type|Description
380+
-|-|-
381+
`sprint_id`|`string`|The id of sprint (e.g., '10001')
382+
`end_date`|`string` *optional*|Optional: New end date for the sprint
383+
`goal`|`string` *optional*|Optional: New goal for the sprint
384+
`sprint_name`|`string` *optional*|Optional: New name for the sprint
385+
`start_date`|`string` *optional*|Optional: New start date for the sprint
386+
`state`|`string` *optional*|Optional: New state for the sprint (future|active|closed)
387+
364388
---
365389
## Use this MCP Server
366390

prompts/mcp/readmes/basic-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Get recent activity from across the knowledge base.
9898
Or standard formats like "7d"
9999
Parameters|Type|Description
100100
-|-|-
101-
`depth`|`string` *optional*|
101+
`depth`|`integer` *optional*|
102102
`max_related`|`integer` *optional*|
103103
`page`|`integer` *optional*|
104104
`page_size`|`integer` *optional*|

0 commit comments

Comments
 (0)