Skip to content

Commit 88869ce

Browse files
committed
Update description
1 parent 6baf170 commit 88869ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/github/actions.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ func ActionFromString(s string) actionsActionType {
6666

6767
func ActionsRead(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
6868
return mcp.NewTool("actions_read",
69-
mcp.WithDescription(t("TOOL_ACTIONS_READ_DESCRIPTION", "Tools for reading GitHub Actions resources")),
69+
mcp.WithDescription(t("TOOL_ACTIONS_READ_DESCRIPTION", "Tools for reading GitHub Actions resources (workflows, workflow runs, jobs, and artifacts)")),
7070
mcp.WithToolAnnotation(mcp.ToolAnnotation{
71-
Title: t("TOOL_ACTIONS_READ_USER_TITLE", "Read GitHub Actions"),
71+
Title: t("TOOL_ACTIONS_READ_USER_TITLE", "Get details of GitHub Actions resources (workflows, workflow runs, jobs, and artifacts)"),
7272
ReadOnlyHint: ToBoolPtr(true),
7373
}),
7474
mcp.WithString("action",

0 commit comments

Comments
 (0)