Back to list
Knuckles-Team

gitlab-custom-api

by Knuckles-Team

GitLab MCP Server and Python API Wrapper

9🍴 0📅 Jan 24, 2026

SKILL.md


name: gitlab-custom-api description: "Handles custom GitLab API requests. Use for any endpoint not covered by other skills. Triggers: advanced API calls, extensions."

Overview

Fallback for arbitrary requests.

Available Tools

  • api_request: Make a custom API request to a GitLab instance.
    • Parameters:
      • method (str): Optional. - The HTTP method to use ('GET', 'POST', 'PUT', 'DELETE')
      • endpoint (str): Optional. - The API endpoint to send the request to
      • data (Optional[Dict[str, Any]]): Optional. - Data to include in the request body (for non-JSON payloads)
      • json (Optional[Dict[str, Any]]): Optional. - JSON data to include in the request body
      • ctx (Optional[Context]): Optional. - MCP context for progress

Usage Instructions

  1. Specify method, endpoint, data/json.

Examples

  • GET: api_request with method="GET", endpoint="projects/123/issues".
  • POST: With data={"title": "New issue"}.

Error Handling

  • Validate endpoints.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon