Skip to main content
Glama
kesslerio

YOURLS-MCP

by kesslerio

유얼스-MCP

YOURLS URL 단축 기능을 Claude Desktop과 통합하기 위한 MCP(모델 제어 프로토콜) 서버입니다.

저자: 마틴 케슬러

개요

YOURLS-MCP는 Claude Desktop 과 자체 호스팅 YOURLS URL 단축기 인스턴스 사이에 브리지를 생성합니다. 이 기능을 구성하면 Claude가 사용자의 개인 YOURLS 설치를 사용하여 URL을 자동으로 단축할 수 있습니다.

Related MCP server: NotePlan MCP Server

특징

  • YOURLS 인스턴스를 사용하여 URL을 단축하세요

  • 특정 키워드로 사용자 정의 단축 URL을 만듭니다.

  • 중복 URL 처리: 동일한 대상 URL에 대해 여러 개의 짧은 URL을 생성합니다(YOURLS-MCP에만 해당)

  • 확장된 URL 정보 및 통계

  • 데이터베이스 통계

  • 플러그인을 위한 지능형 대체

  • 포괄적인 문서 및 테스트 도구

빠른 시작

설치

지엑스피1

구성

YOURLS-MCP 설치를 가리키는 Claude Desktop 구성 파일을 만듭니다.

{
  "mcpServers": {
    "yourls": {
      "command": "node",
      "args": [
        "/full/path/to/yourls-mcp/yourls-mcp.js"
      ],
      "env": {
        "YOURLS_API_URL": "https://your-yourls-domain.com/yourls-api.php",
        "YOURLS_AUTH_METHOD": "signature", 
        "YOURLS_SIGNATURE_TOKEN": "your-secret-signature-token"
      }
    }
  }
}

이 파일을 Claude Desktop 구성 디렉토리에 저장합니다. 일반적으로 디렉토리는 다음과 같습니다.

  • macOS: ~/Library/Application Support/Claude/config.json

  • 윈도우: %APPDATA%\Claude\config.json

  • 리눅스: ~/.config/Claude/config.json

특징

  • MCP를 통한 Claude Desktop과의 원활한 통합

  • Claude를 통해 URL을 직접 단축하세요

  • 단축 URL을 확장하여 목적지를 확인하세요.

  • 링크에 대한 클릭 통계를 검색하세요

  • 사용자 정의 키워드 지원

  • 보안 서명 기반 인증

  • 환경 변수 구성

구성 옵션

다음 환경 변수는 Claude Desktop 구성에서 설정할 수 있습니다.

변하기 쉬운

설명

기본

필수의

YOURLS_API_URL

YOURLS API 엔드포인트에 대한 URL

-

YOURLS_AUTH_METHOD

인증 방식( signature 또는 password )

signature

아니요

YOURLS_SIGNATURE_TOKEN

서명 기반 인증을 위한 비밀 토큰

-

예(서명 인증을 사용하는 경우)

YOURLS_USERNAME

비밀번호 기반 인증을 위한 사용자 이름

-

예(비밀번호 인증을 사용하는 경우)

YOURLS_PASSWORD

비밀번호 기반 인증을 위한 비밀번호

-

예(비밀번호 인증을 사용하는 경우)

YOURLS_SIGNATURE_TTL

서명의 수명(초)

43200(12시간)

아니요

사용 가능한 MCP 도구

YOURLS-MCP는 Claude에게 다음과 같은 도구를 제공합니다.

핵심 도구

1. URL을 단축하다

YOURLS 인스턴스를 사용하여 긴 URL을 줄입니다.

매개변수:

  • url (필수): 단축할 긴 URL

  • keyword (선택 사항): 짧은 URL에 대한 사용자 정의 키워드

  • title (선택 사항): URL의 제목

2. 확장_URL

짧은 URL을 확장하여 원래의 긴 URL을 얻습니다.

매개변수:

  • shorturl (필수): 확장할 짧은 URL 또는 키워드

3. URL 통계

단축된 URL에 대한 통계를 가져옵니다.

매개변수:

  • shorturl (필수): 통계를 얻기 위한 짧은 URL 또는 키워드

4. DB_통계

YOURLS 인스턴스에 대한 글로벌 통계를 가져옵니다.

매개변수: 없음

5. 사용자 정의 URL 생성

데이터베이스에 이미 존재하는 URL에 대해서도 특정 키워드를 사용해 사용자 정의 단축 URL을 생성합니다.

매개변수:

  • url (필수): 단축할 대상 URL

  • keyword (필수): 짧은 URL에 대한 사용자 정의 키워드(예: bysha.pe/web의 경우 "웹")

  • title (선택 사항): URL의 제목

  • bypass_shortshort (선택 사항): 이미 단축된 URL을 단축하는 것을 방지하는 ShortShort 플러그인을 우회할지 여부(기본값: false)

  • force_url_modification (선택 사항): 동일한 대상에 대해 여러 개의 짧은 URL을 생성하기 위해 URL 수정 방식을 강제로 사용할지 여부(기본값: false)

6. 분석으로 단축

Google Analytics UTM 매개변수를 사용하여 긴 URL을 줄입니다.

매개변수:

  • url (필수): 단축할 URL

  • source (필수): UTM 소스 매개변수 - 트래픽 소스를 식별합니다(예: "google", "newsletter", "twitter")

  • medium (필수): UTM 매체 매개변수 - 마케팅 매체를 식별합니다(예: "cpc", "소셜", "이메일")

  • campaign (필수): UTM 캠페인 매개변수 - 특정 캠페인을 식별합니다(예: "summer_sale", "product_launch")

  • term (선택 사항): UTM term 매개변수 - 유료 검색어를 식별합니다.

  • content (선택 사항): UTM 콘텐츠 매개변수 - 동일한 URL을 가리키는 광고 또는 링크를 구분합니다.

  • keyword (선택 사항): 짧은 URL에 대한 사용자 정의 키워드

  • title (선택 사항): URL의 제목

플러그인 기반 도구

7. URL 분석

특정 기간 내 단축 URL에 대한 자세한 클릭 분석을 가져옵니다. API ShortURL Analytics 플러그인을 설치해야 합니다.

매개변수:

  • shorturl (필수): 분석을 위한 짧은 URL 또는 키워드

  • date (필수): YYYY-MM-DD 형식의 분석 시작 날짜

  • date_end (선택 사항): YYYY-MM-DD 형식의 분석 종료 날짜(제공되지 않으면 기본적으로 시작 날짜가 사용됨)

8. 계약_URL

새로운 단축 URL을 생성하지 않고 URL이 이미 단축되었는지 확인하세요. API Contract 플러그인을 설치해야 합니다.

매개변수:

  • url (필수): 단축되었는지 확인할 URL

9. 업데이트_URL

기존의 짧은 URL을 다른 도착 URL로 업데이트합니다. API URL 편집 플러그인을 설치해야 합니다.

매개변수:

  • shorturl (필수): 업데이트할 짧은 URL 또는 키워드

  • url (필수): 새로운 목적지 URL

  • title (선택 사항): 선택 사항인 새 제목("keep"은 기존 제목 유지, "auto"는 URL에서 가져오기)

10. 키워드 변경

기존 단축 URL의 키워드를 변경합니다. API URL 편집 플러그인을 설치해야 합니다.

매개변수:

  • oldshorturl (필수): 기존 단축 URL 또는 키워드

  • newshorturl (필수): 사용할 새 키워드

  • url (선택 사항): 선택 사항 URL(제공되지 않으면 oldshorturl의 URL을 사용함)

  • title (선택 사항): 선택 사항인 새 제목("keep"은 기존 제목 유지, "auto"는 URL에서 가져오기)

11. get_url_keyword

긴 URL에 대한 키워드를 가져옵니다. API URL 편집 플러그인을 설치해야 합니다.

매개변수:

  • url (필수): 조회할 긴 URL

  • exactly_one (선택 사항): false인 경우 이 URL에 대한 모든 키워드를 반환합니다(기본값: true)

12. URL 삭제

짧은 URL을 삭제합니다. API Delete 플러그인이 설치되어 있어야 합니다.

매개변수:

  • shorturl (필수): 삭제할 짧은 URL 또는 키워드

13. 목록_URL

정렬, 페이지 매기기, 필터링 옵션이 포함된 URL 목록을 가져옵니다. API List Extended 플러그인 설치가 필요합니다.

매개변수:

  • sortby (선택 사항): 정렬 기준 필드(키워드, URL, 제목, IP, 타임스탬프, 클릭)(기본값: 타임스탬프)

  • sortorder (선택 사항): 정렬 순서(ASC 또는 DESC)(기본값: DESC)

  • offset (선택 사항): 페이지 번호 오프셋(기본값: 0)

  • perpage (선택 사항): 페이지당 결과 수(기본값: 50)

  • query (선택 사항): 키워드로 필터링하기 위한 선택적인 검색 쿼리

  • fields (선택 사항): 반환할 필드(키워드, URL, 제목, 타임스탬프, IP, 클릭)(기본값: 모든 필드)

14. QR코드 생성

단축 URL의 QR 코드를 생성합니다. YOURLS-IQRCodes 플러그인 설치가 필요합니다.

매개변수:

  • shorturl (필수): QR 코드를 생성할 짧은 URL 또는 키워드

  • size (선택 사항): 픽셀 단위의 QR 코드 크기

  • border (선택 사항): QR 코드 주변의 테두리 너비

  • ecc (선택 사항): 오류 수정 수준: L(낮음), M(중간), Q(사분위수), H(높음)

  • format (선택 사항): 이미지 형식(png, jpg, svg 등)

사용 예

구성이 완료되면 Claude는 다음과 같은 프롬프트를 통해 YOURLS 도구를 사용할 수 있습니다.

핵심 기능 예시

  • "이 URL을 줄여주세요: https://example.com/very-long-url-that-needs-shortening "

  • " https://example.com/documentation 에 대해 'docs'라는 키워드를 사용하여 짧은 URL을 만드세요."

  • "shapescale.com을 가리키는 bysha.pe/web이라는 사용자 지정 URL을 설정하세요."

  • "키워드 'docs'를 사용하여 문서에 대한 사용자 지정 단축 URL을 만듭니다."

  • "동일한 문서 URL에 대해 여러 키워드(docs, docs2, docs3)를 만듭니다."

  • "UTM 추적 매개변수를 사용하여 캠페인에 대한 짧은 URL을 만드세요"

  • "Google 애널리틱스 추적을 사용하여 이 마케팅 URL을 단축하세요: source=newsletter, medium=email, campaign=summer_launch"

  • "이 짧은 URL을 확장하세요: https://yourdomain.com/abc "

  • "내 짧은 URL https://yourdomain.com/abc는 몇 번이나 클릭되었나요?"

  • "내 YOURLS 인스턴스에 대한 통계를 보여주세요"

플러그인 기반 기능 예제

  • "2025년 1월의 단축 URL 'abc'에 대한 자세한 분석을 제공해 주세요."

  • "2025-01-01부터 2025-01-31까지 bysha.pe/abc에 대한 클릭 통계를 보여주세요"

  • "지난달 내 짧은 URL '웹'의 일일 트래픽은 어땠나요?"

  • "이 URL이 이미 단축되었는지 확인하세요: https://example.com/page "

  • "누군가 https://example.com/page 에 대한 짧은 URL을 이미 만들었나요?"

  • "짧은 URL 'docs'의 목적지를 https://example.com/new-documentation 을 가리키도록 업데이트하세요."

  • "키워드 'docs'가 가리키는 위치를 변경하세요"

  • "짧은 URL 'docs'를 'documentation'으로 이름을 바꾸세요"

  • "내 짧은 URL의 키워드를 'docs'에서 'documentation'으로 변경하세요."

  • "이 긴 URL인 https://example.com/page 의 키워드는 무엇입니까?"

  • " https://example.com/page 에 대한 모든 짧은 URL을 나열하세요"

  • "짧은 URL 'docs'를 삭제하세요"

  • "내 YOURLS 인스턴스에서 'docs' 키워드를 제거하세요"

  • "내 YOURLS 데이터베이스에서 가장 최근의 10개 짧은 URL을 보여주세요"

  • "클릭 수 순으로 정렬된 모든 짧은 URL을 나열하세요"

  • "'product'를 포함하는 짧은 URL을 검색하세요"

  • "내 짧은 URL '문서'에 대한 QR 코드를 생성하세요"

  • "bysha.pe/web에 대한 QR 코드를 만드세요"

  • "오류 수정률이 높은 제품 페이지의 QR 코드를 알려주세요"

  • "랜딩 URL에 더 큰 QR 코드를 넣어주세요. 300픽셀로 만들어주세요."

  • "문서 링크에 대한 SVG QR 코드를 생성하세요"

개발

# Clone the repository
git clone https://github.com/kesslerio/yourls-mcp.git
cd yourls-mcp

# Install dependencies
npm install

# For local testing, create a claude-local-config.json file:
{
  "mcpServers": {
    "yourls": {
      "command": "node",
      "args": [
        "/full/path/to/yourls-mcp/yourls-mcp.js"
      ],
      "env": {
        "YOURLS_API_URL": "https://your-yourls-domain.com/yourls-api.php",
        "YOURLS_AUTH_METHOD": "signature",
        "YOURLS_SIGNATURE_TOKEN": "your-secret-signature-token"
      }
    }
  }
}

# Start the server directly (for testing)
node yourls-mcp.js

작동 원리

YOURLS-MCP는 Claude Desktop과 YOURLS 인스턴스 간의 브리지 역할을 합니다.

  1. Claude Desktop은 필요할 때 YOURLS-MCP 서버를 시작합니다.

  2. 서버는 환경 변수에서 구성을 읽습니다.

  3. Claude가 도구를 호출하면 서버는 YOURLS 인스턴스에 적절한 API 호출을 수행합니다.

  4. 결과는 구조화된 형식으로 Claude에게 반환됩니다.

서버는 Claude Desktop과 통신하기 위해 MCP(Model Context Protocol) 표준을 사용하여 URL 단축기와 원활한 통합과 자연어 상호 작용을 허용합니다.

중복 URL 처리

YOURLS-MCP는 동일한 도착 URL에 대해 여러 개의 단축 URL을 생성할 수 있는 고유한 기능을 제공하지만, YOURLS에서는 기본적으로 지원되지 않습니다. 이 기능에 대한 자세한 내용은 중복 URL 처리 설명서를 참조하세요.

두 가지 접근 방식이 지원됩니다.

  1. 플러그인 접근 방식 (권장): 포함된 Force Allow Duplicates 플러그인을 사용하여 실제 중복 URL을 생성합니다.

  2. URL 수정 접근 방식 (대체): 기능을 유지하면서 각 URL을 기술적으로 고유하게 만들기 위해 타임스탬프 매개변수를 추가합니다.

시스템은 YOURLS 설정에 따라 적절한 접근 방식을 자동으로 선택합니다.

YOURLS 플러그인과의 호환성

YOURLS-MCP는 표준 YOURLS 설치와 다양한 플러그인 모두에서 작동하도록 설계되었으며, 플러그인을 사용할 수 없는 경우를 대비한 기본 제공 대체 기능이 포함되어 있습니다.

폴백이 있는 지원 플러그인

YOURLS-MCP에는 플러그인이 설치되지 않은 경우 확장된 기능을 위한 지능형 대체 기능이 포함되어 있습니다.

  • API ShortURL 분석 : 날짜 범위에 따른 자세한 클릭 통계

    • 대체 동작 : 플러그인을 사용할 수 없을 때 핵심 YOURLS API를 통해 기본 클릭 통계를 제공합니다.

  • API 계약 : URL을 생성하지 않고도 URL이 존재하는지 확인하는 방법

    • 대체 동작 : 필터링을 통해 기존 URL을 검색하기 위해 핵심 YOURLS 통계 API를 사용합니다.

  • API URL 편집 : 짧은 URL 업데이트 및 키워드 변경

    • 폴백 동작 :

      • URL 업데이트의 경우: 동일한 키워드로 URL을 다시 생성하려고 시도합니다.

      • 키워드 변경: 새 키워드로 새 단축 URL을 생성합니다(삭제에는 API Delete 플러그인이 필요하므로 기존 URL은 그대로 유지됩니다).

      • URL 키워드를 얻으려면: 필터링을 사용하여 핵심 YOURLS 통계 API를 사용합니다.

  • API 삭제 : 짧은 URL을 제거하기 위한 API

    • 대체 동작 : 제한됨 - 핵심 YOURLS API가 삭제를 지원하지 않으므로 삭제에는 플러그인이 필요하다는 정보를 제공합니다.

  • API 목록 확장 : 정렬 및 필터링을 통한 향상된 URL 목록 제공

    • 대체 동작 : 클라이언트 측 정렬 및 페이지 매김을 통해 핵심 YOURLS 통계 API를 사용합니다.

  • YOURLS-IQRCodes : 짧은 URL에서 QR 코드를 생성합니다.

    • 대체 동작 : 없음 - 플러그인을 설치해야 함

  • ShortShort : 이미 단축된 URL을 단축하려고 할 때 발생하는 오류를 올바르게 처리합니다.

    • 호환성 : 플러그인 설치 여부와 관계없이 오류 처리가 작동합니다.

  • 기존 URL 허용 : YOURLS가 중복 URL을 처리하는 방식을 수정합니다.

    • 플러그인 URL : https://github.com/elder-oss/yourls-allow-existing-urls

    • 참고 : 이 플러그인은 오류 응답을 성공 응답으로 변경하지만 실제로 기존 대상 URL에 대한 새로운 짧은 URL을 생성하지 않습니다.

    • 당사 솔루션 : YOURLS-MCP는 사용자 경험을 유지하면서 데이터베이스에서 URL을 고유하게 만들기 위해 타임스탬프 매개변수를 추가하는 URL 수정 방식을 구현합니다.

    • 설치 : 선택 사항 - URL 수정 방식은 이 플러그인이 설치되어 있든 없든 작동합니다.

  • 중복 허용 강제 : 동일한 대상 URL에 대해 여러 개의 짧은 URL을 실제로 생성할 수 있습니다.

    • 플러그인 저장소 : https://github.com/kesslerio/yourls-force-allow-duplicates (곧 제공)

    • 설명 : YOURLS의 고유 URL 제약을 우회하는 사용자 정의 플러그인

    • 사용법 : API 요청에 force=1 추가하거나 create_custom_url 도구와 함께 force_url_modification=false 사용하세요.

    • 설치 :

      1. 플러그인 저장소에서 다운로드

      2. force-allow-duplicates 폴더를 YOURLS/user/plugins/ 디렉토리에 복사합니다.

      3. YOURLS 관리자 인터페이스에서 플러그인을 활성화하세요

폴백 메커니즘

플러그인 종속 기능을 사용하지만 플러그인이 설치되어 있지 않은 경우 YOURLS-MCP는 다음을 수행합니다.

  1. 누락된 플러그인을 자동으로 감지합니다

  2. 가능한 경우 적절한 대체 기능을 제공합니다.

  3. 폴백이 활성화되면 응답에 fallback_used: true 속성이 포함됩니다.

  4. 폴백 기능이 감소하면 fallback_limitations 정보를 추가합니다.

  5. 완전히 지원되지 않는 작업의 경우 유익한 오류 메시지가 반환됩니다.

이러한 접근 방식을 통해 YOURLS-MCP가 가능한 한 많은 YOURLS 설치와 함께 작동하면서 플러그인에서 사용 가능한 향상된 기능에 대한 명확한 정보를 제공할 수 있습니다.

개발 및 테스트

테스트 스크립트

이 프로젝트에는 tests/integration/ 디렉토리에 다양한 테스트 스크립트가 포함되어 있습니다.

  • URL 단축 테스트 :

    • test-custom-url.js : 특정 키워드로 사용자 정의 URL을 생성하는 테스트

    • test-url-modification.js : 중복 URL 처리를 위한 URL 수정 접근 방식 테스트

    • test-plugin-behavior.js : Allow Existing URLs 플러그인의 동작을 테스트합니다.

  • 플러그인 테스트 :

    • test-duplicate-urls.js : 서로 다른 키워드로 중복 URL을 생성하는 테스트

    • test-plugin-approach.js : 중복을 처리하기 위한 직접적인 플러그인 접근 방식을 테스트합니다.

  • 테스트 실행 :

    # Run a specific test
    node tests/integration/test-custom-url.js

유틸리티 스크립트

scripts/ 디렉토리에는 일반적인 작업을 위한 유틸리티 스크립트가 포함되어 있습니다.

  • create-random.js : 지정된 대상에 대한 임의의 짧은 URL을 생성합니다.

  • 특정 URL 생성 작업을 위한 기타 스크립트

특허

MIT

에 대한

YOURLS-MCP는 Martin Kessler가 Model Context Protocol(MCP)을 통해 YOURLS를 Claude Desktop 및 기타 Claude 제품과 통합하기 위해 만들었습니다.

강제 중복 허용 플러그인은 YOURLS에서 기본적으로 지원되지 않는 동일한 대상에 대해 여러 개의 짧은 URL을 생성하는 과제를 해결하기 위해 개발되었습니다.

지원, 문제 또는 기능 요청:

Available Tools

14 tools
change_keywordC

Change the keyword of an existing short URL

ParametersJSON Schema
NameRequiredDescriptionDefault
newshorturlYesThe new keyword to use
oldshorturlYesThe existing short URL or keyword
titleNoOptional new title

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It implies a mutation ('change') but doesn't specify permissions needed, whether changes are reversible, rate limits, or error handling. This is inadequate for a tool that modifies existing data without structured safety hints.

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, efficient sentence that front-loads the core action without unnecessary words. Every part earns its place by directly stating the tool's function, making it highly concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool performs a mutation with no annotations and no output schema, the description is insufficient. It doesn't explain what happens on success (e.g., returns updated URL), error cases, or how it fits among siblings like 'update_url'. For a 3-parameter tool that alters data, more context is needed.

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 parameters are well-documented in the schema. The description adds no additional meaning beyond implying 'oldshorturl' and 'newshorturl' relate to keywords, but doesn't clarify format or constraints. This meets the baseline for high schema coverage.

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 clearly states the verb ('change') and resource ('keyword of an existing short URL'), making the purpose immediately understandable. However, it doesn't differentiate from sibling tools like 'update_url' or 'get_url_keyword', which could handle similar operations, so it doesn't reach the highest score.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'update_url' or 'create_custom_url'. It lacks context about prerequisites (e.g., needing an existing short URL) or exclusions, leaving the agent to infer usage from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

contract_urlA

Check if a URL has already been shortened without creating a new short URL

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to check if it exists in the database

TDQS

A4.1/5.0
Behavior3/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. It discloses the tool's read-only behavior by stating it checks without creating, but lacks details on error handling, response format, or database interaction specifics, leaving gaps in behavioral context.

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, efficient sentence that front-loads the purpose and usage, with zero wasted words, making it highly concise and well-structured for quick understanding.

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?

Given no annotations and no output schema, the description is adequate for a simple lookup tool but incomplete in explaining return values or potential errors, which could hinder agent usage in more complex scenarios.

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 the 'url' parameter. The description adds minimal semantic context by implying the URL is checked against a database, but does not provide additional syntax or format details beyond what the schema covers.

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 clearly states the specific action ('Check if a URL has already been shortened') and the resource ('URL'), distinguishing it from sibling tools like 'shorten_url' or 'expand_url' by emphasizing it does not create new short URLs.

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?

It explicitly states when to use this tool ('Check if a URL has already been shortened') and when not to ('without creating a new short URL'), providing clear alternatives by contrasting with sibling tools like 'shorten_url' for creation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

create_custom_urlA

Create a custom short URL with a specific keyword, even for URLs that already exist in the database

ParametersJSON Schema
NameRequiredDescriptionDefault
force_url_modificationNoWhether to force URL modification to allow duplicates
keywordYesThe custom keyword for the short URL
titleNoOptional title for the URL
urlYesThe URL to shorten

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the key behavioral trait about handling existing URLs, which is valuable. However, it doesn't mention permission requirements, rate limits, whether the operation is idempotent, or what happens on failure - significant gaps for a creation 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, efficient sentence that communicates the core purpose and key differentiator without any wasted words. It's appropriately sized and front-loaded with the main action.

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 creation tool with no annotations and no output schema, the description provides the essential purpose but lacks important context about permissions, error conditions, return values, and system constraints. The 100% schema coverage helps, but behavioral aspects remain underspecified.

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 all parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema descriptions. This meets the baseline expectation when schema coverage is complete.

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 clearly states the specific action ('Create a custom short URL'), identifies the resource ('with a specific keyword'), and distinguishes it from siblings by mentioning 'even for URLs that already exist in the database' - which differentiates it from tools like 'shorten_url' that might not handle duplicates.

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

Usage Guidelines4/5

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

The description provides clear context about when to use this tool ('for URLs that already exist in the database'), but doesn't explicitly mention when NOT to use it or name specific alternatives among the many sibling tools. It implies this is for custom keyword creation with duplicate handling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

db_statsB

Get global statistics for the YOURLS instance

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. While 'Get' implies a read operation, it doesn't specify whether this requires authentication, what format the statistics are returned in, whether there are rate limits, or if the data is cached. For a statistics tool with zero annotation coverage, this leaves significant gaps.

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, efficient sentence that gets straight to the point without any unnecessary words. It's perfectly front-loaded with the core functionality, making it easy for an AI agent to quickly understand what the tool does.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that this is a statistics tool with no annotations and no output schema, the description is insufficient. It doesn't explain what kind of statistics are returned (e.g., total URLs, clicks, users), the format of the response, or any behavioral characteristics. For a tool that presumably returns structured data, more context is needed.

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 tool has zero parameters, and schema description coverage is 100%, so there are no parameters to document. The description appropriately doesn't waste space discussing nonexistent parameters, earning a baseline score of 4 for this dimension.

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 clearly states the action ('Get') and target resource ('global statistics for the YOURLS instance'), making the tool's purpose immediately understandable. However, it doesn't explicitly differentiate from sibling tools like 'url_stats' or 'url_analytics', which also provide statistical data but for different scopes.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'url_stats' and 'url_analytics' that also provide statistics, there's no indication whether this tool should be used for system-wide metrics versus URL-specific data, or any prerequisites for its use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

delete_urlC

Delete a short URL

ParametersJSON Schema
NameRequiredDescriptionDefault
shorturlYesThe short URL or keyword to delete

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Delete' implies a destructive mutation, but the description doesn't specify whether this action is reversible, what permissions are required, or what the response looks like. It lacks details on side effects or error conditions.

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, efficient sentence with zero waste. It's front-loaded and appropriately sized for a simple tool, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive mutation tool with no annotations and no output schema, the description is incomplete. It doesn't explain what 'delete' entails (e.g., permanent removal, effects on analytics), return values, or error handling, leaving significant gaps for an AI agent.

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%, with the parameter 'shorturl' documented as 'The short URL or keyword to delete'. The description adds no additional meaning beyond this, so it meets the baseline of 3 where the schema does the heavy lifting.

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 'Delete a short URL' clearly states the action (delete) and resource (short URL). It distinguishes from siblings like 'update_url' or 'change_keyword' by specifying deletion rather than modification, though it doesn't explicitly contrast with all alternatives.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like 'update_url' or 'change_keyword'. The description states what it does but offers no context about prerequisites, when deletion is appropriate, or what happens after deletion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

expand_urlA

Expand a short URL to its original long URL

ParametersJSON Schema
NameRequiredDescriptionDefault
shorturlYesThe short URL or keyword to expand

TDQS

A3.7/5.0
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. It states the basic function but lacks details on behavioral traits such as error handling (e.g., invalid URLs), rate limits, authentication needs, or whether it follows redirects. This is a significant gap for a tool with no annotation coverage.

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, clear sentence with no wasted words. It is front-loaded with the core purpose and efficiently communicates the tool's function.

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?

Given the tool's low complexity (one parameter, no output schema, no annotations), the description is minimally adequate. However, it lacks completeness in behavioral aspects like error cases or output format, which would be helpful for an agent to use it correctly.

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 description adds meaning by clarifying that the 'shorturl' parameter can be a 'short URL or keyword', which provides context beyond the schema's generic description. With 100% schema description coverage, the baseline is 3, but this extra semantic detail justifies a higher score.

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 clearly states the verb 'expand' and the resource 'short URL', specifying the action of converting a short URL to its original long URL. It distinguishes itself from sibling tools like 'shorten_url' and 'contract_url' by focusing on the reverse operation.

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 when needing to resolve a short URL, but does not explicitly state when to use this tool versus alternatives like 'get_url_keyword' or 'url_analytics'. No guidance on exclusions or prerequisites is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

generate_qr_codeC

Generate a QR code for a shortened URL

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoImage format (png, svg, etc.)
marginNoMargin size
shorturlYesThe short URL to generate a QR code for
sizeNoSize of the QR code in pixels

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states what the tool does but doesn't cover key aspects like whether it's a read-only or mutation operation, authentication requirements, rate limits, or error handling. This is inadequate for a tool that likely involves external resources.

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, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded and appropriately sized, making it easy to understand at a glance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (generating QR codes with multiple parameters) and lack of annotations and output schema, the description is incomplete. It doesn't explain what the output looks like (e.g., image data or URL), potential side effects, or how it integrates with sibling tools, leaving significant gaps for an AI agent.

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?

The description implies the 'shorturl' parameter is required, but doesn't add meaning beyond the input schema, which has 100% coverage and already describes all parameters clearly. Since schema coverage is high, the baseline score of 3 is appropriate, as the description doesn't compensate with extra details.

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 clearly states the verb 'generate' and the resource 'QR code', specifying it's for a 'shortened URL'. This distinguishes it from general QR code generators, though it doesn't explicitly differentiate from sibling tools like 'shorten_url' or 'url_analytics' that might also involve URLs.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, such as whether it's for generating QR codes specifically for URLs shortened by this service or any shortened URL. It lacks context on prerequisites or exclusions, leaving usage ambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_url_keywordC

Get the keyword(s) for a long URL

ParametersJSON Schema
NameRequiredDescriptionDefault
exactly_oneNoWhether to return only one result (default: false)
urlYesThe URL to find keywords for

TDQS

C2.9/5.0
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 disclosure. It states what the tool does but lacks details on how it works (e.g., how keywords are extracted, any rate limits, error handling, or response format). This is a significant gap for a tool with no structured safety or behavioral hints.

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, efficient sentence that directly states the tool's purpose without any wasted words. It is appropriately sized and front-loaded, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description is incomplete. It does not explain what the return value looks like (e.g., format of keywords, potential errors), and with siblings like 'url_analytics', more context on use cases would be helpful. The tool's complexity is low, but the description lacks necessary behavioral details.

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 input schema already documents both parameters ('url' and 'exactly_one') with clear descriptions. The description does not add any meaning beyond this, such as examples or edge cases, but the schema provides adequate baseline information.

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 clearly states the verb 'Get' and the resource 'keyword(s) for a long URL', making the purpose understandable. However, it does not explicitly differentiate this tool from siblings like 'url_analytics' or 'url_stats', which might also involve URL analysis, so it falls short of a perfect score.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'url_analytics' or 'list_urls', there is no indication of context, prerequisites, or exclusions, leaving the agent to guess based on tool names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_urlsC

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

ParametersJSON 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")

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the tool's capabilities (sorting, pagination, filtering) but doesn't describe what the tool returns (e.g., format, fields), error conditions, rate limits, or authentication requirements. For a list operation with no annotation coverage, this leaves significant gaps.

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, efficient sentence that front-loads the core purpose ('Get a list of URLs') followed by key capabilities. Every word earns its place with zero waste or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 5 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain what the returned list contains, how results are structured, or any behavioral aspects beyond basic capabilities. Given the complexity and lack of structured data, more context is needed.

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 all 5 parameters thoroughly. The description adds minimal value by mentioning 'sorting, pagination, and filtering' which aligns with parameters like sortby/sortorder, page/perpage, and search, but doesn't provide additional semantic context beyond what's in the schema descriptions.

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 clearly states the verb 'Get' and resource 'list of URLs', making the purpose understandable. However, it doesn't distinguish this tool from potential siblings like 'url_stats' or 'url_analytics' that might also provide URL-related information, so it doesn't reach the highest score.

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

Usage Guidelines2/5

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

The description mentions 'sorting, pagination, and filtering options' which implies when to use this tool, but provides no explicit guidance on when to choose this over alternatives like 'url_stats' or 'url_analytics'. There's no mention of prerequisites, exclusions, or specific contexts for use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

shorten_urlC

Shorten a long URL using YOURLS

ParametersJSON Schema
NameRequiredDescriptionDefault
keywordNoOptional custom keyword for the short URL
titleNoOptional title for the URL
urlYesThe URL to shorten

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the service ('YOURLS') but doesn't describe whether this is a read-only or mutating operation, what permissions are required, rate limits, error handling, or what the output looks like. For a tool that likely creates a new short URL, this is a significant gap in transparency.

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, efficient sentence that directly states the tool's purpose without unnecessary words. It is front-loaded with the core action and resource, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a URL shortening tool with no annotations and no output schema, the description is incomplete. It doesn't explain the return value (e.g., the shortened URL), error conditions, or behavioral traits like whether it's idempotent or requires authentication. This leaves gaps for an agent to understand how to use it effectively.

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?

The input schema has 100% description coverage, clearly documenting all three parameters (url, keyword, title) with their types and optionality. The description adds no additional parameter semantics beyond what the schema provides, so it meets the baseline of 3 for adequate but not enhanced coverage.

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 clearly states the action ('shorten') and resource ('a long URL'), and specifies the service used ('using YOURLS'). It distinguishes from siblings like 'expand_url' or 'generate_qr_code' by focusing on shortening. However, it doesn't explicitly differentiate from 'shorten_with_analytics' or 'contract_url', which might offer similar functionality.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'shorten_with_analytics', 'contract_url', or 'create_custom_url'. It lacks context about use cases, prerequisites, or exclusions, leaving the agent to infer usage from the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

shorten_with_analyticsC

Shorten a long URL with Google Analytics UTM parameters

ParametersJSON Schema
NameRequiredDescriptionDefault
keywordNoOptional custom keyword for the short URL
titleNoOptional title for the URL
urlYesThe URL to shorten
utm_campaignNoUTM campaign parameter
utm_contentNoUTM content parameter
utm_mediumYesUTM medium parameter
utm_sourceYesUTM source parameter
utm_termNoUTM term parameter

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden but only states what the tool does, not how it behaves. It doesn't disclose whether this creates a permanent short URL, requires authentication, has rate limits, returns a specific format, or what happens on failure. For a write operation with zero annotation coverage, this is insufficient.

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?

Single sentence, zero waste. Every word earns its place by conveying the core functionality efficiently. No fluff or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a write operation (URL shortening with analytics) with no annotations and no output schema, the description is incomplete. It doesn't explain what gets returned (e.g., short URL format), error conditions, or behavioral aspects. Given the complexity and lack of structured data, more context is needed.

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 all 8 parameters thoroughly. The description adds no additional parameter information beyond implying UTM parameters are included. Baseline 3 is appropriate when schema does the heavy lifting, though the description doesn't compensate with any extra context.

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 clearly states the action ('shorten') and resource ('a long URL') with the specific feature of adding Google Analytics UTM parameters. It distinguishes from sibling 'shorten_url' by mentioning analytics parameters, but doesn't explicitly contrast them. The purpose is specific and actionable.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like 'shorten_url' (which presumably doesn't include UTM parameters) or 'create_custom_url'. The description implies usage for tracking purposes but doesn't provide explicit when/when-not scenarios or mention sibling tools as alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

update_urlB

Update an existing short URL to point to a different destination URL

ParametersJSON Schema
NameRequiredDescriptionDefault
shorturlYesThe short URL or keyword to update
titleNoOptional new title for the URL
urlYesThe new destination URL

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool updates a short URL but does not mention permissions required, whether changes are reversible, rate limits, or error handling. This leaves significant gaps for a mutation 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, efficient sentence that front-loads the core action ('update an existing short URL') and specifies the purpose ('to point to a different destination URL'). There is no wasted text, making it highly concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool is a mutation with no annotations and no output schema, the description is incomplete. It does not cover behavioral aspects like side effects, return values, or error conditions, which are critical for safe and effective use in this context.

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?

The schema description coverage is 100%, so the schema already documents all parameters. The description adds no additional meaning beyond implying the 'url' parameter is the new destination, which is already clear from the schema. This meets the baseline for high schema coverage.

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 clearly states the verb 'update' and the resource 'existing short URL', specifying the action of changing its destination. It distinguishes from siblings like 'create_custom_url' (creation) and 'delete_url' (deletion), making the purpose specific and unambiguous.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, such as 'change_keyword' (which might update keywords) or 'contract_url' (which could modify URLs differently). It lacks context on prerequisites or exclusions, offering only a basic functional statement.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

url_analyticsC

Get detailed click analytics for a shortened URL within a date range

ParametersJSON Schema
NameRequiredDescriptionDefault
periodNoThe time period for analytics (e.g., "day", "week", "month")
shorturlYesThe short URL to get analytics for

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool retrieves analytics (implying read-only) but doesn't mention authentication needs, rate limits, error conditions, or what 'detailed click analytics' includes (e.g., metrics like clicks, locations, devices). This leaves significant gaps for safe and effective use.

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, efficient sentence that front-loads the core purpose without unnecessary words. Every part earns its place by specifying the action, resource, and scope concisely.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of analytics tools, no annotations, and no output schema, the description is incomplete. It doesn't explain what data is returned, how to interpret results, or handle edge cases (e.g., invalid URLs, no data in range). For a tool with potential rich outputs, this leaves the agent under-informed.

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 ('shorturl' and 'period') adequately. The description adds minimal value beyond implying date-range filtering, but doesn't provide additional syntax, format examples, or constraints beyond what's in the schema descriptions.

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 clearly states the action ('Get detailed click analytics') and resource ('for a shortened URL within a date range'), making the purpose immediately understandable. However, it doesn't explicitly distinguish this tool from sibling tools like 'url_stats' or 'shorten_with_analytics', which likely have overlapping analytics functionality.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'url_stats' or 'shorten_with_analytics'. It mentions a date range but doesn't specify prerequisites, exclusions, or comparative contexts with sibling tools, leaving the agent to guess based on tool names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

url_statsC

Get statistics for a shortened URL

ParametersJSON Schema
NameRequiredDescriptionDefault
shorturlYesThe short URL or keyword to get stats for

TDQS

C2.9/5.0
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 disclosure. It states the action ('Get statistics') but fails to describe key traits like what statistics are returned, whether authentication is required, rate limits, or error handling. This leaves significant gaps for a tool that likely involves data retrieval.

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, efficient sentence that directly states the tool's purpose without unnecessary words. It is front-loaded and appropriately sized, making it easy for an agent to parse quickly and understand the core functionality.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is incomplete for a tool that retrieves statistics. It doesn't specify what statistics are included, the format of the response, or any behavioral nuances, leaving the agent with insufficient context to use the tool effectively beyond basic invocation.

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?

The input schema has 100% description coverage, clearly documenting the 'shorturl' parameter. The description adds no additional meaning beyond this, as it doesn't elaborate on parameter syntax, examples, or constraints. With high schema coverage, the baseline score of 3 is appropriate, as the schema handles the heavy lifting.

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 clearly states the tool's purpose with a specific verb ('Get') and resource ('statistics for a shortened URL'), making it immediately understandable. However, it doesn't differentiate from sibling tools like 'url_analytics' or 'shorten_with_analytics', which might offer similar statistical functionality, preventing a perfect score.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With sibling tools like 'url_analytics', 'db_stats', and 'shorten_with_analytics' potentially overlapping in functionality, the agent lacks explicit direction on selection criteria, such as specific use cases or data scope differences.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 14 tool updatesv1.0.0
    • First observedchange_keyword
    • First observedcontract_url
    • First observedcreate_custom_url
    • First observeddb_stats
    • First observeddelete_url
    • First observedexpand_url
    • First observedgenerate_qr_code
    • First observedget_url_keyword
    • First observedlist_urls
    • First observedshorten_url
    • First observedshorten_with_analytics
    • First observedupdate_url
    • First observedurl_analytics
    • First observedurl_stats

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity. For example, 'shorten_url' creates a basic short URL, 'shorten_with_analytics' adds analytics parameters, 'contract_url' checks for existing URLs, and 'update_url' modifies destinations. The tools cover different aspects of URL management without overlap.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern throughout, such as 'change_keyword', 'create_custom_url', 'delete_url', and 'expand_url'. All tools use snake_case with clear action-object naming, making them predictable and easy to understand.

Tool Count5/5

With 14 tools, the server is well-scoped for URL shortening and management. Each tool serves a specific function in the YOURLS domain, from creation and deletion to analytics and utilities like QR code generation, without being excessive or insufficient.

Completeness5/5

The tool set provides complete CRUD and lifecycle coverage for URL management, including create, read, update, delete, analytics, and utilities. There are no obvious gaps; tools like 'update_url' and 'change_keyword' cover modifications, while 'url_analytics' and 'db_stats' handle monitoring, ensuring agents can perform all necessary operations.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

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

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