Skip to main content
Glama
zvmzaretsky

FabTally Utility Belt

by zvmzaretsky

Slugify / case-convert / template-fill

text

Convert input strings to URL slugs, apply case transformations (camel, snake, kebab, etc.), or fill template placeholders with data.

Instructions

FREE. Text transforms. op='slugify' -> URL slug; op is one of camel|pascal|snake|kebab|constant|dot|path|title|sentence|upper|lower for case conversion; op='template' fills {{placeholders}} from data. Args: op, text (for slugify/case), or template + data (for template).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYesslugify | template | camel | pascal | snake | kebab | constant | dot | path | title | sentence | upper | lower
dataNoObject of values for op='template'.
textNoInput text for slugify/case ops.
strictNotemplate: throw on missing keys.
templateNoTemplate string for op='template', with {{key}} placeholders.
separatorNoSlug separator (default '-').
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool is free, describes each op's behavior (e.g., slugify -> URL slug), and specifies required argument combinations. However, it omits return format, error behavior (though strict is in schema), and any side effects.

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 compact, starts with the core purpose ('FREE. Text transforms.'), and every sentence provides necessary detail. It avoids redundancy with the schema.

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

Completeness3/5

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

While the description covers the main operations and argument combinations, it lacks a statement about return values, which is important given there is no output schema. It also does not address potential error cases, though strict behavior is documented in the schema.

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?

The schema has 100% coverage, so the baseline is 3. The description adds value by explaining which parameters are used together for different ops, and elaborates on the 'op' parameter semantics beyond the schema's list enumeration.

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 explicitly identifies the tool as 'Text transforms' and enumerates all operations (slugify, case conversions, template filling), making its purpose unambiguous and distinct from sibling tools like encode or hash.

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?

It provides clear context by specifying which op requires which arguments (op + text for slugify/case, template + data for template), and implies when to use each op. However, it does not explicitly mention when NOT to use this tool or point to 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/zvmzaretsky/fabtally-belt-mcp'

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