Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_expense | - |
| list_expenses | list all expenses within an inclusive date range |
| summarize | - |
| update | Update an expense.Only provided fields will be updated. |
| delete | Delete expenses based on any column criteria. like id,date,category,subcategory,amount,note,start_date,end_date |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| categories | Get available expense categories |