@guildai/cli 0.5.5 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/README.md +1 -1
  2. package/dist/commands/agent/chat.js +2 -1
  3. package/dist/commands/agent/clone.js +2 -1
  4. package/dist/commands/agent/code.js +2 -1
  5. package/dist/commands/agent/create.js +2 -1
  6. package/dist/commands/agent/fork.js +2 -1
  7. package/dist/commands/agent/get.js +2 -1
  8. package/dist/commands/agent/grep.js +2 -1
  9. package/dist/commands/agent/init.js +2 -1
  10. package/dist/commands/agent/list.js +2 -1
  11. package/dist/commands/agent/owners.js +2 -1
  12. package/dist/commands/agent/publish.js +2 -1
  13. package/dist/commands/agent/pull.js +2 -1
  14. package/dist/commands/agent/revalidate.js +2 -1
  15. package/dist/commands/agent/save.js +2 -1
  16. package/dist/commands/agent/search.js +2 -1
  17. package/dist/commands/agent/tags/add.js +2 -1
  18. package/dist/commands/agent/tags/list.js +2 -1
  19. package/dist/commands/agent/tags/remove.js +2 -1
  20. package/dist/commands/agent/tags/set.js +2 -1
  21. package/dist/commands/agent/test.js +2 -1
  22. package/dist/commands/agent/unpublish.js +2 -1
  23. package/dist/commands/agent/update.js +2 -1
  24. package/dist/commands/agent/versions.js +2 -1
  25. package/dist/commands/agent/workspaces.js +2 -1
  26. package/dist/commands/auth/login.js +2 -1
  27. package/dist/commands/auth/logout.js +2 -1
  28. package/dist/commands/auth/status.js +2 -1
  29. package/dist/commands/auth/token.js +2 -1
  30. package/dist/commands/chat.js +2 -1
  31. package/dist/commands/config/get.js +2 -1
  32. package/dist/commands/config/list.js +2 -1
  33. package/dist/commands/config/path.js +2 -1
  34. package/dist/commands/config/set.js +2 -1
  35. package/dist/commands/doctor.js +2 -1
  36. package/dist/commands/mcp.d.ts +3 -0
  37. package/dist/commands/mcp.js +34 -0
  38. package/dist/commands/session/create.js +2 -1
  39. package/dist/commands/session/events.js +2 -1
  40. package/dist/commands/session/get.js +2 -1
  41. package/dist/commands/session/list.js +2 -1
  42. package/dist/commands/session/send.js +2 -1
  43. package/dist/commands/session/tasks.js +2 -1
  44. package/dist/commands/setup.js +39 -1
  45. package/dist/commands/trigger/activate.js +2 -1
  46. package/dist/commands/trigger/create.js +2 -1
  47. package/dist/commands/trigger/deactivate.js +2 -1
  48. package/dist/commands/trigger/get.js +2 -1
  49. package/dist/commands/trigger/list.js +2 -1
  50. package/dist/commands/trigger/sessions.js +2 -1
  51. package/dist/commands/trigger/update.js +2 -1
  52. package/dist/commands/version.js +2 -1
  53. package/dist/commands/workspace/agent/add.js +2 -1
  54. package/dist/commands/workspace/agent/list.js +2 -1
  55. package/dist/commands/workspace/agent/remove.js +2 -1
  56. package/dist/commands/workspace/context/edit.js +2 -1
  57. package/dist/commands/workspace/context/get.js +2 -1
  58. package/dist/commands/workspace/context/list.js +2 -1
  59. package/dist/commands/workspace/context/publish.js +2 -1
  60. package/dist/commands/workspace/create.js +2 -1
  61. package/dist/commands/workspace/current.js +2 -1
  62. package/dist/commands/workspace/get.js +2 -1
  63. package/dist/commands/workspace/list.js +2 -1
  64. package/dist/commands/workspace/select.js +2 -1
  65. package/dist/components/AgentInstallPrompt.js +2 -1
  66. package/dist/components/SplashAnimation.js +2 -1
  67. package/dist/components/TaskView.js +2 -1
  68. package/dist/index.js +11 -4
  69. package/dist/lib/agent-helpers.js +2 -1
  70. package/dist/lib/alternate-screen.js +2 -1
  71. package/dist/lib/api-client.js +2 -1
  72. package/dist/lib/api-types.js +2 -1
  73. package/dist/lib/auth.js +2 -1
  74. package/dist/lib/braille-canvas.js +2 -1
  75. package/dist/lib/colors.js +2 -1
  76. package/dist/lib/config-cache.js +2 -1
  77. package/dist/lib/config.js +2 -1
  78. package/dist/lib/did-you-mean.js +2 -1
  79. package/dist/lib/errors.js +2 -1
  80. package/dist/lib/git.js +2 -1
  81. package/dist/lib/guild-config.js +2 -1
  82. package/dist/lib/iap.js +2 -1
  83. package/dist/lib/loading-messages.js +2 -1
  84. package/dist/lib/logo.js +2 -1
  85. package/dist/lib/lottie-renderer.js +2 -1
  86. package/dist/lib/lottie-serverside.js +2 -1
  87. package/dist/lib/markdown.js +2 -1
  88. package/dist/lib/npmrc.js +2 -1
  89. package/dist/lib/output-mode.js +2 -1
  90. package/dist/lib/output.js +2 -1
  91. package/dist/lib/owner-helpers.js +2 -1
  92. package/dist/lib/polling.js +2 -1
  93. package/dist/lib/progress.js +2 -1
  94. package/dist/lib/session-events.js +2 -1
  95. package/dist/lib/session-polling.js +2 -1
  96. package/dist/lib/session-resume.js +2 -1
  97. package/dist/lib/spinners.js +2 -1
  98. package/dist/lib/splash.js +2 -1
  99. package/dist/lib/stdin.js +2 -1
  100. package/dist/lib/svg-renderer.js +2 -1
  101. package/dist/lib/svg-to-braille.js +2 -1
  102. package/dist/lib/update-check.js +2 -1
  103. package/docs/skills/agent-dev.md +993 -0
  104. package/package.json +4 -2
@@ -561,6 +561,999 @@ await task.tools.slack_chat_post_message({
561
561
 
562
562
  **Only use methods and patterns that actually exist.**
563
563
 
564
+ <!-- BEGIN GENERATED TOOL CATALOG -->
565
+ <!-- Generated by: cli/scripts/generate-tool-catalog.sh -->
566
+ <!-- Do NOT edit manually — re-run the script after changing endpoints.txt -->
567
+
568
+ ### Available Service Tools (914 tools)
569
+
570
+ **CRITICAL: Only use tool names listed below.** If a tool isn't listed here, it doesn't exist. Do not guess tool names based on API patterns.
571
+
572
+ Use `pick()` to select specific tools:
573
+
574
+ ```typescript
575
+ const tools = {
576
+ ...pick(gitHubTools, ['github_repos_get', 'github_pulls_list']),
577
+ ...guildTools,
578
+ };
579
+ ```
580
+
581
+ #### Azure DevOps (`azure_devops_` prefix, 122 tools)
582
+
583
+ ```
584
+ azure_devops_builds_list — Gets a list of builds.
585
+ azure_devops_builds_queue — Queues a build
586
+ azure_devops_builds_update_builds — Updates multiple builds.
587
+ azure_devops_builds_get — Gets a build
588
+ azure_devops_builds_update_build — Updates a build.
589
+ azure_devops_builds_delete — Deletes a build.
590
+ azure_devops_artifacts_list — Gets all artifacts for a build.
591
+ azure_devops_artifacts_create — Associates an artifact with a build.
592
+ azure_devops_builds_get_build_changes — Gets the changes associated with a build
593
+ azure_devops_builds_get_build_logs — Gets the logs for a build.
594
+ azure_devops_builds_get_build_log — Gets an individual log file for a build.
595
+ azure_devops_stages_update — Update a build stage
596
+ azure_devops_timeline_get — Gets details for a build
597
+ azure_devops_definitions_list — Gets a list of definitions.
598
+ azure_devops_definitions_create — Creates a new definition.
599
+ azure_devops_definitions_get — Gets a definition, optionally at a specific revision.
600
+ azure_devops_definitions_update — Updates an existing build definition. In order for this operation to succeed, the value of the "Revision" property of the request body must match the existing build definition's. It is recommended that you obtain the existing build definition by using GET, modify the build definition as necessary, and then submit the modified definition with PUT.
601
+ azure_devops_definitions_restore_definition — Restores a deleted definition
602
+ azure_devops_definitions_delete — Deletes a definition and all associated builds.
603
+ azure_devops_policy_configurations_get — Retrieve a list of policy configurations by a given set of scope/filtering criteria.
604
+ azure_devops_pull_requests_get_pull_requests_by_project — Retrieve all pull requests matching a specified criteria.
605
+ azure_devops_pull_requests_get_pull_request_by_id — Retrieve a pull request.
606
+ azure_devops_repositories_list — Retrieve git repositories.
607
+ azure_devops_repositories_create — Create a git repository in a team project.
608
+ azure_devops_repositories_get_repository — Retrieve a git repository.
609
+ azure_devops_repositories_update — Updates the Git repository with either a new repo name or a new default branch.
610
+ azure_devops_repositories_delete — Delete a git repository
611
+ azure_devops_commits_get_push_commits — Retrieve a list of commits associated with a particular push.
612
+ azure_devops_commits_get — Retrieve a particular commit.
613
+ azure_devops_commits_get_changes — Retrieve changes for a particular commit.
614
+ azure_devops_statuses_list — Get statuses associated with the Git commit.
615
+ azure_devops_statuses_create — Create Git commit status.
616
+ azure_devops_commits_get_commits_batch — Retrieve git commits for a project matching the search criteria
617
+ azure_devops_items_list — Get Item Metadata and/or Content for a collection of items. The download parameter is to indicate whether the content should be available as a download or just sent as a stream in the response. Doesn't apply to zipped content which is always returned as a download.
618
+ azure_devops_items_get_items_batch — Retrieves a batch of items in a repo / project for a given list of paths or a long path
619
+ azure_devops_pull_requests_get_pull_requests — Retrieve all pull requests matching a specified criteria.
620
+ azure_devops_pull_requests_create — Create a pull request.
621
+ azure_devops_pull_requests_get_pull_request — Retrieve a pull request.
622
+ azure_devops_pull_requests_update — Update a pull request
623
+ azure_devops_pull_request_statuses_list — Get all the statuses associated with a pull request.
624
+ azure_devops_pull_request_statuses_create — Create a pull request status.
625
+ azure_devops_pull_request_statuses_update — Update pull request statuses collection. The only supported operation type is `remove`.
626
+ azure_devops_pull_request_statuses_get — Get the specific pull request status by ID. The status ID is unique within the pull request across all iterations.
627
+ azure_devops_pull_request_statuses_delete — Delete pull request status.
628
+ azure_devops_refs_list — Queries the provided repository for its refs and returns them.
629
+ azure_devops_refs_update_refs — Creating, updating, or deleting refs(branches).
630
+ azure_devops_refs_update_ref — Lock or Unlock a branch.
631
+ azure_devops_stats_list — Retrieve statistics about all branches within a repository.
632
+ azure_devops_pipelines_list — Get a list of pipelines.
633
+ azure_devops_pipelines_create — Create a pipeline.
634
+ azure_devops_pipelines_get — Gets a pipeline, optionally at the specified version
635
+ azure_devops_runs_list — Gets top 10000 runs for a particular pipeline.
636
+ azure_devops_runs_run_pipeline — Runs a pipeline.
637
+ azure_devops_runs_get — Gets a run for a particular pipeline.
638
+ azure_devops_artifacts_get — Get a specific artifact from a pipeline run
639
+ azure_devops_logs_list — Get a list of logs from a pipeline run.
640
+ azure_devops_logs_get — Get a specific log from a pipeline run
641
+ azure_devops_attachments_create — Uploads an attachment.
642
+ azure_devops_attachments_get — Downloads an attachment.
643
+ azure_devops_attachments_upload_chunk — Uploads an attachment chunk.
644
+ azure_devops_fields_list — Returns information for all fields. The project ID/name parameter is optional.
645
+ azure_devops_fields_create — Create a new field.
646
+ azure_devops_fields_get — Gets information on a specific field.
647
+ azure_devops_fields_update — Update a field.
648
+ azure_devops_fields_delete — Deletes the field. To undelete a filed, see "Update Field" API.
649
+ azure_devops_queries_list — Gets the root queries and their children
650
+ azure_devops_queries_get — Retrieves an individual query and its children
651
+ azure_devops_queries_create — Creates a query, or moves a query.
652
+ azure_devops_queries_update — Update a query or a folder. This allows you to update, rename and move queries and folders.
653
+ azure_devops_queries_delete — Delete a query or a folder. This deletes any permission change on the deleted query or folder and any of its descendants if it is a folder. It is important to note that the deleted permission changes cannot be recovered upon undeleting the query or folder.
654
+ azure_devops_work_items_list — Returns a list of work items (Maximum 200)
655
+ azure_devops_work_items_get_work_item_template — Returns a single work item from a template.
656
+ azure_devops_work_items_create — Creates a single work item.
657
+ azure_devops_work_items_get_work_item — Returns a single work item.
658
+ azure_devops_work_items_update — Updates a single work item.
659
+ azure_devops_work_items_delete — Deletes the specified work item and sends it to the Recycle Bin, so that it can be restored back, if required. Optionally, if the destroy parameter has been set to true, it destroys the work item permanently. WARNING: If the destroy parameter is set to true, work items deleted by this command will NOT go to recycle-bin and there is no way to restore/recover them after deletion. It is recommended NOT to use this parameter. If you do, please use this parameter with extreme caution.
660
+ azure_devops_work_items_get_work_items_batch — Gets work items for a list of work item ids (Maximum 200)
661
+ azure_devops_work_item_types_list — Returns the list of work item types
662
+ azure_devops_work_item_types_get — Returns a work item type definition.
663
+ azure_devops_approvals_query — List Approvals. This can be used to get a set of pending approvals in a pipeline, on an user or for a resource..
664
+ azure_devops_approvals_update — Update approvals.
665
+ azure_devops_approvals_get — Get an approval.
666
+ azure_devops_check_configurations_list — Get Check configuration by resource type and id
667
+ azure_devops_check_configurations_add — Add a check configuration
668
+ azure_devops_check_configurations_get — Get Check configuration by Id
669
+ azure_devops_check_configurations_update — Update check configuration
670
+ azure_devops_check_configurations_delete — Delete check configuration by id
671
+ azure_devops_check_configurations_query — Get check configurations for multiple resources by resource type and id.
672
+ azure_devops_check_evaluations_evaluate — Initiate an evaluation for a check in a pipeline
673
+ azure_devops_check_evaluations_get — Get details for a specific check evaluation
674
+ azure_devops_environments_list — Get all environments.
675
+ azure_devops_environments_add — Create an environment.
676
+ azure_devops_environments_get — Get an environment by its ID.
677
+ azure_devops_environments_update — Update the specified environment.
678
+ azure_devops_environments_delete — Delete the specified environment.
679
+ azure_devops_environmentdeploymentrecords_list — Get environment deployment execution history
680
+ azure_devops_pools_get_agent_pools_by_ids — Get a list of agent pools.
681
+ azure_devops_pools_add — Create an agent pool.
682
+ azure_devops_pools_get — Get information about an agent pool.
683
+ azure_devops_pools_update — Update properties on an agent pool
684
+ azure_devops_pools_delete — Delete an agent pool.
685
+ azure_devops_agents_list — Get a list of agents.
686
+ azure_devops_agents_add — Adds an agent to a pool. You probably don't want to call this endpoint directly. Instead, [configure an agent](https://docs.microsoft.com/azure/devops/pipelines/agents/agents) using the agent download package.
687
+ azure_devops_agents_get_pool_permission — Get Permissions on Pool.
688
+ azure_devops_agents_replace_agent — Replace an agent. You probably don't want to call this endpoint directly. Instead, [use the agent configuration script](https://docs.microsoft.com/azure/devops/pipelines/agents/agents) to remove and reconfigure an agent from your organization.
689
+ azure_devops_agents_update — Update agent details.
690
+ azure_devops_agents_delete — Delete an agent. You probably don't want to call this endpoint directly. Instead, [use the agent configuration script](https://docs.microsoft.com/azure/devops/pipelines/agents/agents) to remove an agent from your organization.
691
+ azure_devops_variablegroups_add — Add a variable group.
692
+ azure_devops_variablegroups_share_variable_group — Add a variable group.
693
+ azure_devops_variablegroups_update — Update a variable group.
694
+ azure_devops_variablegroups_delete — Delete a variable group
695
+ azure_devops_deploymentgroups_list — Get a list of deployment groups by name or IDs.
696
+ azure_devops_deploymentgroups_add — Create a deployment group.
697
+ azure_devops_deploymentgroups_get — Get a deployment group by its ID.
698
+ azure_devops_deploymentgroups_update — Update a deployment group.
699
+ azure_devops_deploymentgroups_delete — Delete a deployment group.
700
+ azure_devops_targets_list — Get a list of deployment targets in a deployment group.
701
+ azure_devops_targets_update — Update tags of a list of deployment targets in a deployment group.
702
+ azure_devops_targets_get — Get a deployment target by its ID in a deployment group
703
+ azure_devops_targets_delete — Delete a deployment target in a deployment group. This deletes the agent from associated deployment pool too.
704
+ azure_devops_variablegroups_get_variable_groups_by_id — Get variable groups by ids.
705
+ azure_devops_variablegroups_get — Get a variable group.
706
+ ```
707
+
708
+ #### Bitbucket (`bitbucket_` prefix, 91 tools)
709
+
710
+ ```
711
+ bitbucket_get_repositories_workspace — List repositories in a workspace
712
+ bitbucket_get_repositories_workspace_repo_slug — Get a repository
713
+ bitbucket_post_repositories_workspace_repo_slug — Create a repository
714
+ bitbucket_put_repositories_workspace_repo_slug — Update a repository
715
+ bitbucket_delete_repositories_workspace_repo_slug — Delete a repository
716
+ bitbucket_get_repositories_workspace_repo_slug_branch_restrictions — List branch restrictions
717
+ bitbucket_post_repositories_workspace_repo_slug_branch_restrictions — Create a branch restriction rule
718
+ bitbucket_get_repositories_workspace_repo_slug_branch_restrictions_id — Get a branch restriction rule
719
+ bitbucket_put_repositories_workspace_repo_slug_branch_restrictions_id — Update a branch restriction rule
720
+ bitbucket_delete_repositories_workspace_repo_slug_branch_restrictions_id — Delete a branch restriction rule
721
+ bitbucket_get_repositories_workspace_repo_slug_branching_model — Get the branching model for a repository
722
+ bitbucket_get_repositories_workspace_repo_slug_branching_model_settings — Get the branching model config for a repository
723
+ bitbucket_put_repositories_workspace_repo_slug_branching_model_settings — Update the branching model config for a repository
724
+ bitbucket_get_repositories_workspace_repo_slug_commit_commit — Get a commit
725
+ bitbucket_get_repositories_workspace_repo_slug_commit_commit_comments — List a commit's comments
726
+ bitbucket_post_repositories_workspace_repo_slug_commit_commit_comments — Create comment for a commit
727
+ bitbucket_get_repositories_workspace_repo_slug_commit_commit_comments_comment_id — Get a commit comment
728
+ bitbucket_put_repositories_workspace_repo_slug_commit_commit_comments_comment_id — Update a commit comment
729
+ bitbucket_delete_repositories_workspace_repo_slug_commit_commit_comments_comment_id — Delete a commit comment
730
+ bitbucket_get_repositories_workspace_repo_slug_commit_commit_statuses — List commit statuses for a commit
731
+ bitbucket_get_repositories_workspace_repo_slug_commits — List commits
732
+ bitbucket_post_repositories_workspace_repo_slug_commits — List commits with include/exclude
733
+ bitbucket_get_repositories_workspace_repo_slug_default_reviewers — List default reviewers
734
+ bitbucket_get_repositories_workspace_repo_slug_default_reviewers_target_username — Get a default reviewer
735
+ bitbucket_put_repositories_workspace_repo_slug_default_reviewers_target_username — Add a user to the default reviewers
736
+ bitbucket_delete_repositories_workspace_repo_slug_default_reviewers_target_username — Remove a user from the default reviewers
737
+ bitbucket_get_repositories_workspace_repo_slug_diff_spec — Compare two commits
738
+ bitbucket_get_repositories_workspace_repo_slug_diffstat_spec — Compare two commit diff stats
739
+ bitbucket_get_repositories_workspace_repo_slug_filehistory_commit_path — List commits that modified a file
740
+ bitbucket_get_repositories_workspace_repo_slug_hooks — List webhooks for a repository
741
+ bitbucket_post_repositories_workspace_repo_slug_hooks — Create a webhook for a repository
742
+ bitbucket_get_repositories_workspace_repo_slug_hooks_uid — Get a webhook for a repository
743
+ bitbucket_put_repositories_workspace_repo_slug_hooks_uid — Update a webhook for a repository
744
+ bitbucket_delete_repositories_workspace_repo_slug_hooks_uid — Delete a webhook for a repository
745
+ bitbucket_get_repositories_workspace_repo_slug_issues — List issues
746
+ bitbucket_post_repositories_workspace_repo_slug_issues — Create an issue
747
+ bitbucket_get_repositories_workspace_repo_slug_issues_issue_id — Get an issue
748
+ bitbucket_put_repositories_workspace_repo_slug_issues_issue_id — Update an issue
749
+ bitbucket_delete_repositories_workspace_repo_slug_issues_issue_id — Delete an issue
750
+ bitbucket_get_repositories_workspace_repo_slug_issues_issue_id_attachments — List attachments for an issue
751
+ bitbucket_post_repositories_workspace_repo_slug_issues_issue_id_attachments — Upload an attachment to an issue
752
+ bitbucket_get_repositories_workspace_repo_slug_issues_issue_id_attachments_path — Get attachment for an issue
753
+ bitbucket_delete_repositories_workspace_repo_slug_issues_issue_id_attachments_path — Delete an attachment for an issue
754
+ bitbucket_get_repositories_workspace_repo_slug_issues_issue_id_comments — List comments on an issue
755
+ bitbucket_post_repositories_workspace_repo_slug_issues_issue_id_comments — Create a comment on an issue
756
+ bitbucket_get_repositories_workspace_repo_slug_issues_issue_id_comments_comment_id — Get a comment on an issue
757
+ bitbucket_put_repositories_workspace_repo_slug_issues_issue_id_comments_comment_id — Update a comment on an issue
758
+ bitbucket_delete_repositories_workspace_repo_slug_issues_issue_id_comments_comment_id — Delete a comment on an issue
759
+ bitbucket_get_repositories_workspace_repo_slug_issues_issue_id_vote — Check if current user voted for an issue
760
+ bitbucket_put_repositories_workspace_repo_slug_issues_issue_id_vote — Vote for an issue
761
+ bitbucket_delete_repositories_workspace_repo_slug_issues_issue_id_vote — Remove vote for an issue
762
+ bitbucket_get_repositories_workspace_repo_slug_issues_issue_id_watch — Check if current user is watching a issue
763
+ bitbucket_put_repositories_workspace_repo_slug_issues_issue_id_watch — Watch an issue
764
+ bitbucket_delete_repositories_workspace_repo_slug_issues_issue_id_watch — Stop watching an issue
765
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests — List pull requests
766
+ bitbucket_post_repositories_workspace_repo_slug_pullrequests — Create a pull request
767
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_activity — List a pull request activity log
768
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id — Get a pull request
769
+ bitbucket_put_repositories_workspace_repo_slug_pullrequests_pull_request_id — Update a pull request
770
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id_activity — List a pull request activity log
771
+ bitbucket_post_repositories_workspace_repo_slug_pullrequests_pull_request_id_approve — Approve a pull request
772
+ bitbucket_delete_repositories_workspace_repo_slug_pullrequests_pull_request_id_approve — Unapprove a pull request
773
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id_comments — List comments on a pull request
774
+ bitbucket_post_repositories_workspace_repo_slug_pullrequests_pull_request_id_comments — Create a comment on a pull request
775
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id_comments_comment_id — Get a comment on a pull request
776
+ bitbucket_put_repositories_workspace_repo_slug_pullrequests_pull_request_id_comments_comment_id — Update a comment on a pull request
777
+ bitbucket_delete_repositories_workspace_repo_slug_pullrequests_pull_request_id_comments_comment_id — Delete a comment on a pull request
778
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id_commits — List commits on a pull request
779
+ bitbucket_post_repositories_workspace_repo_slug_pullrequests_pull_request_id_decline — Decline a pull request
780
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id_diff — List changes in a pull request
781
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id_diffstat — Get the diff stat for a pull request
782
+ bitbucket_post_repositories_workspace_repo_slug_pullrequests_pull_request_id_merge — Merge a pull request
783
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id_patch — Get the patch for a pull request
784
+ bitbucket_post_repositories_workspace_repo_slug_pullrequests_pull_request_id_request_changes — Request changes for a pull request
785
+ bitbucket_delete_repositories_workspace_repo_slug_pullrequests_pull_request_id_request_changes — Remove change request for a pull request
786
+ bitbucket_get_repositories_workspace_repo_slug_pullrequests_pull_request_id_statuses — List commit statuses for a pull request
787
+ bitbucket_get_repositories_workspace_repo_slug_refs_branches — List open branches
788
+ bitbucket_post_repositories_workspace_repo_slug_refs_branches — Create a branch
789
+ bitbucket_get_repositories_workspace_repo_slug_refs_branches_name — Get a branch
790
+ bitbucket_delete_repositories_workspace_repo_slug_refs_branches_name — Delete a branch
791
+ bitbucket_get_repositories_workspace_repo_slug_src — Get the root directory of the main branch
792
+ bitbucket_post_repositories_workspace_repo_slug_src — Create a commit by uploading a file
793
+ bitbucket_get_repositories_workspace_repo_slug_src_commit_path — Get file or directory contents
794
+ bitbucket_get_workspaces — List workspaces for user
795
+ bitbucket_get_workspaces_workspace — Get a workspace
796
+ bitbucket_get_workspaces_workspace_members — List users in a workspace
797
+ bitbucket_get_workspaces_workspace_projects — List projects in a workspace
798
+ bitbucket_post_workspaces_workspace_projects — Create a project in a workspace
799
+ bitbucket_get_workspaces_workspace_projects_project_key — Get a project for a workspace
800
+ bitbucket_put_workspaces_workspace_projects_project_key — Update a project for a workspace
801
+ bitbucket_delete_workspaces_workspace_projects_project_key — Delete a project for a workspace
802
+ ```
803
+
804
+ #### Confluence (`confluence_` prefix, 212 tools)
805
+
806
+ ```
807
+ confluence_get_admin_key — Get Admin Key
808
+ confluence_enable_admin_key — Enable Admin Key
809
+ confluence_disable_admin_key — Disable Admin Key
810
+ confluence_get_attachments — Get attachments
811
+ confluence_get_attachment_by_id — Get attachment by id
812
+ confluence_delete_attachment — Delete attachment
813
+ confluence_get_attachment_labels — Get labels for attachment
814
+ confluence_get_attachment_operations — Get permitted operations for attachment
815
+ confluence_get_attachment_content_properties — Get content properties for attachment
816
+ confluence_create_attachment_property — Create content property for attachment
817
+ confluence_get_attachment_content_properties_by_id — Get content property for attachment by id
818
+ confluence_update_attachment_property_by_id — Update content property for attachment by id
819
+ confluence_delete_attachment_property_by_id — Delete content property for attachment by id
820
+ confluence_get_attachment_versions — Get attachment versions
821
+ confluence_get_attachment_version_details — Get version details for attachment version
822
+ confluence_get_attachment_comments — Get attachment comments
823
+ confluence_get_blog_posts — Get blog posts
824
+ confluence_create_blog_post — Create blog post
825
+ confluence_get_blog_post_by_id — Get blog post by id
826
+ confluence_update_blog_post — Update blog post
827
+ confluence_delete_blog_post — Delete blog post
828
+ confluence_get_blogpost_attachments — Get attachments for blog post
829
+ confluence_get_custom_content_by_type_in_blog_post — Get custom content by type in blog post
830
+ confluence_get_blog_post_labels — Get labels for blog post
831
+ confluence_get_blog_post_like_count — Get like count for blog post
832
+ confluence_get_blog_post_like_users — Get account IDs of likes for blog post
833
+ confluence_get_blogpost_content_properties — Get content properties for blog post
834
+ confluence_create_blogpost_property — Create content property for blog post
835
+ confluence_get_blogpost_content_properties_by_id — Get content property for blog post by id
836
+ confluence_update_blogpost_property_by_id — Update content property for blog post by id
837
+ confluence_delete_blogpost_property_by_id — Delete content property for blogpost by id
838
+ confluence_get_blog_post_operations — Get permitted operations for blog post
839
+ confluence_get_blog_post_versions — Get blog post versions
840
+ confluence_get_blog_post_version_details — Get version details for blog post version
841
+ confluence_convert_content_ids_to_content_types — Convert content ids to content types
842
+ confluence_get_custom_content_by_type — Get custom content by type
843
+ confluence_create_custom_content — Create custom content
844
+ confluence_get_custom_content_by_id — Get custom content by id
845
+ confluence_update_custom_content — Update custom content
846
+ confluence_delete_custom_content — Delete custom content
847
+ confluence_get_custom_content_attachments — Get attachments for custom content
848
+ confluence_get_custom_content_comments — Get custom content comments
849
+ confluence_get_custom_content_labels — Get labels for custom content
850
+ confluence_get_custom_content_operations — Get permitted operations for custom content
851
+ confluence_get_custom_content_content_properties — Get content properties for custom content
852
+ confluence_create_custom_content_property — Create content property for custom content
853
+ confluence_get_custom_content_content_properties_by_id — Get content property for custom content by id
854
+ confluence_update_custom_content_property_by_id — Update content property for custom content by id
855
+ confluence_delete_custom_content_property_by_id — Delete content property for custom content by id
856
+ confluence_get_labels — Get labels
857
+ confluence_get_label_attachments — Get attachments for label
858
+ confluence_get_label_blog_posts — Get blog posts for label
859
+ confluence_get_label_pages — Get pages for label
860
+ confluence_get_pages — Get pages
861
+ confluence_create_page — Create page
862
+ confluence_get_page_by_id — Get page by id
863
+ confluence_update_page — Update page
864
+ confluence_delete_page — Delete page
865
+ confluence_get_page_attachments — Get attachments for page
866
+ confluence_get_custom_content_by_type_in_page — Get custom content by type in page
867
+ confluence_get_page_labels — Get labels for page
868
+ confluence_get_page_like_count — Get like count for page
869
+ confluence_get_page_like_users — Get account IDs of likes for page
870
+ confluence_get_page_operations — Get permitted operations for page
871
+ confluence_get_page_content_properties — Get content properties for page
872
+ confluence_create_page_property — Create content property for page
873
+ confluence_get_page_content_properties_by_id — Get content property for page by id
874
+ confluence_update_page_property_by_id — Update content property for page by id
875
+ confluence_delete_page_property_by_id — Delete content property for page by id
876
+ confluence_post_redact_page — Redact Content in a Confluence Page
877
+ confluence_post_redact_blog — Redact Content in a Confluence Blog Post
878
+ confluence_update_page_title — Update page title
879
+ confluence_get_page_versions — Get page versions
880
+ confluence_create_whiteboard — Create whiteboard
881
+ confluence_get_whiteboard_by_id — Get whiteboard by id
882
+ confluence_delete_whiteboard — Delete whiteboard
883
+ confluence_get_whiteboard_content_properties — Get content properties for whiteboard
884
+ confluence_create_whiteboard_property — Create content property for whiteboard
885
+ confluence_get_whiteboard_content_properties_by_id — Get content property for whiteboard by id
886
+ confluence_update_whiteboard_property_by_id — Update content property for whiteboard by id
887
+ confluence_delete_whiteboard_property_by_id — Delete content property for whiteboard by id
888
+ confluence_get_whiteboard_operations — Get permitted operations for a whiteboard
889
+ confluence_get_whiteboard_direct_children — Get direct children of a whiteboard
890
+ confluence_get_whiteboard_descendants — Get descendants of a whiteboard
891
+ confluence_get_whiteboard_ancestors — Get all ancestors of whiteboard
892
+ confluence_create_database — Create database
893
+ confluence_get_database_by_id — Get database by id
894
+ confluence_delete_database — Delete database
895
+ confluence_get_database_content_properties — Get content properties for database
896
+ confluence_create_database_property — Create content property for database
897
+ confluence_get_database_content_properties_by_id — Get content property for database by id
898
+ confluence_update_database_property_by_id — Update content property for database by id
899
+ confluence_delete_database_property_by_id — Delete content property for database by id
900
+ confluence_get_database_operations — Get permitted operations for a database
901
+ confluence_get_database_direct_children — Get direct children of a database
902
+ confluence_get_database_descendants — Get descendants of a database
903
+ confluence_get_database_ancestors — Get all ancestors of database
904
+ confluence_create_smart_link — Create Smart Link in the content tree
905
+ confluence_get_smart_link_by_id — Get Smart Link in the content tree by id
906
+ confluence_delete_smart_link — Delete Smart Link in the content tree
907
+ confluence_get_smart_link_content_properties — Get content properties for Smart Link in the content tree
908
+ confluence_create_smart_link_property — Create content property for Smart Link in the content tree
909
+ confluence_get_smart_link_content_properties_by_id — Get content property for Smart Link in the content tree by id
910
+ confluence_update_smart_link_property_by_id — Update content property for Smart Link in the content tree by id
911
+ confluence_delete_smart_link_property_by_id — Delete content property for Smart Link in the content tree by id
912
+ confluence_get_smart_link_operations — Get permitted operations for a Smart Link in the content tree
913
+ confluence_get_smart_link_direct_children — Get direct children of a Smart Link
914
+ confluence_get_smart_link_descendants — Get descendants of a smart link
915
+ confluence_get_smart_link_ancestors — Get all ancestors of Smart Link in content tree
916
+ confluence_create_folder — Create folder
917
+ confluence_get_folder_by_id — Get folder by id
918
+ confluence_delete_folder — Delete folder
919
+ confluence_get_folder_content_properties — Get content properties for folder
920
+ confluence_create_folder_property — Create content property for folder
921
+ confluence_get_folder_content_properties_by_id — Get content property for folder by id
922
+ confluence_update_folder_property_by_id — Update content property for folder by id
923
+ confluence_delete_folder_property_by_id — Delete content property for folder by id
924
+ confluence_get_folder_operations — Get permitted operations for a folder
925
+ confluence_get_folder_direct_children — Get direct children of a folder
926
+ confluence_get_folder_descendants — Get descendants of folder
927
+ confluence_get_folder_ancestors — Get all ancestors of folder
928
+ confluence_get_page_version_details — Get version details for page version
929
+ confluence_get_custom_content_versions — Get custom content versions
930
+ confluence_get_custom_content_version_details — Get version details for custom content version
931
+ confluence_get_spaces — Get spaces
932
+ confluence_create_space — Create space
933
+ confluence_get_space_by_id — Get space by id
934
+ confluence_get_blog_posts_in_space — Get blog posts in space
935
+ confluence_get_space_labels — Get labels for space
936
+ confluence_get_space_content_labels — Get labels for space content
937
+ confluence_get_custom_content_by_type_in_space — Get custom content by type in space
938
+ confluence_get_space_operations — Get permitted operations for space
939
+ confluence_get_pages_in_space — Get pages in space
940
+ confluence_get_space_properties — Get space properties in space
941
+ confluence_create_space_property — Create space property in space
942
+ confluence_get_space_property_by_id — Get space property by id
943
+ confluence_update_space_property_by_id — Update space property by id
944
+ confluence_delete_space_property_by_id — Delete space property by id
945
+ confluence_get_space_permissions_assignments — Get space permissions assignments
946
+ confluence_get_available_space_permissions — Get available space permissions
947
+ confluence_get_available_space_roles — Get available space roles
948
+ confluence_create_space_role — Create a space role
949
+ confluence_get_space_roles_by_id — Get space role by ID
950
+ confluence_update_space_role — Update a space role
951
+ confluence_delete_space_role — Delete a space role
952
+ confluence_get_space_role_mode — Get space role mode
953
+ confluence_get_space_role_assignments — Get space role assignments
954
+ confluence_set_space_role_assignments — Set space role assignments
955
+ confluence_get_page_footer_comments — Get footer comments for page
956
+ confluence_get_page_inline_comments — Get inline comments for page
957
+ confluence_get_blog_post_footer_comments — Get footer comments for blog post
958
+ confluence_get_blog_post_inline_comments — Get inline comments for blog post
959
+ confluence_get_footer_comments — Get footer comments
960
+ confluence_create_footer_comment — Create footer comment
961
+ confluence_get_footer_comment_by_id — Get footer comment by id
962
+ confluence_update_footer_comment — Update footer comment
963
+ confluence_delete_footer_comment — Delete footer comment
964
+ confluence_get_footer_comment_children — Get children footer comments
965
+ confluence_get_footer_like_count — Get like count for footer comment
966
+ confluence_get_footer_like_users — Get account IDs of likes for footer comment
967
+ confluence_get_footer_comment_operations — Get permitted operations for footer comment
968
+ confluence_get_footer_comment_versions — Get footer comment versions
969
+ confluence_get_footer_comment_version_details — Get version details for footer comment version
970
+ confluence_get_inline_comments — Get inline comments
971
+ confluence_create_inline_comment — Create inline comment
972
+ confluence_get_inline_comment_by_id — Get inline comment by id
973
+ confluence_update_inline_comment — Update inline comment
974
+ confluence_delete_inline_comment — Delete inline comment
975
+ confluence_get_inline_comment_children — Get children inline comments
976
+ confluence_get_inline_like_count — Get like count for inline comment
977
+ confluence_get_inline_like_users — Get account IDs of likes for inline comment
978
+ confluence_get_inline_comment_operations — Get permitted operations for inline comment
979
+ confluence_get_inline_comment_versions — Get inline comment versions
980
+ confluence_get_inline_comment_version_details — Get version details for inline comment version
981
+ confluence_get_comment_content_properties — Get content properties for comment
982
+ confluence_create_comment_property — Create content property for comment
983
+ confluence_get_comment_content_properties_by_id — Get content property for comment by id
984
+ confluence_update_comment_property_by_id — Update content property for comment by id
985
+ confluence_delete_comment_property_by_id — Delete content property for comment by id
986
+ confluence_get_tasks — Get tasks
987
+ confluence_get_task_by_id — Get task by id
988
+ confluence_update_task — Update task
989
+ confluence_get_child_pages — Get child pages
990
+ confluence_get_child_custom_content — Get child custom content
991
+ confluence_get_page_direct_children — Get direct children of a page
992
+ confluence_get_page_ancestors — Get all ancestors of page
993
+ confluence_get_page_descendants — Get descendants of page
994
+ confluence_create_bulk_user_lookup — Create bulk user lookup using ids
995
+ confluence_check_access_by_email — Check site access for a list of emails
996
+ confluence_invite_by_email — Invite a list of emails to the site
997
+ confluence_get_data_policy_metadata — Get data policy metadata for the workspace
998
+ confluence_get_data_policy_spaces — Get spaces with data policies
999
+ confluence_get_classification_levels — Get list of classification levels
1000
+ confluence_get_space_default_classification_level — Get space default classification level
1001
+ confluence_put_space_default_classification_level — Update space default classification level
1002
+ confluence_delete_space_default_classification_level — Delete space default classification level
1003
+ confluence_get_page_classification_level — Get page classification level
1004
+ confluence_put_page_classification_level — Update page classification level
1005
+ confluence_post_page_classification_level — Reset page classification level
1006
+ confluence_get_blog_post_classification_level — Get blog post classification level
1007
+ confluence_put_blog_post_classification_level — Update blog post classification level
1008
+ confluence_post_blog_post_classification_level — Reset blog post classification level
1009
+ confluence_get_whiteboard_classification_level — Get whiteboard classification level
1010
+ confluence_put_whiteboard_classification_level — Update whiteboard classification level
1011
+ confluence_post_whiteboard_classification_level — Reset whiteboard classification level
1012
+ confluence_get_database_classification_level — Get database classification level
1013
+ confluence_put_database_classification_level — Update database classification level
1014
+ confluence_post_database_classification_level — Reset database classification level
1015
+ confluence_get_forge_app_properties — Get Forge app properties.
1016
+ confluence_get_forge_app_property — Get a Forge app property by key.
1017
+ confluence_put_forge_app_property — Create or update a Forge app property.
1018
+ confluence_delete_forge_app_property — Deletes a Forge app property.
1019
+ ```
1020
+
1021
+ #### Figma (`figma_` prefix, 46 tools)
1022
+
1023
+ ```
1024
+ figma_get_file — Get file JSON
1025
+ figma_get_file_nodes — Get file JSON for specific nodes
1026
+ figma_get_images — Render images of file nodes
1027
+ figma_get_image_fills — Get image fills
1028
+ figma_get_file_meta — Get file metadata
1029
+ figma_get_team_projects — Get projects in a team
1030
+ figma_get_project_files — Get files in a project
1031
+ figma_get_file_versions — Get versions of a file
1032
+ figma_get_comments — Get comments in a file
1033
+ figma_post_comment — Add a comment to a file
1034
+ figma_delete_comment — Delete a comment
1035
+ figma_get_comment_reactions — Get reactions for a comment
1036
+ figma_post_comment_reaction — Add a reaction to a comment
1037
+ figma_delete_comment_reaction — Delete a reaction
1038
+ figma_get_me — Get current user
1039
+ figma_get_team_components — Get team components
1040
+ figma_get_file_components — Get file components
1041
+ figma_get_component — Get component
1042
+ figma_get_team_component_sets — Get team component sets
1043
+ figma_get_file_component_sets — Get file component sets
1044
+ figma_get_component_set — Get component set
1045
+ figma_get_team_styles — Get team styles
1046
+ figma_get_file_styles — Get file styles
1047
+ figma_get_style — Get style
1048
+ figma_get_webhooks — Get webhooks by context or plan
1049
+ figma_post_webhook — Create a webhook
1050
+ figma_get_webhook — Get a webhook
1051
+ figma_put_webhook — Update a webhook
1052
+ figma_delete_webhook — Delete a webhook
1053
+ figma_get_team_webhooks — [Deprecated] Get team webhooks
1054
+ figma_get_webhook_requests — Get webhook requests
1055
+ figma_get_activity_logs — Get activity logs
1056
+ figma_get_payments — Get payments
1057
+ figma_get_local_variables — Get local variables
1058
+ figma_get_published_variables — Get published variables
1059
+ figma_post_variables — Create/modify/delete variables
1060
+ figma_get_dev_resources — Get dev resources
1061
+ figma_post_dev_resources — Create dev resources
1062
+ figma_put_dev_resources — Update dev resources
1063
+ figma_delete_dev_resource — Delete dev resource
1064
+ figma_get_library_analytics_component_actions — Get library analytics component action data.
1065
+ figma_get_library_analytics_component_usages — Get library analytics component usage data.
1066
+ figma_get_library_analytics_style_actions — Get library analytics style action data.
1067
+ figma_get_library_analytics_style_usages — Get library analytics style usage data.
1068
+ figma_get_library_analytics_variable_actions — Get library analytics variable action data.
1069
+ figma_get_library_analytics_variable_usages — Get library analytics variable usage data.
1070
+ ```
1071
+
1072
+ #### GitHub (`github_` prefix, 185 tools)
1073
+
1074
+ ```
1075
+ github_gists_list — List gists for the authenticated user
1076
+ github_gists_create — Create a gist
1077
+ github_gists_list_public — List public gists
1078
+ github_gists_get — Get a gist
1079
+ github_gists_update — Update a gist
1080
+ github_gists_delete — Delete a gist
1081
+ github_gists_list_comments — List gist comments
1082
+ github_gists_create_comment — Create a gist comment
1083
+ github_orgs_list_issue_types — List issue types for an organization
1084
+ github_orgs_create_issue_type — Create issue type for an organization
1085
+ github_orgs_list_members — List organization members
1086
+ github_repos_list_for_org — List organization repositories
1087
+ github_repos_create_in_org — Create an organization repository
1088
+ github_repos_get — Get a repository
1089
+ github_repos_update — Update a repository
1090
+ github_repos_delete — Delete a repository
1091
+ github_actions_download_job_logs_for_workflow_run — Download job logs for a workflow run
1092
+ github_actions_re_run_job_for_workflow_run — Re-run a job from a workflow run
1093
+ github_actions_list_workflow_runs_for_repo — List workflow runs for a repository
1094
+ github_actions_get_workflow_run — Get a workflow run
1095
+ github_actions_delete_workflow_run — Delete a workflow run
1096
+ github_actions_list_workflow_run_artifacts — List workflow run artifacts
1097
+ github_actions_get_workflow_run_attempt — Get a workflow run attempt
1098
+ github_actions_list_jobs_for_workflow_run_attempt — List jobs for a workflow run attempt
1099
+ github_actions_download_workflow_run_attempt_logs — Download workflow run attempt logs
1100
+ github_actions_force_cancel_workflow_run — Force cancel a workflow run
1101
+ github_actions_list_jobs_for_workflow_run — List jobs for a workflow run
1102
+ github_actions_download_workflow_run_logs — Download workflow run logs
1103
+ github_actions_delete_workflow_run_logs — Delete workflow run logs
1104
+ github_actions_re_run_workflow — Re-run a workflow
1105
+ github_actions_re_run_workflow_failed_jobs — Re-run failed jobs from a workflow run
1106
+ github_actions_list_repo_workflows — List repository workflows
1107
+ github_actions_get_workflow — Get a workflow
1108
+ github_actions_list_workflow_runs — List workflow runs for a workflow
1109
+ github_repos_list_activities — List repository activities
1110
+ github_issues_list_assignees — List assignees
1111
+ github_issues_check_user_can_be_assigned — Check if a user can be assigned
1112
+ github_repos_list_branches — List branches
1113
+ github_repos_get_branch — Get a branch
1114
+ github_checks_create — Create a check run
1115
+ github_checks_get — Get a check run
1116
+ github_checks_update — Update a check run
1117
+ github_checks_list_annotations — List check run annotations
1118
+ github_checks_rerequest_run — Rerequest a check run
1119
+ github_repos_list_commit_comments_for_repo — List commit comments for a repository
1120
+ github_repos_get_commit_comment — Get a commit comment
1121
+ github_repos_update_commit_comment — Update a commit comment
1122
+ github_repos_delete_commit_comment — Delete a commit comment
1123
+ github_repos_list_commits — List commits
1124
+ github_repos_list_comments_for_commit — List commit comments
1125
+ github_repos_create_commit_comment — Create a commit comment
1126
+ github_repos_list_pull_requests_associated_with_commit — List pull requests associated with a commit
1127
+ github_repos_get_commit — Get a commit
1128
+ github_checks_list_for_ref — List check runs for a Git reference
1129
+ github_repos_get_combined_status_for_ref — Get the combined status for a specific reference
1130
+ github_repos_compare_commits — Compare two commits
1131
+ github_repos_get_content — Get repository content
1132
+ github_repos_create_or_update_file_contents — Create or update file contents
1133
+ github_repos_delete_file — Delete a file
1134
+ github_repos_list_contributors — List repository contributors
1135
+ github_repos_list_deployments — List deployments
1136
+ github_repos_create_deployment — Create a deployment
1137
+ github_repos_get_deployment — Get a deployment
1138
+ github_repos_delete_deployment — Delete a deployment
1139
+ github_repos_list_deployment_statuses — List deployment statuses
1140
+ github_repos_create_deployment_status — Create a deployment status
1141
+ github_repos_get_deployment_status — Get a deployment status
1142
+ github_git_get_commit — Get a commit object
1143
+ github_git_list_matching_refs — List matching references
1144
+ github_git_get_ref — Get a reference
1145
+ github_git_create_ref — Create a reference
1146
+ github_git_update_ref — Update a reference
1147
+ github_git_delete_ref — Delete a reference
1148
+ github_git_create_tag — Create a tag object
1149
+ github_git_get_tag — Get a tag
1150
+ github_git_get_tree — Get a tree
1151
+ github_repos_list_webhooks — List repository webhooks
1152
+ github_repos_create_webhook — Create a repository webhook
1153
+ github_repos_get_webhook — Get a repository webhook
1154
+ github_repos_update_webhook — Update a repository webhook
1155
+ github_repos_delete_webhook — Delete a repository webhook
1156
+ github_repos_get_webhook_config_for_repo — Get a webhook configuration for a repository
1157
+ github_repos_update_webhook_config_for_repo — Update a webhook configuration for a repository
1158
+ github_repos_list_webhook_deliveries — List deliveries for a repository webhook
1159
+ github_repos_get_webhook_delivery — Get a delivery for a repository webhook
1160
+ github_repos_redeliver_webhook_delivery — Redeliver a delivery for a repository webhook
1161
+ github_repos_ping_webhook — Ping a repository webhook
1162
+ github_repos_test_push_webhook — Test the push repository webhook
1163
+ github_issues_list_for_repo — List repository issues
1164
+ github_issues_create — Create an issue
1165
+ github_issues_list_comments_for_repo — List issue comments for a repository
1166
+ github_issues_get_comment — Get an issue comment
1167
+ github_issues_update_comment — Update an issue comment
1168
+ github_issues_delete_comment — Delete an issue comment
1169
+ github_issues_list_events_for_repo — List issue events for a repository
1170
+ github_issues_get_event — Get an issue event
1171
+ github_issues_get — Get an issue
1172
+ github_issues_update — Update an issue
1173
+ github_issues_add_assignees — Add assignees to an issue
1174
+ github_issues_remove_assignees — Remove assignees from an issue
1175
+ github_issues_check_user_can_be_assigned_to_issue — Check if a user can be assigned to a issue
1176
+ github_issues_list_comments — List issue comments
1177
+ github_issues_create_comment — Create an issue comment
1178
+ github_issues_list_dependencies_blocked_by — List dependencies an issue is blocked by
1179
+ github_issues_add_blocked_by_dependency — Add a dependency an issue is blocked by
1180
+ github_issues_remove_dependency_blocked_by — Remove dependency an issue is blocked by
1181
+ github_issues_list_dependencies_blocking — List dependencies an issue is blocking
1182
+ github_issues_list_events — List issue events
1183
+ github_issues_list_labels_on_issue — List labels for an issue
1184
+ github_issues_add_labels — Add labels to an issue
1185
+ github_issues_set_labels — Set labels for an issue
1186
+ github_issues_remove_all_labels — Remove all labels from an issue
1187
+ github_issues_remove_label — Remove a label from an issue
1188
+ github_issues_lock — Lock an issue
1189
+ github_issues_unlock — Unlock an issue
1190
+ github_issues_get_parent — Get parent issue
1191
+ github_issues_remove_sub_issue — Remove sub-issue
1192
+ github_issues_list_sub_issues — List sub-issues
1193
+ github_issues_add_sub_issue — Add sub-issue
1194
+ github_issues_reprioritize_sub_issue — Reprioritize sub-issue
1195
+ github_issues_list_events_for_timeline — List timeline events for an issue
1196
+ github_issues_list_labels_for_repo — List labels for a repository
1197
+ github_issues_create_label — Create a label
1198
+ github_issues_get_label — Get a label
1199
+ github_issues_update_label — Update a label
1200
+ github_issues_delete_label — Delete a label
1201
+ github_repos_list_languages — List repository languages
1202
+ github_pulls_list — List pull requests
1203
+ github_pulls_create — Create a pull request
1204
+ github_pulls_list_review_comments_for_repo — List review comments in a repository
1205
+ github_pulls_get_review_comment — Get a review comment for a pull request
1206
+ github_pulls_update_review_comment — Update a review comment for a pull request
1207
+ github_pulls_delete_review_comment — Delete a review comment for a pull request
1208
+ github_pulls_get — Get a pull request
1209
+ github_pulls_update — Update a pull request
1210
+ github_pulls_list_review_comments — List review comments on a pull request
1211
+ github_pulls_create_review_comment — Create a review comment for a pull request
1212
+ github_pulls_create_reply_for_review_comment — Create a reply for a review comment
1213
+ github_pulls_list_commits — List commits on a pull request
1214
+ github_pulls_list_files — List pull requests files
1215
+ github_pulls_check_if_merged — Check if a pull request has been merged
1216
+ github_pulls_merge — Merge a pull request
1217
+ github_pulls_list_requested_reviewers — Get all requested reviewers for a pull request
1218
+ github_pulls_request_reviewers — Request reviewers for a pull request
1219
+ github_pulls_remove_requested_reviewers — Remove requested reviewers from a pull request
1220
+ github_pulls_list_reviews — List reviews for a pull request
1221
+ github_pulls_create_review — Create a review for a pull request
1222
+ github_pulls_get_review — Get a review for a pull request
1223
+ github_pulls_update_review — Update a review for a pull request
1224
+ github_pulls_delete_pending_review — Delete a pending review for a pull request
1225
+ github_pulls_list_comments_for_review — List comments for a pull request review
1226
+ github_pulls_submit_review — Submit a review for a pull request
1227
+ github_repos_get_readme — Get a repository README
1228
+ github_repos_get_readme_in_directory — Get a repository README for a directory
1229
+ github_repos_list_releases — List releases
1230
+ github_repos_create_release — Create a release
1231
+ github_repos_generate_release_notes — Generate release notes content for a release
1232
+ github_repos_get_latest_release — Get the latest release
1233
+ github_repos_get_release_by_tag — Get a release by tag name
1234
+ github_repos_get_release — Get a release
1235
+ github_repos_update_release — Update a release
1236
+ github_repos_delete_release — Delete a release
1237
+ github_security_advisories_list_repository_advisories — List repository security advisories
1238
+ github_security_advisories_create_repository_advisory — Create a repository security advisory
1239
+ github_security_advisories_create_private_vulnerability_report — Privately report a security vulnerability
1240
+ github_security_advisories_get_repository_advisory — Get a repository security advisory
1241
+ github_security_advisories_update_repository_advisory — Update a repository security advisory
1242
+ github_security_advisories_create_repository_advisory_cve_request — Request a CVE for a repository security advisory
1243
+ github_repos_get_code_frequency_stats — Get the weekly commit activity
1244
+ github_repos_get_commit_activity_stats — Get the last year of commit activity
1245
+ github_repos_get_contributors_stats — Get all contributor commit activity
1246
+ github_repos_get_participation_stats — Get the weekly commit count
1247
+ github_repos_get_punch_card_stats — Get the hourly commit count for each day
1248
+ github_repos_list_tags — List repository tags
1249
+ github_search_code — Search code
1250
+ github_search_commits — Search commits
1251
+ github_search_issues_and_pull_requests — Search issues and pull requests
1252
+ github_search_labels — Search labels
1253
+ github_search_repos — Search repositories
1254
+ github_search_topics — Search topics
1255
+ github_search_users — Search users
1256
+ github_users_get_by_username — Get a user
1257
+ github_activity_list_public_events_for_user — List public events for a user
1258
+ github_gists_list_for_user — List gists for a user
1259
+ github_repos_list_for_user — List repositories for a user
1260
+ ```
1261
+
1262
+ #### Google Compute (`google_compute_` prefix, 65 tools)
1263
+
1264
+ ```
1265
+ google_compute_global_operations_list — Retrieves a list of Operation resources contained within the specified
1266
+ google_compute_global_operations_get — Retrieves the specified Operations resource.
1267
+ google_compute_global_operations_delete — Deletes the specified Operations resource.
1268
+ google_compute_global_operations_wait — Waits for the specified Operation resource to return as `DONE`
1269
+ google_compute_zone_operations_list — Retrieves a list of Operation resources contained within
1270
+ google_compute_zone_operations_get — Retrieves the specified zone-specific Operations resource.
1271
+ google_compute_zone_operations_delete — Deletes the specified zone-specific Operations resource.
1272
+ google_compute_zone_operations_wait — Waits for the specified Operation resource to return as `DONE`
1273
+ google_compute_images_list — Retrieves the list of custom images
1274
+ google_compute_images_insert — Creates an image in the specified project using the data included
1275
+ google_compute_images_get — Returns the specified image.
1276
+ google_compute_images_patch — Patches the specified image with the data included in the request.
1277
+ google_compute_images_delete — Deletes the specified image.
1278
+ google_compute_images_get_from_family — Returns the latest image that is part of an image family and is not
1279
+ google_compute_snapshots_list — Retrieves the list of Snapshot resources contained within
1280
+ google_compute_snapshots_insert — Creates a snapshot in the specified project using the data included
1281
+ google_compute_snapshots_get — Returns the specified Snapshot resource.
1282
+ google_compute_snapshots_delete — Deletes the specified Snapshot resource. Keep in mind that deleting
1283
+ google_compute_disks_list — Retrieves a list of persistent disks contained within
1284
+ google_compute_disks_insert — Creates a persistent disk in the specified project using the data
1285
+ google_compute_disks_get — Returns the specified persistent disk.
1286
+ google_compute_disks_update — Updates the specified disk with the data included in the request.
1287
+ google_compute_disks_delete — Deletes the specified persistent disk. Deleting a disk removes its data
1288
+ google_compute_disks_resize — Resizes the specified persistent disk.
1289
+ google_compute_instances_list — Retrieves the list of instances contained within
1290
+ google_compute_instances_insert — Creates an instance resource in the specified project using the data
1291
+ google_compute_instances_get — Returns the specified Instance resource.
1292
+ google_compute_instances_update — Updates an instance only if the necessary resources are available. This
1293
+ google_compute_instances_delete — Deletes the specified Instance resource. For more information, seeDeleting
1294
+ google_compute_instances_reset — Performs a reset on the instance. This is a hard reset. The VM
1295
+ google_compute_instances_get_serial_port_output — Returns the last 1 MB of serial port output from the specified instance.
1296
+ google_compute_instances_get_screenshot — Returns the screenshot from the specified instance.
1297
+ google_compute_instances_get_guest_attributes — Returns the specified guest attributes entry.
1298
+ google_compute_instances_attach_disk — Attaches an existing Disk resource to an instance. You must first
1299
+ google_compute_instances_detach_disk — Detaches a disk from an instance.
1300
+ google_compute_instances_set_machine_type — Changes the machine type for a stopped instance to the machine
1301
+ google_compute_instances_set_metadata — Sets metadata for the specified instance to the data included
1302
+ google_compute_instances_set_labels — Sets labels on an instance. To learn more about labels, read theLabeling
1303
+ google_compute_instances_start — Starts an instance that was stopped using theinstances().stop
1304
+ google_compute_instances_stop — Stops a running instance, shutting it down cleanly, and allows
1305
+ google_compute_instances_suspend — This method suspends a running instance, saving its state to persistent
1306
+ google_compute_instances_resume — Resumes an instance that was suspended using theinstances().suspend
1307
+ google_compute_disk_types_list — Retrieves a list of disk types available to the specified
1308
+ google_compute_disk_types_get — Returns the specified disk type.
1309
+ google_compute_instance_templates_list — Retrieves a list of instance templates that are contained within
1310
+ google_compute_instance_templates_insert — Creates an instance template in the specified project using the
1311
+ google_compute_instance_templates_get — Returns the specified instance template.
1312
+ google_compute_instance_templates_delete — Deletes the specified instance template. Deleting an instance template is
1313
+ google_compute_machine_types_list — Retrieves a list of machine types available to the specified
1314
+ google_compute_machine_types_get — Returns the specified machine type.
1315
+ google_compute_networks_list — Retrieves the list of networks available to the specified project.
1316
+ google_compute_networks_insert — Creates a network in the specified project using the data included
1317
+ google_compute_networks_get — Returns the specified network.
1318
+ google_compute_networks_patch — Patches the specified network with the data included in the request.
1319
+ google_compute_networks_delete — Deletes the specified network.
1320
+ google_compute_projects_get — Returns the specified Project resource.
1321
+ google_compute_regions_list — Retrieves the list of region resources available to the specified project.
1322
+ google_compute_regions_get — Returns the specified Region resource.
1323
+ google_compute_subnetworks_list — Retrieves a list of subnetworks available to the specified
1324
+ google_compute_subnetworks_insert — Creates a subnetwork in the specified project using the data
1325
+ google_compute_subnetworks_get — Returns the specified subnetwork.
1326
+ google_compute_subnetworks_patch — Patches the specified subnetwork with the data included in the request.
1327
+ google_compute_subnetworks_delete — Deletes the specified subnetwork.
1328
+ google_compute_zones_list — Retrieves the list of Zone resources available to the specified project.
1329
+ google_compute_zones_get — Returns the specified Zone resource.
1330
+ ```
1331
+
1332
+ #### Google Logging (`google_logging_` prefix, 36 tools)
1333
+
1334
+ ```
1335
+ google_logging_monitored_resource_descriptors_list — Lists the descriptors for monitored resource types used by Logging.
1336
+ google_logging_entries_write — Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resource names (projects, organizations, billing accounts or folders), where the resource name for a log entry is determined from its logName field.
1337
+ google_logging_entries_copy — Copies a set of log entries from a log bucket to a Cloud Storage bucket.
1338
+ google_logging_entries_tail — Streaming read of log entries as they are received. Until the stream is terminated, it will continue reading logs.
1339
+ google_logging_entries_list — Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs (https://cloud.google.com/logging/docs/export).
1340
+ google_logging_billing_accounts_locations_operations_list — Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.
1341
+ google_logging_billing_accounts_locations_operations_cancel — Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
1342
+ google_logging_billing_accounts_locations_buckets_update_async — Updates a log bucket asynchronously.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed.
1343
+ google_logging_billing_accounts_locations_buckets_undelete — Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days.
1344
+ google_logging_billing_accounts_locations_buckets_list — Lists log buckets.
1345
+ google_logging_billing_accounts_locations_buckets_create — Creates a log bucket that can be used to store log entries. After a bucket has been created, the bucket's location cannot be changed.
1346
+ google_logging_billing_accounts_locations_buckets_create_async — Creates a log bucket asynchronously that can be used to store log entries.After a bucket has been created, the bucket's location cannot be changed.
1347
+ google_logging_billing_accounts_locations_buckets_views_list — Lists views on a log bucket.
1348
+ google_logging_billing_accounts_locations_buckets_views_create — Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views.
1349
+ google_logging_billing_accounts_sinks_get — Gets a sink.
1350
+ google_logging_billing_accounts_sinks_update — Updates a sink. This method replaces the values of the destination and filter fields of the existing sink with the corresponding values from the new sink.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
1351
+ google_logging_billing_accounts_sinks_patch — Updates a sink. This method replaces the values of the destination and filter fields of the existing sink with the corresponding values from the new sink.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
1352
+ google_logging_billing_accounts_sinks_delete — Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted.
1353
+ google_logging_billing_accounts_sinks_list — Lists sinks.
1354
+ google_logging_billing_accounts_sinks_create — Creates a sink that exports specified log entries to a destination. The export begins upon ingress, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.
1355
+ google_logging_billing_accounts_get_settings — Gets the settings for the given resource.Note: Settings can be retrieved for Google Cloud projects, folders, organizations, and billing accounts.See View default resource settings for Logging (https://docs.cloud.google.com/logging/docs/default-settings#view-org-settings) for more information.
1356
+ google_logging_folders_update_settings — Updates the settings for the given resource. This method applies to all feature configurations for organization and folders.UpdateSettings fails when any of the following are true: The value of storage_location either isn't supported by Logging or violates the location OrgPolicy. The default_sink_config field is set, but it has an unspecified filter write mode. The value of kms_key_name is invalid. The associated service account doesn't have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key. Access to the key is disabled.See Configure default settings for organizations and folders (https://docs.cloud.google.com/logging/docs/default-settings) for more information.
1357
+ google_logging_billing_accounts_get_cmek_settings — Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log Router can be configured for Google Cloud projects, folders, organizations, and billing accounts. Once configured for an organization, it applies to all projects and folders in the Google Cloud organization.See Configure CMEK for Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-encryption) for more information.
1358
+ google_logging_organizations_update_cmek_settings — Updates the Log Router CMEK settings for the given resource.Note: CMEK for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization.UpdateCmekSettings fails when any of the following are true: The value of kms_key_name is invalid. The associated service account doesn't have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key. Access to the key is disabled.See Configure CMEK for Cloud Logging (https://docs.cloud.google.com/logging/docs/routing/managed-encryption) for more information.
1359
+ google_logging_billing_accounts_locations_recent_queries_list — Lists the RecentQueries that were created by the user making the request.
1360
+ google_logging_logs_list — Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
1361
+ google_logging_billing_accounts_locations_saved_queries_list — Lists the SavedQueries that were created by the user making the request.
1362
+ google_logging_billing_accounts_locations_saved_queries_create — Creates a new SavedQuery for the user making the request.
1363
+ google_logging_logs_delete — Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
1364
+ google_logging_exclusions_list — Lists all the exclusions on the _Default sink in a parent resource.
1365
+ google_logging_exclusions_create — Creates a new exclusion in the _Default sink in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
1366
+ google_logging_projects_metrics_list — Lists logs-based metrics.
1367
+ google_logging_projects_metrics_create — Creates a logs-based metric.
1368
+ google_logging_projects_metrics_get — Gets a logs-based metric.
1369
+ google_logging_projects_metrics_update — Creates or updates a logs-based metric.
1370
+ google_logging_projects_metrics_delete — Deletes a logs-based metric.
1371
+ ```
1372
+
1373
+ #### Jira (`jira_` prefix, 74 tools)
1374
+
1375
+ ```
1376
+ jira_get_all_dashboards — Get all dashboards
1377
+ jira_create_dashboard — Create dashboard
1378
+ jira_get_dashboard — Get dashboard
1379
+ jira_update_dashboard — Update dashboard
1380
+ jira_delete_dashboard — Delete dashboard
1381
+ jira_get_fields — Get fields
1382
+ jira_create_custom_field — Create custom field
1383
+ jira_update_custom_field — Update custom field
1384
+ jira_create_filter — Create filter
1385
+ jira_get_filters_paginated — Search for filters
1386
+ jira_get_filter — Get filter
1387
+ jira_update_filter — Update filter
1388
+ jira_delete_filter — Delete filter
1389
+ jira_create_issue — Create issue
1390
+ jira_get_issue — Get issue
1391
+ jira_edit_issue — Edit issue
1392
+ jira_delete_issue — Delete issue
1393
+ jira_add_attachment — Add attachment
1394
+ jira_get_change_logs — Get changelogs
1395
+ jira_get_comments — Get comments
1396
+ jira_add_comment — Add comment
1397
+ jira_get_comment — Get comment
1398
+ jira_update_comment — Update comment
1399
+ jira_delete_comment — Delete comment
1400
+ jira_get_transitions — Get transitions
1401
+ jira_do_transition — Transition issue
1402
+ jira_get_issue_watchers — Get issue watchers
1403
+ jira_add_watcher — Add watcher
1404
+ jira_remove_watcher — Delete watcher
1405
+ jira_get_issue_worklog — Get issue worklogs
1406
+ jira_add_worklog — Add worklog
1407
+ jira_bulk_delete_worklogs — Bulk delete worklogs
1408
+ jira_get_worklog — Get worklog
1409
+ jira_update_worklog — Update worklog
1410
+ jira_delete_worklog — Delete worklog
1411
+ jira_link_issues — Create issue link
1412
+ jira_get_issue_link — Get issue link
1413
+ jira_delete_issue_link — Delete issue link
1414
+ jira_get_issue_link_types — Get issue link types
1415
+ jira_create_issue_link_type — Create issue link type
1416
+ jira_get_issue_all_types — Get all issue types for user
1417
+ jira_create_issue_type — Create issue type
1418
+ jira_get_issue_types_for_project — Get issue types for project
1419
+ jira_get_issue_type — Get issue type
1420
+ jira_update_issue_type — Update issue type
1421
+ jira_delete_issue_type — Delete issue type
1422
+ jira_get_my_permissions — Get my permissions
1423
+ jira_get_current_user — Get current user
1424
+ jira_get_notification_schemes — Get notification schemes paginated
1425
+ jira_create_notification_scheme — Create notification scheme
1426
+ jira_get_all_permissions — Get all permissions
1427
+ jira_get_priorities — Get priorities
1428
+ jira_create_priority — Create priority
1429
+ jira_get_priority — Get priority
1430
+ jira_update_priority — Update priority
1431
+ jira_delete_priority — Delete priority
1432
+ jira_get_all_projects — Get all projects
1433
+ jira_create_project — Create project
1434
+ jira_get_project — Get project
1435
+ jira_update_project — Update project
1436
+ jira_delete_project — Delete project
1437
+ jira_get_project_components — Get project components
1438
+ jira_get_all_statuses — Get all statuses for project
1439
+ jira_get_project_versions — Get project versions
1440
+ jira_search_and_reconsile_issues_using_jql — Search for issues using JQL enhanced search (GET)
1441
+ jira_search_and_reconsile_issues_using_jql_post — Search for issues using JQL enhanced search (POST)
1442
+ jira_get_server_info — Get Jira instance info
1443
+ jira_get_statuses — Get all statuses
1444
+ jira_get_status — Get status
1445
+ jira_get_user — Get user
1446
+ jira_create_user — Create user
1447
+ jira_remove_user — Delete user
1448
+ jira_find_assignable_users — Find users assignable to issues
1449
+ jira_find_users — Find users
1450
+ ```
1451
+
1452
+ #### Linear (`linear_` prefix, 1 tools)
1453
+
1454
+ ```
1455
+ linear_graphql_query — Execute a GraphQL query or mutation against the Linear API
1456
+ ```
1457
+
1458
+ #### Slack (`slack_` prefix, 49 tools)
1459
+
1460
+ ```
1461
+ slack_api_test — Checks API calling code.
1462
+ slack_auth_test — Checks authentication & identity.
1463
+ slack_bots_info — Gets information about a bot user.
1464
+ slack_chat_delete — Deletes a message.
1465
+ slack_chat_delete_scheduled_message — Deletes a pending scheduled message from the queue.
1466
+ slack_chat_get_permalink — Retrieve a permalink URL for a specific extant message
1467
+ slack_chat_post_ephemeral — Sends an ephemeral message to a user in a channel.
1468
+ slack_chat_post_message — Sends a message to a channel.
1469
+ slack_chat_schedule_message — Schedules a message to be sent to a channel.
1470
+ slack_chat_scheduled_messages_list — Returns a list of scheduled messages.
1471
+ slack_chat_update — Updates a message.
1472
+ slack_conversations_archive — Archives a conversation.
1473
+ slack_conversations_history — Fetches a conversation's history of messages and events.
1474
+ slack_conversations_info — Retrieve information about a conversation.
1475
+ slack_conversations_invite — Invites users to a channel.
1476
+ slack_conversations_join — Joins an existing conversation.
1477
+ slack_conversations_leave — Leaves a conversation.
1478
+ slack_conversations_list — Lists all channels in a Slack team.
1479
+ slack_conversations_members — Retrieve members of a conversation.
1480
+ slack_conversations_replies — Retrieve a thread of messages posted to a conversation
1481
+ slack_conversations_set_purpose — Sets the purpose for a conversation.
1482
+ slack_conversations_set_topic — Sets the topic for a conversation.
1483
+ slack_conversations_unarchive — Reverses conversation archival.
1484
+ slack_emoji_list — Lists custom emoji for a team.
1485
+ slack_files_delete — Deletes a file.
1486
+ slack_files_info — Gets information about a file.
1487
+ slack_files_remote_share — Share a remote file into a channel.
1488
+ slack_pins_add — Pins an item to a channel.
1489
+ slack_pins_list — Lists items pinned to a channel.
1490
+ slack_pins_remove — Un-pins an item from a channel.
1491
+ slack_reactions_add — Adds a reaction to an item.
1492
+ slack_reactions_get — Gets reactions for an item.
1493
+ slack_reactions_list — Lists reactions made by a user.
1494
+ slack_reactions_remove — Removes a reaction from an item.
1495
+ slack_reminders_add — Creates a reminder.
1496
+ slack_reminders_complete — Marks a reminder as complete.
1497
+ slack_reminders_delete — Deletes a reminder.
1498
+ slack_reminders_list — Lists all reminders created by or for a given user.
1499
+ slack_team_info — Gets information about the current team.
1500
+ slack_usergroups_create — Create a User Group
1501
+ slack_usergroups_list — List all User Groups for a team
1502
+ slack_usergroups_update — Update an existing User Group
1503
+ slack_usergroups_users_list — List all users in a User Group
1504
+ slack_usergroups_users_update — Update the list of users for a User Group
1505
+ slack_users_get_presence — Gets user presence information.
1506
+ slack_users_info — Gets information about a user.
1507
+ slack_users_list — Lists all users in a Slack team.
1508
+ slack_users_lookup_by_email — Find a user with an email address.
1509
+ slack_users_profile_get — Retrieves a user's profile information.
1510
+ ```
1511
+
1512
+ #### TestRail (`testrail_` prefix, 18 tools)
1513
+
1514
+ ```
1515
+ testrail_get_projects — Returns the list of available projects. Use this to discover project IDs for other API calls.
1516
+ testrail_get_project — Returns an existing project by ID.
1517
+ testrail_get_suites — Returns the list of test suites for a project. Only relevant for projects using multiple test suites.
1518
+ testrail_get_suite — Returns an existing test suite by ID.
1519
+ testrail_get_sections — Returns the list of sections for a project and test suite. Sections organize test cases hierarchically.
1520
+ testrail_get_section — Returns an existing section by ID.
1521
+ testrail_get_cases — Returns the list of test cases for a project. Can filter by suite, section, priority, and more.
1522
+ testrail_get_case — Returns an existing test case by ID. Includes all case fields like title, steps, expected results, and custom fields.
1523
+ testrail_get_attachments_for_case — Returns the list of attachments for a test case.
1524
+ testrail_get_attachment — Downloads an attachment by ID. Returns binary file content. Requires TestRail 5.7 or later.
1525
+ testrail_get_runs — Returns the list of test runs for a project.
1526
+ testrail_get_run — Returns an existing test run by ID.
1527
+ testrail_get_tests — Returns the list of tests in a test run. Tests are instances of test cases within a run.
1528
+ testrail_get_test — Returns an existing test by ID.
1529
+ testrail_get_results — Returns the list of test results for a test.
1530
+ testrail_get_results_for_case — Returns the list of test results for a test case within a specific run.
1531
+ testrail_get_current_user — Returns the current user. Useful for validating credentials.
1532
+ testrail_get_users — Returns the list of users.
1533
+ ```
1534
+
1535
+ #### Zendesk (`zendesk_` prefix, 15 tools)
1536
+
1537
+ ```
1538
+ zendesk_list_tickets — List all tickets.
1539
+ zendesk_create_ticket — Create a new ticket. Body must include a 'ticket' object with at least a 'subject' and 'comment' with 'body'.
1540
+ zendesk_show_ticket — Get a specific ticket by ID.
1541
+ zendesk_update_ticket — Update a ticket (status, priority, assignee, add comment, etc.).
1542
+ zendesk_list_ticket_comments — List all comments on a ticket.
1543
+ zendesk_search — Search across tickets, users, and organizations using Zendesk search syntax. Example queries: 'type:ticket status:open', 'type:user email:foo@bar.com'.
1544
+ zendesk_list_users — List all users.
1545
+ zendesk_show_user — Get a specific user by ID.
1546
+ zendesk_list_organizations — List all organizations.
1547
+ zendesk_show_organization — Get a specific organization by ID.
1548
+ zendesk_list_groups — List all agent groups.
1549
+ zendesk_list_ticket_fields — List all ticket fields (custom and system).
1550
+ zendesk_list_views — List all shared and personal views.
1551
+ zendesk_execute_view — Execute a view and return matching tickets.
1552
+ zendesk_list_satisfaction_ratings — List all satisfaction ratings.
1553
+ ```
1554
+
1555
+ <!-- END GENERATED TOOL CATALOG -->
1556
+
564
1557
  ### NEVER `pick()` from `guildTools`
565
1558
 
566
1559
  **CRITICAL: Always spread `guildTools` fully. NEVER use `pick(guildTools, [...])`.**