Skip to main content
Glama

OpenSincera MCP Server

by miyaichi

get_publisher_metadata

Retrieve detailed metadata for digital advertising publishers using OpenSincera API by entering a publisher ID or domain. Supports result filtering with limit and offset parameters.

Instructions

Get publisher metadata from OpenSincera API. Requires either publisherId or publisherDomain.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1-100)
offsetNoNumber of results to skip
publisherDomainNoPublisher domain to search for
publisherIdNoPublisher ID to search for

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "description": "Number of results to skip", "minimum": 0, "type": "number" }, "publisherDomain": { "description": "Publisher domain to search for", "type": "string" }, "publisherId": { "description": "Publisher ID to search for", "type": "string" } }, "required": [], "type": "object" }

Other Tools from OpenSincera MCP Server

Related Tools

    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/miyaichi/opensincera-mcp-server'

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