Skip to main content
Glama

API-Market MCP Server

by Noveum

Search_Videos

Find and retrieve video search results using customizable query parameters like keywords, result count, country, language, and spellcheck settings.

Instructions

Retrieve video search results based on query parameters

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results to return
countryNoCountry code
qYesSearch query
search_langNoSearch language
spellcheckNoEnable spellcheck

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of results to return", "type": "integer" }, "country": { "description": "Country code", "type": "string" }, "q": { "description": "Search query", "type": "string" }, "search_lang": { "description": "Search language", "type": "string" }, "spellcheck": { "description": "Enable spellcheck", "type": "boolean" } }, "required": [ "q" ], "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/Noveum/api-market-mcp-server'

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