Playlists

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.kitsu.cloud/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Kitsu API MCP server": {
    "url": "https://api-docs.kitsu.cloud/mcp"
  }
}

Close

Media playlists and review sessions.

Playlist {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of playlist"
    },
    "shots": {
      "type": "string",
      "format": "json",
      "description": "JSON field describing shot and preview listed in"
    },
    "project_id": {
      "type": "string",
      "format": "UUID",
      "description": "Project ID"
    },
    "episode_id": {
      "type": "string",
      "format": "UUID",
      "description": "Episode ID"
    },
    "for_client": {
      "type": "boolean",
      "default": "False"
    },
    "for_entity": {
      "type": "string",
      "default": "shot"
    },
    "is_for_all": {
      "type": "boolean",
      "default": "False"
    },
    "task_type_id": {
      "type": "string",
      "format": "UUID",
      "description": "Task type ID"
    }
  }
}