GitLab Find Action
gitlab_find_actionSearch the local GitLab action catalog to identify the correct action when IDs or parameters are unclear. Returns schemas, hints, destructive flags, and execute examples for matching actions.
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 |
|---|---|---|---|
| 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. | |
| explain | No | When true, include deterministic scoring reasons for each returned action. Defaults to false to keep responses compact. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of returned matches. | |
| query | Yes | Original search query. | |
| results | Yes | Matching GitLab catalog actions with schemas and execute examples. |