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 |
---|---|
create-post | Create a new post with the provided content |
reply-to-post | Create a reply to an existing post |
toggle-like | Like or unlike a post |
get-feed | Get recent posts feed (50 most recent posts in reverse chronological order) along with the current topic |
update-username | Update the authenticated user's username |