build-collection-agent

Build an Ad Context Protocol collection management agent with MCP tool handlers.

2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/adcontextprotocol/adcp-go --skill build-collection-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-collection-agent
Source: https://github.com/adcontextprotocol/adcp-go/tree/main/skills/build-collection-agent
Command: npx skills add https://github.com/adcontextprotocol/adcp-go --skill build-collection-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enables you to build an Ad Context Protocol (AdCP) agent that creates, manages, and resolves curated content collection lists for targeting and brand safety.

Core Features & Use Cases

  • Collection list lifecycle in Go: Create, retrieve, update, delete, and list managed collection lists through MCP tools.
  • Dynamic resolution with auth tokens: Resolve collections at setup time and return an auth token at creation for referencing by other agents.
  • Flexible base selection & filtering: Build lists from cross-publisher distribution IDs or publisher-specific collections/genres, then narrow results with content rating and genre filters.

Quick Start

Implement a Go MCP server that registers the AdCP collection tools and start it, then ask the agent to create a collection list for specific distribution IDs and return the auth token.

Frequently Asked Questions about build-collection-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Go MCP agent for AdCP collection management?

An AdCP collection agent creates, manages, and serves curated content collection lists for ad targeting and brand safety, resolving show, publication, or event collections dynamically using authentication tokens.

How do I manage the lifecycle of AdCP collection lists in Go?

You can filter AdCP collection lists by applying content rating and genre filters, and by selecting base lists from cross-publisher distribution IDs or publisher-specific collections before resolving them.

Does the AdCP collection agent support webhook updates and pagination?

Yes, the AdCP collection agent supports webhook-ready updates and optional pagination for serving resolved content collection lists, allowing downstream systems to receive continuous updates.

How are auth tokens used when creating AdCP collection lists?

Auth tokens are returned at creation time when resolving AdCP collections, providing a token-first referencing mechanism for other agents to securely access the managed collection lists.

Can I filter AdCP collection lists by content rating and genre?

Yes, you can narrow AdCP collection list results by applying content rating and genre filters, after initially building the base list from cross-publisher distribution IDs or publisher-specific collections.