Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIGNAVIO_EMAIL | Yes | Your Signavio account email address | |
| SIGNAVIO_TENANT | Yes | Your Signavio tenant ID (Workspace ID). Can be found in SAP Signavio Process Manager under Help > Workspace information | |
| SIGNAVIO_BASE_URL | Yes | The base URL for the Signavio API. Region-specific URL (e.g., https://api.eu.signavio.cloud.sap for EU, https://api.us.signavio.cloud.sap for USA, https://api.au.signavio.cloud.sap for Australia, etc.) | |
| SIGNAVIO_PASSWORD | Yes | Your Signavio account password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| signavio_authenticate | Authenticate with Signavio API and get a token |
| signavio_get_root_folders | Get workspace root folders (Shared Documents, My Documents, Trash, Dictionary) |
| signavio_get_folder_contents | Get contents of a specific folder by ID |
| signavio_create_folder | Create a new folder |
| signavio_update_folder | Rename a folder or update its description |
| signavio_move_folder | Move a folder to a new parent or to trash |
| signavio_delete_folder | Permanently delete a folder and all its contents |
| signavio_search_dictionary | Search for dictionary entries |
| signavio_get_dictionary_entry | Get a specific dictionary entry by ID |
| signavio_create_dictionary_entry | Create a new dictionary entry |
| signavio_update_dictionary_entry | Update an existing dictionary entry |
| signavio_delete_dictionary_entry | Delete a dictionary entry |
| signavio_get_dictionary_categories | Get all dictionary categories |
| signavio_get_dictionary_category | Get a specific dictionary category by ID |
| signavio_create_dictionary_category | Create a new dictionary category |
| signavio_get_model | Get model metadata by ID |
| signavio_get_model_revisions | Get all revisions of a model |
| signavio_export_model | Export a model in various formats (json, bpmn2_0_xml, png, svg) |
| signavio_create_model | Create a new model/diagram |
| signavio_update_model | Update a model by creating a new revision |
| signavio_move_model | Move a model to a different folder |
| signavio_publish_model | Publish one or more models to Process Collaboration Hub |
| signavio_search | Perform a full-text search across all content types |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |