Skip to main content
Glama

Server Details

Cloudflare Workers MCP server: blog

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
lazymac2x/blog-api
GitHub Stars
0

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 DescriptionsA

Average 3.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: listing all articles, retrieving a specific article by slug, and full-text searching. No functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (get_article, list_articles, search_articles), making them predictable.

Tool Count5/5

Three tools is appropriate for a read-only blog server, covering the essential operations of listing, retrieving, and searching without unnecessary bloat.

Completeness2/5

The server is limited to read-only operations (list, get, search). It lacks CRUD operations like create, update, and delete articles, which are common for blog management, leaving significant gaps.

Available Tools

3 tools
get_articleInspect

Get the full Markdown body of a specific blog article by slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesArticle slug, e.g. mcp-server-security-top-10-vulnerabilities-2026
list_articlesInspect

List all blog articles with slug, title, description, date, tags, and reading time.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag (optional)
search_articlesInspect

Full-text search across article titles, descriptions, tags, and bodies. Returns matching articles with a relevance score.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch terms

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.