Skip to content

Commit 47ac644

Browse files
committed
updating docs
1 parent e6194ca commit 47ac644

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,15 @@ The following sets of tools are available (all are on by default):
532532
- `title`: Issue title (string, required)
533533
- `type`: Type of this issue (string, optional)
534534

535+
- **crud_label** - CRUD label
536+
- `color`: Label color as a 6-character hex code without '#', e.g. 'f29513' (create/update) (string, optional)
537+
- `description`: Label description (create/update) (string, optional)
538+
- `method`: Operation to perform: create, get, update or delete (string, required)
539+
- `name`: Label name (for get/update/delete or to create with this name). For 'get' method: optional - if provided, gets specific label; if omitted, lists all labels. (string, optional)
540+
- `new_name`: New name for the label (update only) (string, optional)
541+
- `owner`: Repository owner (string, optional)
542+
- `repo`: Repository name (string, optional)
543+
535544
- **get_issue** - Get issue details
536545
- `issue_number`: The number of the issue (number, required)
537546
- `owner`: The owner of the repository (string, required)
@@ -544,6 +553,13 @@ The following sets of tools are available (all are on by default):
544553
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
545554
- `repo`: Repository name (string, required)
546555

556+
- **issue_label** - Manage issue labels
557+
- `issue_number`: Issue number (number, required)
558+
- `labels`: Label names for add/remove operations (not used for list) (string[], optional)
559+
- `method`: Operation to perform: list, add, or remove (string, required)
560+
- `owner`: Repository owner (string, required)
561+
- `repo`: Repository name (string, required)
562+
547563
- **list_issue_types** - List available issue types
548564
- `owner`: The organization owner of the repository (string, required)
549565

0 commit comments

Comments
 (0)