search_image
Image search tool: queries Pixabay image API by keywords and returns image URLs and metadata for references, backgrounds, and design assets.
Image search tool: queries Pixabay image API by keywords and returns image URLs and metadata for references, backgrounds, and design assets.
Overview
| Field | Value |
|---|---|
| Model ID | search-image |
| CLI | dlazy search_image |
| MCP | search_image (Claude Code surfaces this as mcp__dlazy__search_image) |
| Type | tool |
| Execution | Returns synchronously |
| Batch | --batch not supported |
Parameters
| Arg | Type | Required | Notes |
|---|---|---|---|
query | string | Yes | Search Query |
imageType | "all" | "photo" | "illustration" | "vector" | No | Image Type; default "all" |
orientation | "all" | "horizontal" | "vertical" | No | Orientation; default "all" |
page | string | No | Page; default 1 |
perPage | string | No | Results Per Page; default 10 |
lang | string | No | Language; default "zh" |
--input @file.jsonor--input '{...}'can supply all args at once; flags take precedence over--inputkeys.
CLI Examples
dlazy search_image --help
dlazy search_image --query "value"
dlazy search_image --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_image; generic clients (e.g. OpenClaw) call it as search_image.
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.
search_audio
Audio search tool: searches Pixabay Music and returns royalty-free track URLs and metadata for background music selection. Use 2-3 short English style keywords (e.g. 'upbeat pop energetic'); a long phrase or sentence returns zero results. Each hit's track URL is in the `url` field.
search_video
Video search tool: queries Pixabay video API by keywords and returns stock video URLs and metadata for footage sourcing.