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 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_publisher_metadata | Get publisher metadata from OpenSincera API. Requires either publisherId or publisherDomain. |
get_publisher_by_domain | Get a single publisher by domain name |
get_publisher_by_id | Get a single publisher by publisher ID |
health_check | Check the health status of the OpenSincera API connection |