MCP Notes
by 9Ninety
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listNotesB | Lists all notes, or search notes with tags you seen in previous list operation. |
| getNoteB | Retrieves a specific note by its ID. |
| writeNoteC | Creates or updates a note with a unique ID suffixed by a random number. |
| deleteNoteC | Deletes a specific note by its ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |