dLazy AIdLazy AI
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

FieldValue
Model IDsearch-video
CLIdlazy search_video
MCPsearch_video (Claude Code surfaces this as mcp__dlazy__search_video)
Typetool
ExecutionReturns synchronously
Batch--batch not supported

Parameters

ArgTypeRequiredNotes
querystringYesSearch Query
videoType"all" | "film" | "animation"NoVideo Type; default "all"
category"backgrounds" | "fashion" | "nature" | "science" | "education" | "feelings" | "health" | "people" | "religion" | "places" | "animals" | "industry" | "computer" | "food" | "sports" | "transportation" | "travel" | "buildings" | "business" | "music"NoCategory
minDurationstringNoMin Duration (s)
maxDurationstringNoMax Duration (s)
pagestringNoPage; default 1
perPagestringNoResults Per Page; default 10

--input @file.json or --input '{...}' can supply all args at once; flags take precedence over --input keys.

CLI Examples

dlazy search_video --help
dlazy search_video --query "value"
dlazy search_video --query "value" --dry-run

MCP

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.

On this page