Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANAPLAN_PASSWORD | No | Anaplan password for basic authentication. | |
| ANAPLAN_USERNAME | No | Anaplan username (email address) for basic authentication. | |
| ANAPLAN_CLIENT_ID | No | OAuth2 Client ID for Device Grant authentication. | |
| ANAPLAN_CLIENT_SECRET | No | Optional OAuth2 Client Secret for Device Grant authentication. | |
| ANAPLAN_CERTIFICATE_PATH | No | Path to your PEM certificate for certificate-based authentication. | |
| ANAPLAN_PRIVATE_KEY_PATH | No | Path to your private key for certificate-based authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspaces | List all accessible Anaplan workspaces |
| list_models | List models in a workspace |
| get_model | Get model details (status, memory, current workspace) |
| list_modules | List all modules in a model |
| get_module | Get module details with dimensions |
| list_line_items | List line items in a module |
| list_views | List saved views in a module |
| list_lists | List all lists in a model |
| get_list_items | Get items in a list |
| list_imports | List available import actions in a model |
| list_exports | List available export actions in a model |
| list_processes | List available processes in a model |
| list_files | List files in a model |
| run_export | Execute an export action and return the exported data |
| run_import | Upload data then execute an import action |
| run_process | Execute a process (chained actions) |
| run_delete | Execute a delete action on a model |
| upload_file | Upload data to an Anaplan file |
| download_file | Download file content from a model |
| get_action_status | Check status of a running action task |
| read_cells | Read cell data from a module view |
| write_cells | Write values to specific cells in a module |
| add_list_items | Add new items to a list |
| update_list_items | Update existing items in a list |
| delete_list_items | Remove items from a list |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |