MCP Gateway
ApiSkills

Get catalog skill detail

Get details of a specific skill from an external catalog including metadata and file listing.

GET
/api/v1/skills/catalog/{source}/{skill_name}

Path Parameters

source*string
skill_name*string

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/skills/catalog/string/string"
{
  "name": "string",
  "description": "string",
  "source": "string",
  "source_url": "string",
  "author": "string",
  "version": "string",
  "tags": [
    "string"
  ],
  "license": "string",
  "files": [
    "string"
  ],
  "metadata": {}
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}