Skip to main content
Glama

YOURLS-MCP

by kesslerio

list_urls

Retrieve and manage URLs with sorting, pagination, and search filters using this tool designed for YOURLS URL shortener systems.

Instructions

Get a list of URLs with sorting, pagination, and filtering options

Input Schema

NameRequiredDescriptionDefault
pageNoPage number
perpageNoNumber of results per page
searchNoSearch term to filter results
sortbyNoField to sort by (e.g., "clicks", "timestamp")
sortorderNoSort order ("asc" or "desc")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number", "type": "number" }, "perpage": { "description": "Number of results per page", "type": "number" }, "search": { "description": "Search term to filter results", "type": "string" }, "sortby": { "description": "Field to sort by (e.g., \"clicks\", \"timestamp\")", "type": "string" }, "sortorder": { "description": "Sort order (\"asc\" or \"desc\")", "type": "string" } }, "type": "object" }

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/kesslerio/yourls-mcp'

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