Module adcp.server.brand
Brand rights handler for ADCP server implementations.
Classes
class BrandHandler-
Expand source code
class BrandHandler(ADCPHandler): """Handler for brand rights operations. Subclass this to implement brand identity and rights management. Only brand rights tools will be exposed via MCP. Example: class MyBrandAgent(BrandHandler): async def get_brand_identity(self, params, context=None): # Implement brand identity lookup pass """ _agent_type = "Brand agents"Handler for brand rights operations.
Subclass this to implement brand identity and rights management. Only brand rights tools will be exposed via MCP.
Example
class MyBrandAgent(BrandHandler): async def get_brand_identity(self, params, context=None): # Implement brand identity lookup pass
Ancestors
- ADCPHandler
- abc.ABC
Inherited members
ADCPHandler:acquire_rightsactivate_signalbuild_creativecalibrate_contentcheck_governancecomply_test_controllercontext_matchcreate_content_standardscreate_media_buycreate_property_listdelete_property_listget_account_financialsget_adcp_capabilitiesget_brand_identityget_content_standardsget_creative_deliveryget_creative_featuresget_media_buy_artifactsget_media_buy_deliveryget_media_buysget_plan_audit_logsget_productsget_property_listget_rightsget_signalsidentity_matchlist_accountslist_content_standardslist_creative_formatslist_creativeslist_property_listslog_eventpreview_creativeprovide_performance_feedbackreport_plan_outcomereport_usagesi_get_offeringsi_initiate_sessionsi_send_messagesi_terminate_sessionsync_accountssync_audiencessync_catalogssync_creativessync_event_sourcessync_plansupdate_content_standardsupdate_media_buyupdate_property_listvalidate_content_delivery