Skip to main content
Glama

create_invite_link

Generate a project invite link with a designated role (editor or commenter) and expiration. Recipients provide name and email to join; the tool returns the share URL and expiry date.

Instructions

Generate a Figma-style shareable invite URL for a project. The recipient opens it, enters their name + email, and joins as the specified role. Returns the share URL plus expiry. Owners can mint Editor and Commenter links; Editors can mint Commenter links only. Editor links consume a paid seat on redemption.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoRole granted on redemption. Default: commenter (free, unlimited).
maxUsesNoHow many people can redeem this link. 0 = unlimited. Default: 0.
projectIdYesThe project ID
expiresInDaysNoDays until the link expires. 1–365. Default: 30.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses redemption flow, role restrictions, seat consumption, and return values. Missing details on link revocation or error handling.

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?

Four sentences, front-loaded with the action. Every sentence provides unique value without redundancy.

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

Completeness4/5

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

Covers core behavior, return values, and authorization. Lacks mention of prerequisites (e.g., project membership) or error conditions, but sufficient for typical use.

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?

All 4 parameters are described in schema (100% coverage). Description adds value by explaining role permissions, default values, and the meaning of maxUses=0, supplementing schema info.

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 generates a Figma-style shareable invite URL for a project, specifying verb and resource. It distinguishes itself from sibling tools like add_member by focusing on link generation rather than direct addition.

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?

Provides authorization context (owners vs editors) and cost implications (Editor links consume paid seats). However, lacks explicit comparison to alternatives like add_member for direct user addition.

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/jcooley8/pincushion-plugin'

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