Skip to main content
Glama
aleck31
by aleck31

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLOGGER_API_KEYNoGoogle Blogger API key for read-only access
DEFAULT_BLOG_IDNoDefault Blog ID, used when blogId is omitted from tool calls
GOOGLE_CLIENT_IDNoOAuth 2.0 Client ID for write operations
GOOGLE_CLIENT_SECRETNoOAuth 2.0 Client Secret for write operations

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_blogsA

List all blogs for the authenticated user (OAuth required)

get_blog_infoB

Get information about a blog by URL or ID

list_postsC

List posts from a blog

list_draftsB

List draft posts from a blog

get_postC

Get a specific post by ID

search_postsC

Search for posts in a blog

create_postC

Create a new blog post

update_postC

Update an existing blog post

change_post_statusB

Publish a draft post or revert a published post to draft

delete_postC

Delete a blog post

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific resources and actions: list_blogs vs. get_blog_info, list_posts vs. search_posts vs. list_drafts, and create/update/delete/change_status for posts. No ambiguity exists between tools.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case (e.g., create_post, list_blogs, update_post). The naming is predictable and uniform across all 10 tools.

Tool Count5/5

With 10 tools, the server is well-scoped for a blogging platform, covering blog management, post CRUD operations, and listing/searching functions. Each tool earns its place without bloat.

Completeness5/5

The tool set provides complete CRUD/lifecycle coverage for the blogging domain: create, get, update, delete, and status change for posts, plus blog listing/info and post listing/searching. No obvious gaps exist for core workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues