Skip to main content
Glama
LinkForty

LinkForty MCP Server

Official
by LinkForty

bulk_create_links

Create up to 100 deep links in one request with customizable parameters for bulk campaign import or link generation.

Instructions

Create up to 100 deep links in a single request. Each link in the array uses the same shape as create_link. If no templateId or templateSlug is provided on a link, the workspace default template is used automatically. Returns the count and the array of created links. Useful for importing campaigns or generating links in bulk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linksYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the 100-link limit, the default template behavior, and return structure (count and array). However, it does not discuss error handling, idempotency, or partial failures, leaving gaps in behavioral transparency.

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 sentences with no wasted words. It front-loads the key action and limit, then provides relevant details about template defaults and return value. Structure is optimal for quick comprehension.

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

Completeness3/5

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

The tool is moderately complex with many nested fields, and there is no output schema. The description covers the primary behavior but omits details like atomicity, error handling per link, and whether the returned array order matches input. It is adequate but not fully complete.

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?

The input schema has 0% description coverage, so the description must compensate. It adds meaning by explaining that each link uses the same shape as create_link and that missing templateId/templateSlug defaults to the workspace default. This adds value beyond the bare schema, though many nested fields remain unexplained.

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 it creates up to 100 deep links in a single request, each with the same shape as create_link, and identifies the use case: importing campaigns or generating links in bulk. This distinguishes it from create_link and other sibling tools like list_links or delete_link.

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 explicitly says 'useful for importing campaigns or generating links in bulk,' implying when to use it. It does not explicitly state when not to use it or mention alternatives, but the sibling tool create_link is the clear alternative for single 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/LinkForty/mcp-server'

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