Skip to content

Commit 972edb1

Browse files
committed
Update description
1 parent 88869ce commit 972edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ 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 (workflows, workflow runs, jobs, and artifacts)")),
69+
mcp.WithDescription(t("TOOL_ACTIONS_READ_DESCRIPTION", "Tools for reading GitHub Actions resources. Use this tool to get details about individual Actions Workflows, list and get individual Actions Workflow Runs, Jobs, and Artifacts.")),
7070
mcp.WithToolAnnotation(mcp.ToolAnnotation{
7171
Title: t("TOOL_ACTIONS_READ_USER_TITLE", "Get details of GitHub Actions resources (workflows, workflow runs, jobs, and artifacts)"),
7272
ReadOnlyHint: ToBoolPtr(true),

0 commit comments

Comments
 (0)