Skip to main content
Glama

Erick Wendel Contributions MCP

by ErickWendel

get_videos

Retrieve a list of videos with filters for ID, title, or language, and control results using pagination with skip and limit parameters.

Instructions

Get a list of videos with optional filtering and pagination.

Input Schema

NameRequiredDescriptionDefault
idNoFilter videos by ID
languageNoFilter videos by language
limitNoMaximum number of videos to return
skipNoNumber of videos to skip
titleNoFilter videos by title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Filter videos by ID", "type": "string" }, "language": { "description": "Filter videos by language", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of videos to return", "type": "number" }, "skip": { "default": 0, "description": "Number of videos to skip", "type": "number" }, "title": { "description": "Filter videos by title", "type": "string" } }, "type": "object" }

Other Tools from Erick Wendel Contributions MCP

Related Tools

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/ErickWendel/erickwendel-contributions-mcp'

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