Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FFS_BASE_URL | Yes | FFS API base URL | |
| FFS_RC_API_URL | Yes | RingCentral API URL | |
| FFS_RC_CLIENT_CREDENTIALS | Yes | Base64 encoded client credentials |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ffs_get_user_info | Get AccountId and ExtensionId from RingCentral credentials. Use ExtensionId for individual user, AccountId for entire company. |
| ffs_search_flag | Search for FFS flags by keyword. Returns matching flags with their IDs and types. |
| ffs_get_flag_options | Get all available options (values) for a Flag. Shows Value IDs needed for updates. |
| ffs_check_account | Check the current status of an AccountId or ExtensionId in a Flag. |
| ffs_update_account | Update an AccountId or ExtensionId to use a specific Flag value. Uses MCP Auto Condition for management. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |