Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
EMLOG_API_KEY | Yes | Emlog API 密钥 | |
EMLOG_API_URL | Yes | Emlog API 基础 URL |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Emlog Articles | All blog articles from Emlog |
Emlog Categories | All categories from Emlog |
Emlog Comments | All comments from Emlog |
Emlog Notes | All micro-notes from Emlog |
Emlog Users | User information from Emlog |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_article | Create a new blog article |
update_article | Update an existing blog article |
get_article | Get a specific article by ID |
search_articles | Search articles by keyword, tag, or category |
like_article | Like an article |
add_comment | Add a comment to an article |
get_comments | Get comments for an article |
create_note | Create a new micro-note |
upload_file | Upload a file (image, document, etc.) |
get_user_info | Get current user information |