Skip to main content
Glama

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_image_to_svgA

Convert a raster image (PNG, JPG, or WEBP) to SVG vector format.

Accepts either base64-encoded image data or a URL. Returns the SVG content as a string. Adjust tracing parameters to control the fidelity and complexity of the output.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion or overlap. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The single tool name follows a consistent verb_noun pattern (convert_image_to_svg). No inconsistency is possible with only one tool.

Tool Count4/5

The server is scoped to a single conversion task, so one tool is reasonable. However, it feels slightly minimal; additional tools for parameter adjustment or batch processing could be beneficial.

Completeness4/5

The tool covers the core conversion operation but lacks auxiliary tools for e.g., managing tracing parameters or validating outputs. This is a minor gap given the focused domain.

Maintenance

ActivityStale
ResponsivenessNo issues