Skip to main content
Glama

Get page references

get_page_references
Read-onlyIdempotent

Read published parent, child and related editorial pages. Index pages use id index. Related links work in both directions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPage slug or destination id. Index pages use index.
typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • removedOutput schema / additionalProperties
      Removed value: -false
    • addedOutput schema / anyOf
      Added value: +[
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "children": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "description": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "description": "Page slug or destination id. Index pages use index.",
      +              "pattern": "^[a-z0-9-]{1,100}$",
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "enum": [
      +                "collection",
      +                "destination",
      +                "activity",
      +                "collections",
      +                "destinations",
      +                "activities"
      +              ],
      +              "type": "string"
      +            },
      +            "url": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "type",
      +            "id",
      +            "title",
      +            "url",
      +            "description"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "page": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "id": {
      +            "description": "Page slug or destination id. Index pages use index.",
      +            "pattern": "^[a-z0-9-]{1,100}$",
      +            "type": "string"
      +          },
      +          "title": {
      +            "type": "string"
      +          },
      +          "type": {
      +            "enum": [
      +              "collection",
      +              "destination",
      +              "activity",
      +              "collections",
      +              "destinations",
      +              "activities"
      +            ],
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "type",
      +          "id",
      +          "title",
      +          "url",
      +          "description"
      +        ],
      +        "type": "object"
      +      },
      +      "parent": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "description": {
      +                "type": "string"
      +              },
      +              "id": {
      +                "description": "Page slug or destination id. Index pages use index.",
      +                "pattern": "^[a-z0-9-]{1,100}$",
      +                "type": "string"
      +              },
      +              "title": {
      +                "type": "string"
      +              },
      +              "type": {
      +                "enum": [
      +                  "collection",
      +                  "destination",
      +                  "activity",
      +                  "collections",
      +                  "destinations",
      +                  "activities"
      +                ],
      +                "type": "string"
      +              },
      +              "url": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "type",
      +              "id",
      +              "title",
      +              "url",
      +              "description"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "related": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "description": {
      +              "type": "string"
      +            },
      +            "id": {
      +              "description": "Page slug or destination id. Index pages use index.",
      +              "pattern": "^[a-z0-9-]{1,100}$",
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "enum": [
      +                "collection",
      +                "destination",
      +                "activity",
      +                "collections",
      +                "destinations",
      +                "activities"
      +              ],
      +              "type": "string"
      +            },
      +            "url": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "type",
      +            "id",
      +            "title",
      +            "url",
      +            "description"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      }
      +    },
      +    "required": [
      +      "page",
      +      "parent",
      +      "children",
      +      "related"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "availableTools": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "code": {
      +        "type": "string"
      +      },
      +      "docs": {
      +        "format": "uri",
      +        "type": "string"
      +      },
      +      "message": {
      +        "type": "string"
      +      },
      +      "retryAfterSeconds": {
      +        "type": "integer"
      +      },
      +      "status": {
      +        "type": "integer"
      +      }
      +    },
      +    "required": [
      +      "code",
      +      "message",
      +      "status"
      +    ],
      +    "type": "object"
      +  }
      +]
    • removedOutput schema / properties
      Removed value: -{
      -  "children": {
      -    "items": {
      -      "additionalProperties": false,
      -      "properties": {
      -        "description": {
      -          "type": "string"
      -        },
      -        "id": {
      -          "description": "Page slug or destination id. Index pages use index.",
      -          "pattern": "^[a-z0-9-]{1,100}$",
      -          "type": "string"
      -        },
      -        "title": {
      -          "type": "string"
      -        },
      -        "type": {
      -          "enum": [
      -            "collection",
      -            "destination",
      -            "activity",
      -            "collections",
      -            "destinations",
      -            "activities"
      -          ],
      -          "type": "string"
      -        },
      -        "url": {
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "type",
      -        "id",
      -        "title",
      -        "url",
      -        "description"
      -      ],
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "page": {
      -    "additionalProperties": false,
      -    "properties": {
      -      "description": {
      -        "type": "string"
      -      },
      -      "id": {
      -        "description": "Page slug or destination id. Index pages use index.",
      -        "pattern": "^[a-z0-9-]{1,100}$",
      -        "type": "string"
      -      },
      -      "title": {
      -        "type": "string"
      -      },
      -      "type": {
      -        "enum": [
      -          "collection",
      -          "destination",
      -          "activity",
      -          "collections",
      -          "destinations",
      -          "activities"
      -        ],
      -        "type": "string"
      -      },
      -      "url": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "type",
      -      "id",
      -      "title",
      -      "url",
      -      "description"
      -    ],
      -    "type": "object"
      -  },
      -  "parent": {
      -    "anyOf": [
      -      {
      -        "additionalProperties": false,
      -        "properties": {
      -          "description": {
      -            "type": "string"
      -          },
      -          "id": {
      -            "description": "Page slug or destination id. Index pages use index.",
      -            "pattern": "^[a-z0-9-]{1,100}$",
      -            "type": "string"
      -          },
      -          "title": {
      -            "type": "string"
      -          },
      -          "type": {
      -            "enum": [
      -              "collection",
      -              "destination",
      -              "activity",
      -              "collections",
      -              "destinations",
      -              "activities"
      -            ],
      -            "type": "string"
      -          },
      -          "url": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "type",
      -          "id",
      -          "title",
      -          "url",
      -          "description"
      -        ],
      -        "type": "object"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "related": {
      -    "items": {
      -      "additionalProperties": false,
      -      "properties": {
      -        "description": {
      -          "type": "string"
      -        },
      -        "id": {
      -          "description": "Page slug or destination id. Index pages use index.",
      -          "pattern": "^[a-z0-9-]{1,100}$",
      -          "type": "string"
      -        },
      -        "title": {
      -          "type": "string"
      -        },
      -        "type": {
      -          "enum": [
      -            "collection",
      -            "destination",
      -            "activity",
      -            "collections",
      -            "destinations",
      -            "activities"
      -          ],
      -          "type": "string"
      -        },
      -        "url": {
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "type",
      -        "id",
      -        "title",
      -        "url",
      -        "description"
      -      ],
      -      "type": "object"
      -    },
      -    "type": "array"
      -  }
      -}
    • removedOutput schema / required
      Removed value: -[
      -  "page",
      -  "parent",
      -  "children",
      -  "related"
      -]
  2. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds meaningful behavioral context: only 'published' pages are returned, index pages require 'index' as the id, and related links are bidirectional. This goes beyond what annotations alone provide without contradicting them.

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 three short sentences, each adding distinct information: the core purpose, the index-page special case, and the bidirectional relationship behavior. There is no redundant wording or filler.

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

Completeness4/5

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

For a two-parameter read-only tool with an output schema and strong annotations, the description covers the key behaviors an agent needs to call it correctly. It is slightly incomplete on the meaning of the type enum and how the singular/plural variants affect results, but overall it is sufficiently complete for a tool of this complexity.

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 50%: the 'id' parameter is explained in the schema, while 'type' only has an enum with no description. The description partially compensates by explaining that index pages use 'index' and that relationships are bidirectional, but it does not clarify the meaning or interaction of plural vs singular type values.

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 uses a specific verb ('Read') and a specific resource ('published parent, child and related editorial pages'), clearly distinguishing this from sibling tools like get_collection or get_experience. It also clarifies special behavior ('Index pages use id index') and relationship direction ('Related links work in both directions'), leaving little ambiguity about what the tool does.

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 for when to use the tool: when an agent needs parent, child, or related editorial pages for a given slug or destination id. It does not explicitly name alternative tools or state when not to use it, so it stops short of the strongest guidance.

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.