dLazy AIdLazy AI
Model ReferenceAuxiliary Tools

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.

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.

Overview

FieldValue
Model IDsearch-audio
CLIdlazy search_audio
MCPsearch_audio (Claude Code surfaces this as mcp__dlazy__search_audio)
Typetool
ExecutionReturns synchronously
Batch--batch not supported

Parameters

ArgTypeRequiredNotes
querystringYesSearch Query
minDurationstringNoMin Duration (s)
maxDurationstringNoMax Duration (s)
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_audio --help
dlazy search_audio --query "value"
dlazy search_audio --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_audio; generic clients (e.g. OpenClaw) call it as search_audio.

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