Skip to main content
Glama
hlteoh37

mcp-devutils

by hlteoh37

slug

Make text URL-safe by generating clean slugs. Choose a custom separator to control how words are joined.

Instructions

Generate a URL-safe slug from text

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to slugify
separatorNoWord separator (default: '-')
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. 'URL-safe slug' conveys basic transformation intent, but it does not disclose exact character handling, lowercase conversion, or output format. Some context is added beyond the name, but it is not comprehensive.

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 a single, front-loaded sentence that is direct and contains no filler. It perfectly balances brevity with clarity.

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?

The tool is simple with only two parameters and no output schema. The description provides the essential purpose but lacks context on when to use it, expected output shape, or edge-case behavior. It is adequate for a straightforward utility but not fully complete.

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

Parameters3/5

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

Schema coverage is 100% with both parameters documented ('Text to slugify' and 'Word separator (default: '-')'). The description adds no extra parameter details, so it relies on the schema, which is adequate for this simple tool.

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 uses a specific verb ('Generate') and clearly identifies the resource ('URL-safe slug') and the source ('text'). It is immediately understandable, though it does not explicitly differentiate from sibling tools like url_encode or case_convert.

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?

No guidance is provided on when to use this tool versus alternatives such as url_encode or case_convert. The description merely states what it does, leaving the agent to infer appropriate usage contexts.

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/hlteoh37/mcp-devutils'

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