Skip to main content
Glama
Pranav-stac

utf8-file-ops

by Pranav-stac

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
utf8_writeA

Create or overwrite a file as UTF-8 (no BOM). Use instead of Cursor Write on Windows.

utf8_replaceA

Replace text in an existing file and save as UTF-8. Use instead of Cursor StrReplace on Windows.

utf8_verifyB

Check whether a file is valid UTF-8 and optionally fix UTF-16 corruption.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct role: write creates/overwrites, replace edits existing content, and verify checks/fixes encoding. There is no meaningful overlap between them.

Naming Consistency5/5

All tool names follow the uniform utf8_<verb> pattern with snake_case throughout, making the set predictable and easy to navigate.

Tool Count5/5

Three tools is a well-scoped size for a narrow, purpose-built server focused on UTF-8 file operations. Each tool earns its place without redundancy.

Completeness4/5

The set covers the core operations implied by the domain: write, replace, and verify. A read or conversion tool could round it out, but the stated UTF-8-focused purpose is reasonably complete.

Maintenance

ActivityMaintained
ResponsivenessNo issues