Skip to main content
Glama

Split (creator affiliate platform)

Check page slug

split_check_slug
Read-onlyIdempotent

Turn a desired page handle into an available slug. Must POST — the GET variant of this endpoint ignores input entirely and derives a slug from the account name. A 400 'already exists' means the exact slug is taken.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
desiredYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive. The description adds valuable context by explaining the 400 'already exists' error meaning and the behavioral difference between POST and GET variants, without contradicting the annotations.

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?

Three sentences, each carrying essential information: the core transformation, the required HTTP method and alternative behavior, and the error semantics. No filler or repetition.

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?

The description is complete enough for a simple one-parameter tool with read-only annotations. It covers the operation, method caveat, and error meaning. Not specifying the exact response structure is a minor gap since the output is implied by 'available slug.'

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 only defines 'desired' as a string with no description. The description compensates by calling it a 'desired page handle' and explaining that it is transformed into an available slug, adding semantic meaning beyond the raw schema.

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 states a clear action and resource: 'Turn a desired page handle into an available slug.' This is specific and understandable. It does not explicitly name sibling tools to differentiate from, but the purpose is distinct enough from the listed siblings.

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

Usage Guidelines5/5

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

The description explicitly says 'Must POST' and contrasts this with 'the GET variant of this endpoint ignores input entirely and derives a slug from the account name.' This gives the agent clear conditions for when to use this tool and what the alternative does.

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.

Resources