Skip to main content
Glama

list_links

Read-onlyIdempotent

List links with sorting and search

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNoSearch Query
sort_byNoField to sort by
sort_dirNoSort direction
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedOutput schema / required
      Removed value: -[
      -  "results"
      -]
  2. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "properties": {
      +    "results": {
      +      "items": {
      +        "additionalProperties": true,
      +        "description": "A Linkly link (mirrors the OpenAPI Link schema)",
      +        "properties": {
      +          "block_bots": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "body_tags": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "cloaking": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "created_by_user_id": {
      +            "type": [
      +              "integer",
      +              "null"
      +            ]
      +          },
      +          "deleted": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "domain": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "enabled": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "expiry_clicks": {
      +            "type": [
      +              "integer",
      +              "null"
      +            ]
      +          },
      +          "expiry_datetime": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "expiry_destination": {
      +            "format": "uri",
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "fb_pixel_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "forward_params": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "full_url": {
      +            "description": "Full short-link URL",
      +            "format": "uri",
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "ga4_tag_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "gtm_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "head_tags": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "hide_referrer": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "id": {
      +            "description": "Link ID",
      +            "type": [
      +              "integer",
      +              "null"
      +            ]
      +          },
      +          "linkedin_partner_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "linkify_words": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "microsoft_uet_tag_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "name": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "note": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "notify_slack": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "notify_user_ids": {
      +            "items": {
      +              "type": "integer"
      +            },
      +            "type": [
      +              "array",
      +              "null"
      +            ]
      +          },
      +          "og_description": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "og_image": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "og_title": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "password": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "pinterest_tag_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "public_analytics": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "qr_styles": {
      +            "additionalProperties": true,
      +            "type": [
      +              "object",
      +              "null"
      +            ]
      +          },
      +          "reddit_pixel_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "replacements": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "rules": {
      +            "items": {
      +              "additionalProperties": true,
      +              "properties": {
      +                "matches": {
      +                  "type": "string"
      +                },
      +                "percentage": {
      +                  "type": "string"
      +                },
      +                "rule_url": {
      +                  "type": "string"
      +                },
      +                "url": {
      +                  "type": "string"
      +                },
      +                "what": {
      +                  "type": "string"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "type": [
      +              "array",
      +              "null"
      +            ]
      +          },
      +          "skip_social_crawler_tracking": {
      +            "type": [
      +              "boolean",
      +              "null"
      +            ]
      +          },
      +          "slug": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "snapchat_pixel_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "tiktok_pixel_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "twitter_pixel_id": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "url": {
      +            "description": "Destination URL",
      +            "format": "uri",
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "utm_campaign": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "utm_content": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "utm_medium": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "utm_source": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "utm_term": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "webhooks": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": [
      +              "array",
      +              "null"
      +            ]
      +          },
      +          "workspace_id": {
      +            "type": [
      +              "integer",
      +              "null"
      +            ]
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "results"
      +  ],
      +  "type": "object"
      +}
  3. Changed5 schema fields changed
    • addedInput schema / properties / page
      Added value: +{
      +  "type": "integer"
      +}
    • addedInput schema / properties / page_size
      Added value: +{
      +  "type": "integer"
      +}
    • addedInput schema / properties / search
      Added value: +{
      +  "description": "Search Query",
      +  "type": "string"
      +}
    • addedInput schema / properties / sort_by
      Added value: +{
      +  "description": "Field to sort by",
      +  "type": "string"
      +}
    • addedInput schema / properties / sort_dir
      Added value: +{
      +  "description": "Sort direction",
      +  "enum": [
      +    "asc",
      +    "desc"
      +  ],
      +  "type": "string"
      +}
  4. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to restate safety. However, it adds no behavioral details beyond sorting and search, such as pagination behavior or data limits. With strong annotations, a score of 3 is baseline acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, front-loading the main functionality. It is appropriate in length but could expand slightly without losing conciseness.

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 5 parameters and existence of an output schema, the description is too minimal. It omits pagination details, sorting field options, and search syntax. For a tool with no required parameters, more context is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 60%, meaning 'page' and 'page_size' lack descriptions. The description only mentions 'sorting and search' without adding detail for any parameter. It does not compensate for the missing schema descriptions, so score is below baseline 3.

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 lists links with sorting and search capabilities. However, it does not differentiate from the sibling tool 'search_links' which likely has overlapping functionality. The verb 'list' and resource 'links' are specific, but the scope is not well-defined.

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 'search_links' or 'get_link'. The description lacks context for selection among siblings, leaving the agent to infer usage.

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.