dLazy AIdLazy AI
模型参考辅助工具

search_video

视频搜索工具:调用 Pixabay 视频 API,根据关键字返回视频 URL 与元数据,适合检索免费视频素材。

视频搜索工具:调用 Pixabay 视频 API,根据关键字返回视频 URL 与元数据,适合检索免费视频素材。

概览

字段
Model IDsearch-video
CLIdlazy search_video
MCPsearch_video(在 Claude Code 中显示为 mcp__dlazy__search_video
类型tool
执行同步返回
批量不支持 --batch

参数

参数类型必填说明
querystringYes搜索关键字
videoType"all" | "film" | "animation"No视频类型;默认 "all"
category"backgrounds" | "fashion" | "nature" | "science" | "education" | "feelings" | "health" | "people" | "religion" | "places" | "animals" | "industry" | "computer" | "food" | "sports" | "transportation" | "travel" | "buildings" | "business" | "music"No分类
minDurationstringNo最小时长(秒)
maxDurationstringNo最大时长(秒)
pagestringNo页码;默认 1
perPagestringNo每页数量;默认 10

--input @file.json--input '{...}' 也可一次性提供所有参数;命令行 flag 优先级更高。

CLI 示例

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

MCP

MCP 由 AI 客户端调用,无需手写示例。把 dLazy 注册成 MCP server 后,工具会自动出现在客户端的工具列表里——Claude Code 中名字是 mcp__dlazy__search_video,OpenClaw 等通用客户端按裸 search_video 调用。

添加 MCP server 见 MCP 集成

输出

{
  "outputs": [
    { "type": "json", "id": "o_...", "value": { /* tool-specific payload */ } }
  ]
}

结构化结果以 json output 返回,具体字段取决于该工具。

On this page