user_authored

Pack: codewars · Endpoint: https://gateway.pipeworx.io/codewars/mcp

Authored kata.

Parameters

NameTypeRequiredDescription
usernamestringyes

Example call

curl -X POST https://gateway.pipeworx.io/codewars/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_authored","arguments":{}}}'

Response shape

FieldTypeDescription
dataarrayList of authored kata
Full JSON Schema
{
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Kata ID"
          },
          "name": {
            "type": "string",
            "description": "Kata name"
          },
          "slug": {
            "type": "string",
            "description": "Kata slug"
          },
          "description": {
            "type": "string",
            "description": "Kata description"
          },
          "rank": {
            "type": "number",
            "description": "Kata difficulty rank"
          },
          "createdAt": {
            "type": "string",
            "description": "ISO timestamp of creation"
          }
        }
      },
      "description": "List of authored kata"
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "codewars": {
      "url": "https://gateway.pipeworx.io/codewars/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026