Skip to main content
Glama
RadouaneElarfaoui

blogger-mcp-toolkit

blogger_media_to_base64

Convert local images to Base64 Data URI and generate a Blogger tag snippet. Embeds images permanently in posts without external hosting.

Instructions

Convert a local image file (.png, .jpg, .jpeg, .webp, .gif, .svg) into an embedded Base64 Data URI and generate a ready-to-use Blogger tag snippet. Guaranteed permanent embedding inside Blogger post bodies without external host dependencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altNoAlt text description for the <img> tag
styleNoCustom CSS inline style string for the <img> tag (defaults to responsive container with rounded corners and shadow)
filePathYesAbsolute local path to the image file (e.g. '/home/user/pictures/hero.png')
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the output (Base64 Data URI and img tag) but does not disclose potential limitations (e.g., size inflation, failure modes, or whether it only reads the file). It is not misleading, but it lacks depth in behavior beyond the core function.

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 two concise sentences, front-loaded with the main action. It provides all necessary information without redundancy, making it easy to parse.

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?

With no output schema, the description clarifies the return value by mentioning the generated <img> tag snippet. It covers essential context for a utility tool, though it could be more explicit about the exact response format or error handling.

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

Parameters4/5

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

Schema coverage is 100%, providing descriptions for all parameters. The description adds value by listing supported image formats, which complements the filePath schema description and informs which files are valid.

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's function: converting local image files to Base64 Data URIs and generating a Blogger <img> tag snippet. It specifies supported formats and the output, distinguishing it from sibling Blogger API tools like post/pages management.

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 on when to use this tool: for embedding images permanently in Blogger posts without external host dependencies. It does not explicitly name alternatives or exclusions, but the use case is 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/RadouaneElarfaoui/blogger-mcp-toolkit'

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