Skip to main content
Glama

Server Details

An MCP server for the BlogCaster project.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsD

Average 1.9/5 across 7 of 7 tools scored. Lowest: 1/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: authentication (getLoginLink, logout, whoami), blog management (getBlogs), and post lifecycle (publishPost, updatePost, deletePost). There is no overlap or ambiguity between these functional groups.

Naming Consistency3/5

The naming is mixed: some tools use verb_noun (publishPost, updatePost, deletePost), some use noun_verb (getBlogs), and others are single words (logout, whoami). While readable, there is no consistent pattern across all tools.

Tool Count5/5

With 7 tools, this is well-scoped for a blog management server. It covers authentication, blog listing, and full post lifecycle operations, making each tool necessary and justified.

Completeness4/5

The toolset covers authentication, blog listing, and full CRUD for posts (create via publishPost, read via getBlogs, update via updatePost, delete via deletePost). A minor gap is the lack of a tool to get a specific post by ID, but agents can work around this using getBlogs.

Available Tools

7 tools
deletePostInspect
ParametersJSON Schema
NameRequiredDescriptionDefault
postIdYes
platformsYes
getBlogsInspect
ParametersJSON Schema
NameRequiredDescriptionDefault
platformsYes
logoutInspect

Clear current authentication

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

publishPostInspect
ParametersJSON Schema
NameRequiredDescriptionDefault
titleYes
platformsYes
coverImageURLNo
contentMarkdownYes
updatePostInspect
ParametersJSON Schema
NameRequiredDescriptionDefault
titleYes
postIdYes
platformsYes
coverImageURLNo
contentMarkdownYes
whoamiInspect

Check current authenticated user

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources