Skip to main content
Glama

Create a link

create_link

Save a URL as a bookmark in Linkwarden, optionally adding title, tags, description, or collection. Missing collections are created; the page title is fetched automatically and preservation is queued.

Instructions

Saves a bookmark. Linkwarden fetches the page title itself when no name is given, and queues the page for preservation according to the account defaults (get_current_user shows them).

The collection is optional; without one the link lands in "Unorganized". Naming a collection that does not exist creates it. If the account has "prevent duplicate links" enabled, saving a URL twice fails with HTTP 409.

Linkwarden does the fetching, so a URL addressing its own loopback, the link-local range or a cloud metadata endpoint is refused here. A private LAN address is accepted by this server, but Linkwarden 2.14 and later refuse to preserve one themselves — the bookmark is created and stays without an archive, so get_link_content will have nothing to return.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to bookmark, including the scheme
nameNoTitle. Omit to let Linkwarden read it from the page.
tagsNoTag names. Tags that do not exist yet are created.
descriptionNo
collection_idNoTarget collection. Mutually exclusive with collection_name.
collection_nameNoTarget collection by name; it is created if it does not exist. Mutually exclusive with collection_id.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.2

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral disclosure burden and does so thoroughly. It discloses automatic title fetching, preservation queueing, duplicate-link failure, collection auto-creation, SSRF-related URL refusals, and the private-LAN archive limitation. These are exactly the side effects and edge cases an agent needs to anticipate.

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 dense but every sentence earns its place. It front-loads the core action, then covers defaults, failure modes, and URL restrictions in a logical order without repetition or filler. The length is justified by the tool's behavioral complexity.

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?

For a write tool with no output schema and no annotations, the description is remarkably complete. It covers required input behavior, optional parameters, side effects, error conditions, and boundary cases. An agent has enough context to invoke the tool correctly and to interpret likely failures without needing undocumented return details.

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 high (83%), but the description adds meaning beyond the schema: it explains the effect of omitting collection_id/collection_name, what 'Unorganized' means, how duplicate prevention surfaces as a 409, and why some URLs are rejected despite passing schema validation. This supplements the schema's parameter descriptions usefully.

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 opens with 'Saves a bookmark', a specific verb plus resource that clearly distinguishes this tool from siblings like update_link, delete_link, and get_link. It also adds meaningful scope details (fetching, preservation queueing, optional collection placement) that remove ambiguity about what 'create link' actually 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 gives strong contextual guidance: it explains when collection_id/collection_name are needed, what happens without a collection, and when a request will fail with HTTP 409. It does not explicitly name sibling alternatives or say 'use X instead', but the creation-focused context is clear enough for an agent to select this tool over update_link or bulk operations.

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

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/ni-c/linkwarden-mcp'

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