Skip to main content
Glama
roksana-commits

Ventless Fireplace Review MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
site_overviewA

Return public metadata for Ventless Fireplace Review and explain the read-only scope of this server.

search_contentA

Search public published pages and posts on Ventless Fireplace Review by keyword.

list_contentA

List public published pages or posts with titles, URLs, dates, and excerpts.

get_contentA

Retrieve one public published page or post by its WordPress slug, converted to readable Markdown.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
homepagePublic Homepage content from Ventless Fireplace Review
missionPublic Our Mission content from Ventless Fireplace Review
aboutPublic About Ventless Fireplace content from Ventless Fireplace Review
editorial-policyPublic Editorial Policy content from Ventless Fireplace Review

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: overview for metadata, search for keyword lookup, list for enumeration, and get for retrieving a specific post. No functional overlap.

Naming Consistency5/5

All tool names use snake_case and follow a verb-noun pattern (search_content, list_content, get_content), with site_overview being a minor exception but still clear and consistent in style.

Tool Count5/5

The server is intentionally read-only for a single blog, and four tools cover the essential content retrieval operations without redundancy or excess.

Completeness5/5

The tool set fully covers the read-only domain: discovering metadata, searching, listing, and fetching individual content. No write operations are needed given the stated read-only scope.

Maintenance

ActivityMaintained
ResponsivenessNo issues