Skip to main content
Glama

get-links-here

Read-onlyIdempotent

Retrieves pages that link to a specific wiki page, with options for wikilinks, transclusions, or file usage. Supports filtering by namespace and redirect status.

Instructions

Lists pages that reference a target wiki page, returning each referencing page's title, page ID, namespace ID, and whether it is a redirect. The type parameter selects the relationship — wikilinks (pages that link to the target), transclusions (pages that embed it, such as a template), or fileusage (pages that display it, for File pages) — one relationship per call. With expandRedirects, a referencing redirect also yields the pages that link through it (wikilinks and fileusage only), each tagged with the via redirect. Filter by namespace ID or by redirect status. For members of a category, use get-category-members; for full-text content search, use search-page. Returns up to 500 per call; paginate with continueFrom. The redirect flag appears only when the referencing page is a redirect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesWiki page title to find references to (the link target). A File title when type is fileusage.
typeNoInbound relationship to list: wikilinks (pages that link to the target), transclusions (pages that embed it), or fileusage (pages that display it)wikilinks
namespacesNoNamespace IDs to filter the referencing pages by
filterNoFilter the referencing pages by redirect statusall
expandRedirectsNoWhen a referencing page is a redirect to the target, also return the pages that link through it. Applies to wikilinks and fileusage only.
limitNoMaximum referencing pages to return (1..500)
continueFromNoOpaque continuation token from the previous response; omit on first call
wikiNoWiki to target, as a key from the mcp://wikis/ resources (e.g. en.wikipedia.org), or the full mcp://wikis/ URI. Omit to use the default wiki.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint. The description adds concrete behavioral details: returns up to 500 per call, pagination via continueFrom, and the redirect flag appears only when the referencing page is a redirect. These details augment the annotations.

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 well-structured paragraph, front-loaded with the main action, then explains type qualifiers, filters, sibling references, limits, and pagination. Every sentence is necessary and informative with no redundancy.

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

Completeness5/5

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

Despite no output schema, the description explains the returned fields (title, page ID, namespace ID, redirect flag) and covers purpose, parameter behavior, limitations, pagination, and sibling advice. It is fully complete for a read-only list tool.

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?

Schema coverage is 100%, and the description adds context beyond schema by explaining how expandRedirects works (tagging with via redirect), the relationship type behavior, and the redirect flag visibility. This elevates understanding beyond the schema's property descriptions.

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 tool lists pages that reference a target wiki page, specifying the three relationship types (wikilinks, transclusions, fileusage). It distinguishes from siblings like get-category-members and search-page by explicitly naming them as alternatives.

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 says 'For members of a category, use get-category-members; for full-text content search, use search-page.' It also explains that one relationship per call is allowed and that expandRedirects only applies to wikilinks and fileusage, providing clear guidance on when to use alternatives.

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

Install Server

Other Tools

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/ProfessionalWiki/MediaWiki-MCP-Server'

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