Skip to content

Commit ff4af57

Browse files
committed
More detailed descriptions
1 parent 02526f5 commit ff4af57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/github/actions.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ func actionFromString(s string) actionsActionType {
6868

6969
func ActionsRead(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
7070
return mcp.NewTool("actions_read",
71-
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.")),
71+
mcp.WithDescription(t("TOOL_ACTIONS_READ_DESCRIPTION", `Tools for reading GitHub Actions resources.
72+
Use this tool to list workflows in a repository, or list workflow runs, jobs, and artifacts for a specific workflow or workflow run.
73+
Use this tool also to get details about individual workflows, workflow runs, jobs, and artifacts, by using their unique IDs.
74+
`)),
7275
mcp.WithToolAnnotation(mcp.ToolAnnotation{
7376
Title: t("TOOL_ACTIONS_READ_USER_TITLE", "Get details of GitHub Actions resources (workflows, workflow runs, jobs, and artifacts)"),
7477
ReadOnlyHint: ToBoolPtr(true),

0 commit comments

Comments
 (0)