Skip to content

Commit 52676bf

Browse files
committed
Rebuild a few tiles
1 parent 95b73af commit 52676bf

File tree

8 files changed

+190
-6
lines changed

8 files changed

+190
-6
lines changed

prompts/catalog.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ registry:
166166
title: Redis
167167
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/redis.md
168168
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/redis.md
169-
source: https://github.com/redis/mcp-redis/tree/main
169+
source: https://github.com/redis/mcp-redis/tree/refs/pull/8/merge
170170
icon: https://avatars.githubusercontent.com/u/1529926?v=4
171171
tools:
172172
- name: client_list
@@ -573,9 +573,11 @@ registry:
573573
source: https://github.com/sooperset/mcp-atlassian/tree/main
574574
icon: https://avatars.githubusercontent.com/u/43281909?s=200&v=4
575575
tools:
576+
- name: confluence_add_label
576577
- name: confluence_create_page
577578
- name: confluence_delete_page
578579
- name: confluence_get_comments
580+
- name: confluence_get_labels
579581
- name: confluence_get_page
580582
- name: confluence_get_page_ancestors
581583
- name: confluence_get_page_children
@@ -584,6 +586,7 @@ registry:
584586
- name: jira_add_comment
585587
- name: jira_add_worklog
586588
- name: jira_batch_create_issues
589+
- name: jira_batch_get_changelogs
587590
- name: jira_create_issue
588591
- name: jira_create_issue_link
589592
- name: jira_create_sprint
@@ -2313,6 +2316,7 @@ registry:
23132316
- name: create_prompt_template
23142317
- name: find_flaky_tests
23152318
- name: get_build_failure_logs
2319+
- name: get_job_test_results
23162320
- name: get_latest_pipeline_status
23172321
- name: recommend_prompt_template_tests
23182322
secrets:
@@ -2469,7 +2473,7 @@ registry:
24692473
title: Azure
24702474
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/azure.md
24712475
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/azure.md
2472-
source: https://github.com/Azure/azure-mcp/tree/refs/pull/16/merge
2476+
source: https://github.com/Azure/azure-mcp/tree/main
24732477
icon: https://avatars.githubusercontent.com/u/6844498?s=200&v=4
24742478
tools:
24752479
- name: azmcp-appconfig-account-list
@@ -2489,6 +2493,10 @@ registry:
24892493
- name: azmcp-monitor-log-query
24902494
- name: azmcp-monitor-table-list
24912495
- name: azmcp-monitor-workspace-list
2496+
- name: azmcp-search-index-describe
2497+
- name: azmcp-search-index-list
2498+
- name: azmcp-search-index-query
2499+
- name: azmcp-search-service-list
24922500
- name: azmcp-storage-account-list
24932501
- name: azmcp-storage-blob-container-details
24942502
- name: azmcp-storage-blob-container-list
@@ -2556,6 +2564,8 @@ registry:
25562564
- name: in-app-message-list
25572565
- name: push-message-detail
25582566
- name: push-message-list
2567+
- name: remote-config-detail
2568+
- name: remote-config-list
25592569
- name: retention-series
25602570
- name: stickiness-series
25612571
secrets:

prompts/mcp/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mcp:
77
- "server"
88
- "start"
99
source:
10-
url: https://github.com/Azure/azure-mcp/tree/refs/pull/16/merge
10+
url: https://github.com/Azure/azure-mcp/tree/main
1111
---

prompts/mcp/readmes/atlassian.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ Attribute|Details|
1919
## Available Tools
2020
Tools provided by this Server|Short Description
2121
-|-
22+
`confluence_add_label`|Add label to an existing Confluence page|
2223
`confluence_create_page`|Create a new Confluence page|
2324
`confluence_delete_page`|Delete an existing Confluence page|
2425
`confluence_get_comments`|Get comments for a specific Confluence page|
26+
`confluence_get_labels`|Get labels for a specific Confluence page|
2527
`confluence_get_page`|Get content of a specific Confluence page by ID|
2628
`confluence_get_page_ancestors`|Get ancestor (parent) pages of a specific Confluence page|
2729
`confluence_get_page_children`|Get child pages of a specific Confluence page|
@@ -30,6 +32,7 @@ Tools provided by this Server|Short Description
3032
`jira_add_comment`|Add a comment to a Jira issue|
3133
`jira_add_worklog`|Add a worklog entry to a Jira issue|
3234
`jira_batch_create_issues`|Create multiple Jira issues in a batch|
35+
`jira_batch_get_changelogs`|Get changelogs for multiple Jira issues (Cloud only)|
3336
`jira_create_issue`|Create a new Jira issue with optional Epic link or parent for subtasks|
3437
`jira_create_issue_link`|Create a link between two Jira issues|
3538
`jira_create_sprint`|Create Jira sprint for a board|
@@ -56,6 +59,14 @@ Tools provided by this Server|Short Description
5659
---
5760
## Tools Details
5861

62+
#### Tool: **`confluence_add_label`**
63+
Add label to an existing Confluence page
64+
Parameters|Type|Description
65+
-|-|-
66+
`name`|`string`|The name of the label
67+
`page_id`|`string`|The ID of the page to update
68+
69+
---
5970
#### Tool: **`confluence_create_page`**
6071
Create a new Confluence page
6172
Parameters|Type|Description
@@ -79,6 +90,13 @@ Parameters|Type|Description
7990
-|-|-
8091
`page_id`|`string`|Confluence page ID (numeric ID, can be parsed from URL, e.g. from 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title' -> '123456789')
8192

93+
---
94+
#### Tool: **`confluence_get_labels`**
95+
Get labels for a specific Confluence page
96+
Parameters|Type|Description
97+
-|-|-
98+
`page_id`|`string`|Confluence page ID (numeric ID, can be parsed from URL, e.g. from 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title' -> '123456789')
99+
82100
---
83101
#### Tool: **`confluence_get_page`**
84102
Get content of a specific Confluence page by ID
@@ -176,6 +194,15 @@ Example: [
176194
]
177195
`validate_only`|`boolean` *optional*|If true, only validates the issues without creating them
178196

197+
---
198+
#### Tool: **`jira_batch_get_changelogs`**
199+
Get changelogs for multiple Jira issues (Cloud only)
200+
Parameters|Type|Description
201+
-|-|-
202+
`issue_ids_or_keys`|`array`|List of Jira issue IDs or keys, e.g. ['PROJ-123', 'PROJ-124']
203+
`fields`|`array` *optional*|Filter the changelogs by fields, e.g. ['status', 'assignee']. Default to [] for all fields.
204+
`limit`|`integer` *optional*|Maximum number of changelogs to return in result for each issue. Default to -1 for all changelogs. Notice that it only limits the results in the response, the function will still fetch all the data.
205+
179206
---
180207
#### Tool: **`jira_create_issue`**
181208
Create a new Jira issue with optional Epic link or parent for subtasks

prompts/mcp/readmes/azure.md

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Attribute|Details|
1111
**Docker Image**|[mcp/azure](https://hub.docker.com/repository/docker/mcp/azure)
1212
**Author**|[Azure](https://github.com/Azure)
1313
**Repository**|https://github.com/Azure/azure-mcp
14-
**Dockerfile**|https://github.com/Azure/azure-mcp/blob/refs/pull/16/merge/Dockerfile
14+
**Dockerfile**|https://github.com/Azure/azure-mcp/blob/main/Dockerfile
1515
**Docker Image built by**|Docker Inc.
1616
**Docker Scout Health Score**| ![Docker Scout Health Score](https://api.scout.docker.com/v1/policy/insights/org-image-score/badge/mcp/azure)
1717
**Licence**|MIT License
@@ -36,6 +36,10 @@ Tools provided by this Server|Short Description
3636
`azmcp-monitor-log-query`|Execute a KQL query against a Log Analytics workspace.|
3737
`azmcp-monitor-table-list`|List all tables in a Log Analytics workspace.|
3838
`azmcp-monitor-workspace-list`|List Log Analytics workspaces in a subscription.|
39+
`azmcp-search-index-describe`|Get the full definition of an Azure AI Search index.|
40+
`azmcp-search-index-list`|List all indexes in an Azure AI Search service.|
41+
`azmcp-search-index-query`|Query an Azure AI Search index.|
42+
`azmcp-search-service-list`|List all Azure AI Search services in a subscription.|
3943
`azmcp-storage-account-list`|List all Storage accounts in a subscription.|
4044
`azmcp-storage-blob-container-details`|Get detailed properties of a storage container including metadata, lease status, and access level.|
4145
`azmcp-storage-blob-container-list`|List all containers in a Storage account.|
@@ -360,6 +364,81 @@ Parameters|Type|Description
360364
`retry-network-timeout`|`string` *optional*|Network operation timeout in seconds. Operations taking longer than this will be cancelled.
361365
`tenant`|`string` *optional*|The Azure Active Directory tenant ID or name. This can be either the GUID identifier or the display name of your Azure AD tenant.
362366

367+
---
368+
#### Tool: **`azmcp-search-index-describe`**
369+
Get the full definition of an Azure AI Search index. Returns the complete index configuration including
370+
fields, analyzers, suggesters, scoring profiles, and other settings.
371+
372+
Required arguments:
373+
- service-name: The name of the Azure AI Search service
374+
- index-name: The name of the search index to retrieve
375+
Parameters|Type|Description
376+
-|-|-
377+
`index-name`|`string`|The name of the search index within the Azure AI Search service.
378+
`service-name`|`string`|The name of the Azure AI Search service (e.g., my-search-service).
379+
`auth-method`|`string` *optional*|Authentication method to use. Options: 'credential' (Azure CLI/managed identity), 'key' (access key), or 'connectionString'.
380+
`retry-delay`|`string` *optional*|Initial delay in seconds between retry attempts. For exponential backoff, this value is used as the base.
381+
`retry-max-delay`|`string` *optional*|Maximum delay in seconds between retries, regardless of the retry strategy.
382+
`retry-max-retries`|`string` *optional*|Maximum number of retry attempts for failed operations before giving up.
383+
`retry-mode`|`string` *optional*|Retry strategy to use. 'fixed' uses consistent delays, 'exponential' increases delay between attempts.
384+
`retry-network-timeout`|`string` *optional*|Network operation timeout in seconds. Operations taking longer than this will be cancelled.
385+
`tenant`|`string` *optional*|The Azure Active Directory tenant ID or name. This can be either the GUID identifier or the display name of your Azure AD tenant.
386+
387+
---
388+
#### Tool: **`azmcp-search-index-list`**
389+
List all indexes in an Azure AI Search service.
390+
391+
Required arguments:
392+
- service-name
393+
Parameters|Type|Description
394+
-|-|-
395+
`service-name`|`string`|The name of the Azure AI Search service (e.g., my-search-service).
396+
`auth-method`|`string` *optional*|Authentication method to use. Options: 'credential' (Azure CLI/managed identity), 'key' (access key), or 'connectionString'.
397+
`retry-delay`|`string` *optional*|Initial delay in seconds between retry attempts. For exponential backoff, this value is used as the base.
398+
`retry-max-delay`|`string` *optional*|Maximum delay in seconds between retries, regardless of the retry strategy.
399+
`retry-max-retries`|`string` *optional*|Maximum number of retry attempts for failed operations before giving up.
400+
`retry-mode`|`string` *optional*|Retry strategy to use. 'fixed' uses consistent delays, 'exponential' increases delay between attempts.
401+
`retry-network-timeout`|`string` *optional*|Network operation timeout in seconds. Operations taking longer than this will be cancelled.
402+
`tenant`|`string` *optional*|The Azure Active Directory tenant ID or name. This can be either the GUID identifier or the display name of your Azure AD tenant.
403+
404+
---
405+
#### Tool: **`azmcp-search-index-query`**
406+
Query an Azure AI Search index. Returns search results matching the specified query.
407+
408+
Required arguments:
409+
- service-name: The name of the Azure AI Search service
410+
- index-name: The name of the search index to query
411+
- query: The search text to query with
412+
Parameters|Type|Description
413+
-|-|-
414+
`index-name`|`string`|The name of the search index within the Azure AI Search service.
415+
`query`|`string`|The search query to execute against the Azure AI Search index.
416+
`service-name`|`string`|The name of the Azure AI Search service (e.g., my-search-service).
417+
`auth-method`|`string` *optional*|Authentication method to use. Options: 'credential' (Azure CLI/managed identity), 'key' (access key), or 'connectionString'.
418+
`retry-delay`|`string` *optional*|Initial delay in seconds between retry attempts. For exponential backoff, this value is used as the base.
419+
`retry-max-delay`|`string` *optional*|Maximum delay in seconds between retries, regardless of the retry strategy.
420+
`retry-max-retries`|`string` *optional*|Maximum number of retry attempts for failed operations before giving up.
421+
`retry-mode`|`string` *optional*|Retry strategy to use. 'fixed' uses consistent delays, 'exponential' increases delay between attempts.
422+
`retry-network-timeout`|`string` *optional*|Network operation timeout in seconds. Operations taking longer than this will be cancelled.
423+
`tenant`|`string` *optional*|The Azure Active Directory tenant ID or name. This can be either the GUID identifier or the display name of your Azure AD tenant.
424+
425+
---
426+
#### Tool: **`azmcp-search-service-list`**
427+
List all Azure AI Search services in a subscription.
428+
429+
Required arguments:
430+
- subscription
431+
Parameters|Type|Description
432+
-|-|-
433+
`subscription`|`string`|The Azure subscription ID or name. This can be either the GUID identifier or the display name of the Azure subscription to use.
434+
`auth-method`|`string` *optional*|Authentication method to use. Options: 'credential' (Azure CLI/managed identity), 'key' (access key), or 'connectionString'.
435+
`retry-delay`|`string` *optional*|Initial delay in seconds between retry attempts. For exponential backoff, this value is used as the base.
436+
`retry-max-delay`|`string` *optional*|Maximum delay in seconds between retries, regardless of the retry strategy.
437+
`retry-max-retries`|`string` *optional*|Maximum number of retry attempts for failed operations before giving up.
438+
`retry-mode`|`string` *optional*|Retry strategy to use. 'fixed' uses consistent delays, 'exponential' increases delay between attempts.
439+
`retry-network-timeout`|`string` *optional*|Network operation timeout in seconds. Operations taking longer than this will be cancelled.
440+
`tenant`|`string` *optional*|The Azure Active Directory tenant ID or name. This can be either the GUID identifier or the display name of your Azure AD tenant.
441+
363442
---
364443
#### Tool: **`azmcp-storage-account-list`**
365444
List all Storage accounts in a subscription. This command retrieves all Storage accounts available

prompts/mcp/readmes/circleci.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Tools provided by this Server|Short Description
2424
- This tool is part of a tool chain that generates and provides test cases for a prompt template.|
2525
`find_flaky_tests`|This tool retrieves information about flaky tests in a CircleCI project.|
2626
`get_build_failure_logs`|This tool helps debug CircleCI build failures by retrieving failure logs.|
27+
`get_job_test_results`|This tool retrieves test metadata for a CircleCI job.|
2728
`get_latest_pipeline_status`|This tool retrieves the status of the latest pipeline for a CircleCI project.|
2829
`recommend_prompt_template_tests`|About this tool:
2930
- This tool is part of a tool chain that generates and provides test cases for a prompt template.|
@@ -157,6 +158,54 @@ Parameters|Type|Description
157158
-|-|-
158159
`params`|`object`|
159160

161+
---
162+
#### Tool: **`get_job_test_results`**
163+
This tool retrieves test metadata for a CircleCI job.
164+
165+
PRIORITY USE CASE:
166+
- When asked "are tests passing in CI?" or similar questions about test status
167+
- When asked to "fix failed tests in CI" or help with CI test failures
168+
- Use this tool to check if tests are passing in CircleCI and identify failed tests
169+
170+
Common use cases:
171+
- Get test metadata for a specific job
172+
- Get test metadata for all jobs in a project
173+
- Get test metadata for a specific branch
174+
- Get test metadata for a specific pipeline
175+
- Get test metadata for a specific workflow
176+
- Get test metadata for a specific job
177+
178+
CRITICAL REQUIREMENTS:
179+
1. Truncation Handling (HIGHEST PRIORITY):
180+
- ALWAYS check for <MCPTruncationWarning> in the output
181+
- When present, you MUST start your response with:
182+
"WARNING: The test results have been truncated. Only showing the most recent entries. Some test data may not be visible."
183+
- Only proceed with test result analysis after acknowledging the truncation
184+
185+
Input options (EXACTLY ONE of these two options must be used):
186+
187+
Option 1 - Direct URL (provide ONE of these):
188+
- projectURL: The URL of the CircleCI job in any of these formats:
189+
* Job URL: https://app.circleci.com/pipelines/gh/organization/project/123/workflows/abc-def/jobs/789
190+
* Workflow URL: https://app.circleci.com/pipelines/gh/organization/project/123/workflows/abc-def
191+
* Pipeline URL: https://app.circleci.com/pipelines/gh/organization/project/123
192+
193+
Option 2 - Project Detection (ALL of these must be provided together):
194+
- workspaceRoot: The absolute path to the workspace root
195+
- gitRemoteURL: The URL of the git remote repository
196+
- branch: The name of the current branch
197+
198+
For simple test status checks (e.g., "are tests passing in CI?") or fixing failed tests, prefer Option 1 with a recent pipeline URL if available.
199+
200+
Additional Requirements:
201+
- Never call this tool with incomplete parameters
202+
- If using Option 1, the URL MUST be provided by the user - do not attempt to construct or guess URLs
203+
- If using Option 2, ALL THREE parameters (workspaceRoot, gitRemoteURL, branch) must be provided
204+
- If neither option can be fully satisfied, ask the user for the missing information before making the tool call
205+
Parameters|Type|Description
206+
-|-|-
207+
`params`|`object`|
208+
160209
---
161210
#### Tool: **`get_latest_pipeline_status`**
162211
This tool retrieves the status of the latest pipeline for a CircleCI project. It can be used to check pipeline status, get latest build status, or view current pipeline state.

prompts/mcp/readmes/hackle.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Tools provided by this Server|Short Description
3030
`in-app-message-list`|Fetches a paginated list of in-app messages with search functionality.|
3131
`push-message-detail`|Retrieves detailed information for a specific push message.|
3232
`push-message-list`|Fetches a paginated list of push messages with search functionality.|
33+
`remote-config-detail`|Fetch remote config detail.|
34+
`remote-config-list`|Fetch Remote Config list.|
3335
`retention-series`|Retrieves time-series data of user retention.|
3436
`stickiness-series`|Retrieves time-series data of user stickiness (return visit frequency).|
3537

@@ -118,6 +120,23 @@ Parameters|Type|Description
118120
`pageSize`|`number` *optional*|
119121
`searchKeyword`|`string` *optional*|name, description, or campaignKey of a push message.
120122

123+
---
124+
#### Tool: **`remote-config-detail`**
125+
Fetch remote config detail.
126+
Parameters|Type|Description
127+
-|-|-
128+
`remoteConfigId`|`number`|Remote config's id. You can get this information by using Remote Config List Tool.
129+
130+
---
131+
#### Tool: **`remote-config-list`**
132+
Fetch Remote Config list.
133+
Parameters|Type|Description
134+
-|-|-
135+
`pageNumber`|`number` *optional*|
136+
`pageSize`|`number` *optional*|
137+
`searchKeyword`|`string` *optional*|
138+
`status`|`string` *optional*|
139+
121140
---
122141
#### Tool: **`retention-series`**
123142
Retrieves time-series data of user retention. Available in daily, weekly, and monthly units.

prompts/mcp/readmes/redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Attribute|Details|
1111
**Docker Image**|[mcp/redis](https://hub.docker.com/repository/docker/mcp/redis)
1212
**Author**|[redis](https://github.com/redis)
1313
**Repository**|https://github.com/redis/mcp-redis
14-
**Dockerfile**|https://github.com/redis/mcp-redis/blob/main/Dockerfile
14+
**Dockerfile**|https://github.com/redis/mcp-redis/blob/refs/pull/8/merge/Dockerfile
1515
**Docker Image built by**|Docker Inc.
1616
**Docker Scout Health Score**| ![Docker Scout Health Score](https://api.scout.docker.com/v1/policy/insights/org-image-score/badge/mcp/redis)
1717
**Licence**|MIT License

prompts/mcp/redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ mcp:
1717
REDIS_CA_CERTS: "{{redis.ca_certs}}"
1818
REDIS_CLUSTER_MODE: "{{redis.cluster_mode}}"
1919
source:
20-
url: https://github.com/redis/mcp-redis/tree/main
20+
url: https://github.com/redis/mcp-redis/tree/refs/pull/8/merge
2121
---

0 commit comments

Comments
 (0)