Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLOGGER_API_KEY | No | Google Blogger API key for read-only access | |
| DEFAULT_BLOG_ID | No | Default Blog ID, used when blogId is omitted from tool calls | |
| GOOGLE_CLIENT_ID | No | OAuth 2.0 Client ID for write operations | |
| GOOGLE_CLIENT_SECRET | No | OAuth 2.0 Client Secret for write operations |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_blogs | List all blogs for the authenticated user (OAuth required) |
| get_blog_info | Get information about a blog by URL or ID |
| list_posts | List posts from a blog |
| list_drafts | List draft posts from a blog |
| get_post | Get a specific post by ID |
| search_posts | Search for posts in a blog |
| create_post | Create a new blog post |
| update_post | Update an existing blog post |
| change_post_status | Publish a draft post or revert a published post to draft |
| delete_post | Delete a blog post |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |