get_publisher_by_id
Retrieve detailed metadata, verification status, and operational metrics for a digital advertising publisher by specifying its unique Publisher ID using the OpenSincera MCP Server API.
Instructions
Get a single publisher by publisher ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
publisherId | Yes | Publisher ID to search for |
Input Schema (JSON Schema)
{
"properties": {
"publisherId": {
"description": "Publisher ID to search for",
"type": "string"
}
},
"required": [
"publisherId"
],
"type": "object"
}