Skip to main content
Glama
RyanKramer

AutoRank MCP

by RyanKramer

slugify

Convert a title into a clean URL slug for better SEO. Specify max length and keep stopwords as needed.

Instructions

Turn a title into a clean URL slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
max_lengthNo
keep_stopwordsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral transparency. It only states the core transformation ('clean URL slug') without disclosing how the slug is generated—such as lowercase conversion, separator handling, stopword removal, or truncation behavior via max_length. This leaves significant behavior undisclosed for a transformation tool.

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, direct sentence with no padding or repetition. It front-loads the core purpose and uses every word effectively, making it highly concise.

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 relatively simple, and the description gives the essential purpose. However, with an output schema present, return values are likely documented elsewhere, but the description still lacks key contextual information about how the parameters affect behavior. It is minimally adequate for a basic utility but leaves out important details for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate by explaining parameter meanings. However, it does not mention any of the parameters (text, max_length, keep_stopwords). The parameter names are somewhat self-explanatory, but the description adds no value in clarifying how max_length affects output or what 'keep_stopwords' means.

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 uses a specific verb ('Turn') and clearly states the resource ('a title') and the outcome ('a clean URL slug'). It is immediately obvious what the tool does and it naturally differentiates from the sibling tools, which are all focused on meta tags, schemas, or SEO metrics rather than slug generation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage scenarios (converting titles for URLs) but does not explicitly state when to prefer this tool over alternatives or mention any prerequisites. Since none of the siblings perform slugification, there is no real alternative to differentiate from, but the lack of explicit guidance on when to use it keeps the score at a mid level.

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/RyanKramer/autorank-mcp'

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