GitLab Find Action
gitlab_find_actionSearch the local GitLab action catalog to retrieve schemas, hints, and examples when action ID or parameters are unclear.
Instructions
Search the local GitLab action catalog; read-only and no GitLab API call. Use when the action ID or params are unclear; returns schemas, hints, destructive flags, and execute examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| explain | No | When true, include deterministic scoring reasons for each returned action. Defaults to false to keep responses compact. | |
| limit | No | Maximum number of matches to return. Defaults to 20 and is capped at 50. | |
| query | Yes | Search terms combining a GitLab domain or resource with a verb, filter, or object name, such as project create, merge request approve, pipeline retry, issue delete, or ci variable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Original search query. | |
| count | Yes | Number of returned matches. | |
| results | Yes | Matching GitLab catalog actions with schemas and execute examples. |