dLazy AIdLazy AI
Model ReferenceAuxiliary Tools

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

FieldValue
Model IDsearch-image
CLIdlazy search_image
MCPsearch_image (Claude Code surfaces this as mcp__dlazy__search_image)
Typetool
ExecutionReturns synchronously
Batch--batch not supported

Parameters

ArgTypeRequiredNotes
querystringYesSearch Query
imageType"all" | "photo" | "illustration" | "vector"NoImage Type; default "all"
orientation"all" | "horizontal" | "vertical"NoOrientation; default "all"
pagestringNoPage; default 1
perPagestringNoResults Per Page; default 10
langstringNoLanguage; default "zh"

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

CLI Examples

dlazy search_image --help
dlazy search_image --query "value"
dlazy search_image --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_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.

On this page