Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | info |
RS_SERVICE_USER | Yes | Username and company ID in format username:company_id | |
RS_SERVICE_PASSWORD | Yes | Your RS.ge service password |
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 |
---|---|
get_waybills | Get waybills from RS.ge for a specific date range. Returns all waybills created within the specified dates. Can optionally filter by buyer TIN. |
lookup_tin | Look up a company or person name from their TIN (Tax Identification Number) in the RS.ge system. |
get_waybill_types | Get all available waybill types from RS.ge system |
get_error_codes | Get all error codes and their descriptions from RS.ge system |
get_akciz_codes | Get akciz (excise) codes from RS.ge system. Optionally filter by search text. |