Skip to main content
Glama
mhoydich

digital-fireplace-mcp

by mhoydich

Get Fireplace Embed Code

fireplace_get_embed_code
Read-onlyIdempotent

Generate an HTML iframe snippet to embed a digital fireplace on any webpage. Configure fireplace style, dimensions, and optional host URL.

Instructions

Return a turnkey HTML snippet for embedding a fireplace on any page. The iframe points to the locally running Digital Fireplace server (default http://127.0.0.1:4700) — set FIREPLACE_SERVER_URL on the MCP server to change it for production. Always includes a Good Feels sponsor attribution comment.

Args:

  • slug: fireplace slug

  • width: iframe width in px (default 800)

  • height: iframe height in px (default 500)

  • host: override host URL (e.g. https://fireplaces.example.com)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesFireplace slug — see fireplace_list_styles for options
widthNo
heightNo
hostNoOverride the host base URL
Behavior4/5

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

Annotations already indicate readOnlyHint, destructiveHint, idempotentHint. The description adds valuable context: the iframe points to a local server (configurable via FIREPLACE_SERVER_URL) and always includes a sponsor attribution comment. No contradictions.

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 concise and well-structured: a single clear sentence about purpose, followed by key behavioral notes and a bullet list of arguments. Every sentence earns its place with no fluff.

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

Completeness4/5

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

Given 4 parameters, no output schema, and annotations, the description is nearly complete. It explains the return format (iframe snippet), server URL configuration, and the sponsor attribution. It lacks details about error handling or edge cases, but covers the main behavioral expectations.

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 input schema covers 2 of 4 parameters with descriptions (slug and host). The description lists all parameters with brief explanations (e.g., width in px, default values) but adds no new semantic information beyond what the schema already provides. With 50% schema coverage, the description compensates only minimally.

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 verb 'return' and the resource 'HTML <iframe> snippet for embedding a fireplace on any page'. It distinguishes this tool from siblings like fireplace_get_html or fireplace_get_url by specifying it returns a turnkey embed snippet.

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?

The description provides context for usage (embedding on any page) and mentions server URL configuration, but does not explicitly compare with sibling tools like fireplace_get_html or fireplace_get_url to guide when to choose this tool over alternatives.

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/mhoydich/digital-fireplace-mcp'

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