Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AWS_ACCESS_KEY_ID | No | AWS access key ID for DynamoDB access | |
AWS_SECRET_ACCESS_KEY | No | AWS secret access key for DynamoDB access |
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 |
---|---|
listNotes | Lists all notes, or search notes with tags you seen in previous list operation. |
getNote | Retrieves a specific note by its ID. |
writeNote | Creates or updates a note with a unique ID suffixed by a random number. |
deleteNote | Deletes a specific note by its ID. |