Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

list_categories

Explore and organize content hierarchies by retrieving category IDs, names, and parent-child relationships. Use to filter videos, understand taxonomy, and manage content structure efficiently.

Instructions

Browse content organization hierarchy. USE WHEN: Exploring content structure, finding category IDs for filtering, understanding content taxonomy. Categories organize videos into folders/topics. RETURNS: Tree structure with category names, IDs, parent-child relationships. EXAMPLE: Find all videos in 'Training' category by first getting category ID.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of categories to return (default: 20)
search_textNoOptional text to filter categories (e.g., 'training', 'marketing')

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of categories to return (default: 20)", "type": "integer" }, "search_text": { "description": "Optional text to filter categories (e.g., 'training', 'marketing')", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zoharbabin/kaltura-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server