Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROSSUM_API_KEY | Yes | Your Rossum API key | |
| ROSSUM_API_BASE | No | The base URL for the Rossum API | https://api.elis.rossum.ai/v1 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rossum_get_queues | Get all queues from the Rossum organization. |
| rossum_get_schema | Get a specific schema by its ID. Args: schema_id: The ID of the schema to retrieve |
| rossum_get_hooks | Get all serverless function hooks from the Rossum organization. |
| rossum_get_hook | Get a specific serverless function hook by its ID, including its source code. Args: hook_id: The ID of the hook to retrieve |
| rossum_get_workspaces | Get all workspaces from the Rossum organization. |
| rossum_get_workspace | Get a specific workspace by its ID. Args: workspace_id: The ID of the workspace to retrieve |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |