Skip to main content
Glama

markdown_to_svg

Convert Markdown text into customizable SVG images for scalable visualization, supporting headings, lists, and tables with adjustable dimensions and padding.

Instructions

mardown转换为svg图片

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
md_textYes
output_file_pathNooutput.svg
widthNo
paddingNo
Behavior2/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 of behavioral disclosure. It only states the conversion function without mentioning side effects (e.g., file creation, overwriting), error handling, performance, or output details. This is inadequate for a tool that likely writes files and processes input, leaving the agent with insufficient behavioral context.

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

Conciseness4/5

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

The description is very concise with a single phrase, which is efficient and front-loaded. However, it includes a typo ('mardown'), slightly reducing clarity. Overall, it's appropriately sized for a simple tool but could benefit from minor correction.

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

Completeness2/5

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

Given the tool has 4 parameters with 0% schema coverage, no annotations, and no output schema, the description is incomplete. It only states the basic function without addressing parameter meanings, behavioral traits, or output format. For a conversion tool with file output, this leaves significant gaps in understanding how to use it effectively.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate by explaining parameters, but it adds no parameter information beyond the tool's name. Parameters like 'md_text', 'output_file_path', 'width', and 'padding' are undocumented in both schema and description, leaving their purposes unclear. The description fails to provide any semantic context for the inputs.

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

Purpose3/5

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

The description 'mardown转换为svg图片' (markdown to SVG image) clearly states the tool's function as converting markdown to SVG, which is a specific verb+resource. However, it contains a typo ('mardown' instead of 'markdown'), and there are no sibling tools mentioned, so differentiation isn't applicable. The purpose is understandable but lacks precision due to the error.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, prerequisites, or context. It simply states what the tool does without any usage instructions or exclusions. Since no sibling tools are listed, this isn't a major gap, but it still lacks basic operational context.

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/yossi-lee/md2svg-mcp'

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