Model ReferenceAuxiliary Tools
search_video
Video search tool: queries Pixabay video API by keywords and returns stock video URLs and metadata for footage sourcing.
Video search tool: queries Pixabay video API by keywords and returns stock video URLs and metadata for footage sourcing.
Overview
| Field | Value |
|---|---|
| Model ID | search-video |
| CLI | dlazy search_video |
| MCP | search_video (Claude Code surfaces this as mcp__dlazy__search_video) |
| Type | tool |
| Execution | Returns synchronously |
| Batch | --batch not supported |
Parameters
| Arg | Type | Required | Notes |
|---|---|---|---|
query | string | Yes | Search Query |
videoType | "all" | "film" | "animation" | No | Video Type; default "all" |
category | "backgrounds" | "fashion" | "nature" | "science" | "education" | "feelings" | "health" | "people" | "religion" | "places" | "animals" | "industry" | "computer" | "food" | "sports" | "transportation" | "travel" | "buildings" | "business" | "music" | No | Category |
minDuration | string | No | Min Duration (s) |
maxDuration | string | No | Max Duration (s) |
page | string | No | Page; default 1 |
perPage | string | No | Results Per Page; default 10 |
--input @file.jsonor--input '{...}'can supply all args at once; flags take precedence over--inputkeys.
CLI Examples
dlazy search_video --help
dlazy search_video --query "value"
dlazy search_video --query "value" --dry-runMCP
MCP is consumed by AI clients, not handwritten. Once dLazy is registered as an MCP server the tool appears in the client's tool list — Claude Code surfaces it as mcp__dlazy__search_video; generic clients (e.g. OpenClaw) call it as search_video.
See MCP setup for how to add the server.
Output
{
"outputs": [
{ "type": "json", "id": "o_...", "value": { /* tool-specific payload */ } }
]
}Structured payloads are returned as json outputs; the inner shape is tool-specific.