Skip to content

Commit 0fe3b1b

Browse files
committed
Add Confluence/Jira
As per @Kostis-S-Z suggestion
1 parent 230e6d8 commit 0fe3b1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal/provider/mozilla_ai/data/registry.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
"name": "confluence_get_comments"
493493
},
494494
{
495-
"description": "Get content of a specific page",
495+
"description": "Get content of a specific Confluence page",
496496
"name": "confluence_get_page"
497497
},
498498
{
@@ -512,11 +512,11 @@
512512
"name": "confluence_search_user"
513513
},
514514
{
515-
"description": "Update an existing page",
515+
"description": "Update an existing Confluence page",
516516
"name": "confluence_update_page"
517517
},
518518
{
519-
"description": "Add a comment to an issue",
519+
"description": "Add a comment to a Jira issue",
520520
"name": "jira_add_comment"
521521
},
522522
{
@@ -616,11 +616,11 @@
616616
"name": "jira_search_fields"
617617
},
618618
{
619-
"description": "Transition an issue to a new status",
619+
"description": "Transition a Jira issue to a new status",
620620
"name": "jira_transition_issue"
621621
},
622622
{
623-
"description": "Update an existing issue",
623+
"description": "Update an existing Jira issue",
624624
"name": "jira_update_issue"
625625
},
626626
{

0 commit comments

Comments
 (0)