Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENSINCERA_API_KEY | Yes | Your OpenSincera API key | |
| OPENSINCERA_TIMEOUT | No | Request timeout in milliseconds | 10000 |
| OPENSINCERA_BASE_URL | No | OpenSincera API base URL | https://open.sincera.io/api |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_publisher_metadata | Get detailed publisher metadata from OpenSincera API with comprehensive field descriptions. Requires either publisherId or publisherDomain. Returns publisher information including:
Each metric includes detailed explanations of what it measures and its business implications. |
| get_publisher_by_domain | Get detailed publisher information by domain name with comprehensive metric descriptions. Returns formatted data including performance metrics, supply chain information, and detailed explanations of each field's meaning and business impact. |
| get_publisher_by_id | Get detailed publisher information by Publisher ID with comprehensive metric descriptions. Returns formatted data including performance metrics, supply chain information, and detailed explanations of each field's meaning and business impact. |
| health_check | Check the health status of the OpenSincera API connection |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |