Skip to content

Commit 0c7c819

Browse files
committed
Simplify tool description
1 parent 0c90263 commit 0c7c819

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/github/__toolsnaps__/list_repository_collaborators.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"readOnlyHint": true,
44
"title": "List repository collaborators"
55
},
6-
"description": "List collaborators of a GitHub repository. Lists users who have access to the repository. Includes their username, ID, and role name.",
6+
"description": "List collaborators of a GitHub repository.",
77
"inputSchema": {
88
"properties": {
99
"affiliation": {

pkg/github/repositories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,7 @@ func ListRepositoryCollaborators(t translations.TranslationHelperFunc) inventory
22472247
ToolsetMetadataRepos,
22482248
mcp.Tool{
22492249
Name: "list_repository_collaborators",
2250-
Description: t("TOOL_LIST_REPOSITORY_COLLABORATORS_DESCRIPTION", "List collaborators of a GitHub repository. Lists users who have access to the repository. Includes their username, ID, and role name."),
2250+
Description: t("TOOL_LIST_REPOSITORY_COLLABORATORS_DESCRIPTION", "List collaborators of a GitHub repository."),
22512251
Annotations: &mcp.ToolAnnotations{
22522252
Title: t("TOOL_LIST_REPOSITORY_COLLABORATORS_USER_TITLE", "List repository collaborators"),
22532253
ReadOnlyHint: true,

0 commit comments

Comments
 (0)