Skip to main content
Glama

Surli MCP

update_alias

Update the custom alias of an existing short link (requires supported plan).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
surlYesThe current short URL or alias
new_aliasYesThe desired new custom alias

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It communicates that the operation is a mutation and that a supported plan is needed, but it does not disclose uniqueness constraints, whether the old alias becomes available, timing, idempotency, or what the response indicates about success.

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, focused sentence with no redundant phrasing. The core action and resource are front-loaded, and the plan requirement is appended without adding clutter.

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?

For a two-parameter mutation tool with a fully documented schema, the description covers the essential operation and plan requirement. However, with no annotations and no output schema, it leaves gaps around expected behaviors such as alias conflict handling, whether the destination remains unchanged, and failure conditions.

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 description coverage is 100%, so the schema already documents both parameters. The description adds minimal semantic value beyond matching 'surl' to 'existing short link' and 'new_alias' to 'custom alias', but it does not provide extra format, uniqueness, or validation details.

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 states a specific action ('Update'), a specific resource ('custom alias of an existing short link'), and a plan prerequisite. This clearly differentiates it from the sibling update_destination, which would update the destination URL rather than the alias.

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 includes a prerequisite ('requires supported plan') but does not explicitly say when to use this tool versus alternatives such as update_destination or create_short_link. Usage context is implied rather than directly stated.

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