Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZOHO_SCOPE | No | API access scopes for Zoho CRM | ZohoCRM.modules.ALL,ZohoCRM.users.READ |
| ZOHO_CLIENT_ID | Yes | Your Zoho Developer Console app Client ID | |
| ZOHO_API_DOMAIN | No | Zoho API domain specific to your region | https://www.zohoapis.com |
| ZOHO_ACCESS_TOKEN | Yes | Generated access token from the authentication process | |
| ZOHO_REDIRECT_URI | No | Redirect URI for OAuth flow, should match your Zoho app configuration | http://localhost:8080/callback |
| ZOHO_CLIENT_SECRET | Yes | Your Zoho Developer Console app Client Secret | |
| ZOHO_REFRESH_TOKEN | Yes | Generated refresh token from the authentication process |
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 |
|---|---|
No tools | |