Skip to main content
Glama
tracsoftllc

Planning Center Online MCP Server

by tracsoftllc

pco_list_series

Retrieve sermon and service series from Planning Center Services by specifying a service type ID. Returns series titles, artwork, and plan counts in markdown or JSON format.

Instructions

List sermon/service series in Planning Center Services.

Args:

  • service_type_id (string): The service type ID (get this from pco_list_service_types)

  • 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 series with title, artwork, and plan count. Error: Returns "Error: Resource not found" if service_type_id is invalid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_type_idYesThe service type ID
limitNoMaximum number of results to return (1-100, default: 25)
offsetNoNumber of results to skip for pagination (default: 0)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tracsoftllc/PCO-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server