Skip to main content
Glama

Create a link

create_link

Save a bookmark URL with optional title, tags, description, and collection. Linkwarden auto-fetches the page title and creates new collections or tags as needed, preventing duplicate links with a conflict error.

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.

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.
Behavior5/5

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

Although there are no annotations, the description fully discloses key behaviors: the title is auto-fetched when no name is given, the link goes to 'Unorganized' without a collection, collections are created on the fly, and duplicate prevention returns 409. This far exceeds the minimum for an unannotated 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 lean three sentences with no fluff. It front-loads the core action ('Saves a bookmark') and packs essential behavioral details into a compact, readable format. Every sentence earns its place.

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 creation tool with no output schema and only one required parameter, the description covers all critical aspects: mandatory URL, optional title auto-fetching, collection behavior (including creation and 'Unorganized' default), and error handling for duplicates. It is complete and self-sufficient.

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 high at 83%, so the baseline is 3. The description adds value by explaining the auto-title behavior and the collection creation logic, which goes beyond the schema. However, it does not elaborate on the tags or description parameters beyond what the schema already says.

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 starts with 'Saves a bookmark,' which is a specific verb+resource combination that clearly distinguishes this tool from siblings like search_links, get_link, or delete_link. It adds immediate context about Linkwarden's automated title fetching and preservation queueing, making the tool's purpose unmistakable.

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?

The description explicitly explains when to omit the name parameter (to let Linkwarden fetch the title), when the collection is optional, and what happens if duplicate links are prevented (HTTP 409). This provides clear guidance on when and how to use the tool, though it could mention alternatives like update_link for existing links.

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

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