Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_expense | Add a new expense to the database. |
| list_expenses | List all expenses in the database between start_date and end_date (inclusive). |
| summarize | Summarize expenses by category within the inclusive date range. Returns list of {"category": ..., "total": ...} ordered by total descending. |
| edit_expense | Edit an existing expense in the database. |
| delete_expense | Delete an expense from the database. |
| add_credit | Add credit to the user's account. By default updates 'default' user. Returns new credit amount. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| categories |