get_publisher_by_domain
Retrieve publisher metadata, verification status, and operational metrics by searching with a specific domain name using the OpenSincera MCP Server API.
Instructions
Get a single publisher by domain name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Publisher domain to search for |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Publisher domain to search for",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}