dLazy AIdLazy AI
Model ReferenceText Tools

rename

File renaming assistant tool: generates clearer new filenames based on file content and user intent, suitable for asset organization and batch naming.

File renaming assistant tool: generates clearer new filenames based on file content and user intent, suitable for asset organization and batch naming.

Overview

FieldValue
Model IDrename
CLIdlazy rename
MCPrename (Claude Code surfaces this as mcp__dlazy__rename)
Typetext
ExecutionReturns synchronously
BatchSupports --batch <n> parallel fan-out

Parameters

ArgTypeRequiredNotes
filestringYesFile URL
promptstringYesPrompt
languagestringNoLanguage; default "en-US"

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

CLI Examples

dlazy rename --help
dlazy rename --file "value" --prompt "Write your prompt here"
dlazy rename --file "value" --prompt "Write your prompt here" --dry-run
dlazy rename --file "value" --prompt "Write your prompt here" --batch 4

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__rename; generic clients (e.g. OpenClaw) call it as rename.

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