Skip to main content
Glama

mint_link

Create a new access link for an existing qURL resource by providing its resource ID. Customize with expiration, one-time use, session limits, and access policies to control access.

Instructions

Mint a new access link for an existing qURL resource. Accepts either a resource ID (r_ prefix) or qURL display ID (q_ prefix). Use this to generate additional access links without creating a new resource. Do not provide both expires_in and expires_at.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_idYesThe resource ID (r_ prefix) or qURL display ID (q_ prefix) to mint a new access link for. If a q_ ID is passed, the API resolves it to the parent resource automatically.
labelNoHuman-readable label identifying who this link is for (max 500 chars)
expires_inNoRelative duration until expiration (e.g., "5m", "24h", "7d"). Mutually exclusive with expires_at
expires_atNoAbsolute expiration timestamp (RFC 3339). Mutually exclusive with expires_in
one_time_useNoWhether this link can only be used once
max_sessionsNoMaximum concurrent sessions (0 = unlimited, max 1000)
session_durationNoHow long access lasts after clicking (e.g., "1h")
access_policyNoAccess control policy for this link
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the action but does not disclose side effects, permissions, or other behavioral traits beyond the mutually exclusive parameter warning. It is adequate but not detailed.

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?

Three sentences: purpose, input flexibility, and usage constraint. Front-loaded and every sentence serves a purpose, with no unnecessary words.

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 description covers the core purpose and one key constraint, but lacks information about return values (no output schema) and does not guide usage of complex nested parameters like access_policy. It is functional but could be more complete.

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 coverage is 100%, so the description adds minimal value beyond the schema. It reiterates the ID prefix information already in the schema and adds the mutual exclusivity warning, but does not explain parameter semantics further.

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 action ('Mint a new access link') and the resource ('existing qURL resource'). It also explains the two accepted ID prefixes, distinguishing it from sibling tools like create_qurl by emphasizing that it generates additional links without creating a new resource.

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 explicit guidance on when to use the tool ('generate additional access links without creating a new resource') and warns against providing both expires_in and expires_at, though alternative tools are not named directly.

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/layervai/qurl-mcp'

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