pco_list_songs
Search and retrieve songs from the Planning Center Services library with filters for title, visibility, and pagination. Returns song details including title, author, CCLI number, and last scheduled date.
Instructions
List songs in the Planning Center Services song library.
Args:
query (string, optional): Search songs by title
hidden (boolean, optional): Filter by hidden status (true = hidden, false = visible only)
limit (number): Max results (1-100, default 25)
offset (number): Pagination offset (default 0)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: List of songs with title, author, CCLI number, and last scheduled date. Error: Returns "Error: ..." if the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search songs by title | |
| hidden | No | Filter by hidden status | |
| limit | No | Maximum number of results to return (1-100, default: 25) | |
| offset | No | Number of results to skip for pagination (default: 0) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |