> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Spotify

> Use a tool to work with the user's connected Spotify account.

{/* Tool: use_app_spotify */}

## Parameters

<ParamField path="tool_name" type="string" required={true}>
  Exact tool name from `list_app_tools`, or "spotify-search" to search for music
</ParamField>

<ParamField path="configured_props" type="object" required={true}>
  Props for the action. For search: `{"type": "track|album|artist|playlist"}`. For actions: see list\_app\_tools
</ParamField>

<ParamField path="search_query" type="string" default={""}>
  Search string (required when tool\_name="spotify-search"), e.g., "Drake Hotline Bling"
</ParamField>
