Shorten URL (Short.io)
web.url.shortenTake any long URL and produce a short link with optional custom slug and title. Shortened URLs are hosted at apibase.short.gy.
Instructions
⚡ ACTION: Create a short URL from any long URL. Optional custom slug. Returns short link at apibase.short.gy. 1,000 free links/month (Short.io)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Original URL to shorten (e.g. "https://example.com/very/long/path") | |
| title | No | Optional title/label for the short link | |
| slug | No | Custom short path (e.g. "my-link" → apibase.short.gy/my-link). Auto-generated if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |