Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| createMemo | Create a new memo |
| getMemos | Get all memos |
| getMemo | Get a single memo by ID |
| updateMemo | Update a memo |
| deleteMemo | Delete a memo |
| searchMemos | Search memos by keyword and date range |
| createCategory | Create a new category |
| getCategories | Get all categories |
| getCategory | Get a single category by ID |
| updateCategory | Update a category |
| deleteCategory | Delete a category |