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 |
---|---|
summarize_notes | Summarize all notes |
post_blog | use this prompt when publishing a cms blog |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
First Note | A text note: First Note |
Second Note | A text note: Second Note |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_note | Create a new note |
write_note | Write a new note |
post_blog | Post a blog article to the CMS API using Zod validation |
validate_blog | Validate blog data using Zod schema without posting |