Skip to main content
Glama

slugify

Unicode-aware url-safe slug (latin + Cyrillic transliteration) Free check: https://sigtap-outreach-api.sigtap.workers.dev/preview/tools/slug = 200 demo sample, no wallet. Paid call: 402 challenge -> sign -> retry = settled on-chain. ($0.001 USDC on Base, x402)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to slugify
maxlengthNoMax slug length 1-500 (default 60)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
lengthYes
warningsNo
maxlengthNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "length": {
      +      "type": "number"
      +    },
      +    "maxlength": {
      +      "type": "number"
      +    },
      +    "slug": {
      +      "type": "string"
      +    },
      +    "warnings": {
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "slug",
      +    "length"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it does disclose important behavior: Unicode handling, transliteration, a free no-wallet preview, and a paid flow involving a 402 challenge, signing, retry, and $0.001 USDC settlement on Base. This is strong transparency, though it stops short of covering edge cases or failure behavior.

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 functional purpose is front-loaded, and the payment instructions are compact and relevant. The long preview URL and telegraphic '= 200 demo sample' add some clutter, but the description overall is reasonably sized and information-dense.

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?

An output schema exists, so the return format need not be explained. The description covers the core transformation, transliteration scope, free testing path, paid cost, and the sign-and-retry protocol, which is largely sufficient for an agent to invoke the tool correctly. Missing explicit use-case guidance is the main gap.

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% for both parameters, so the baseline is 3. The description adds value by explaining that the text input is processed with Unicode awareness and Latin/Cyrillic transliteration, which elaborates on the schema's bare 'Text to slugify' description.

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

Purpose4/5

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

The description clearly identifies the tool as producing a 'Unicode-aware url-safe slug' and mentions Latin/Cyrillic transliteration, so an agent can infer the core transformation. However, it is a noun phrase rather than an explicit verb statement, and it does not differentiate from sibling text utilities such as hash_text.

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 gives no guidance about when to select slugify over alternatives like hash_text or uuid_batch. It only explains payment modes (free check vs paid call), which is operational context rather than use-case guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.