Skip to main content
Glama
roksana-commits

Ventless Fireplace Review MCP Server

Get website content

get_content
Read-only

Retrieve a public WordPress page or post by its slug and get it as readable Markdown for browsing fireplace guides, reviews, and safety information.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesWordPress slug, for example editorial-policy
contentTypeNoExpected content type, or anyany
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark as read-only and open-world. The description adds the behavior of converting to Markdown and retrieving public/published content, which is transparent. No side effects mentioned, but none are expected given annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, concise, and front-loaded with the core purpose. No unnecessary words, well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple retrieval tool, the description covers the essential aspects: what it retrieves, by what identifier, and the output format (Markdown). It also notes restriction to public/published content, which is useful context. No output schema exists, but the description sufficiently explains the return.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema descriptions for both parameters are complete (slug format and example, contentType enum with default). The description doesn't add extra meaning beyond what the schema already provides, so it's adequately covered but not enhanced.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves a single page or post by WordPress slug and converts it to Markdown. It distinguishes from sibling tools like search_content and list_content by focusing on retrieval of a specific item.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It implies when to use (when you have a specific slug and want content) and hints at alternatives via 'one' vs. list/search. However, it could explicitly state to prefer search_content for searching or list_content for listing, but it's mostly clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/roksana-commits/ventlessfireplacereviewMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server