Skip to main content
Glama

Create a collaborator invite link

create_invite_link

A link that lets a signed-in person join the project as an editor or viewer (up to 50 uses, 7 days). Owner only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
roleNoeditor

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute https URL the user can open
roleYes
expiresAtYes

Schema Changelog

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

  1. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • changedOutput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. First observed

TDQS

A3.5/5.0
Behavior4/5

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

The description discloses meaningful behavioral constraints beyond what the annotations convey: the invitee must be signed in, there is a 50-use limit, a 7-day expiration, and owner-only permission is required. No contradiction exists with the annotations, which provide no positive safety hints. It does not describe revocation or what happens after limits are reached, but the disclosed details are substantial.

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 single, tightly written sentence with no filler. It front-loads the core purpose and packs the important limitations into a compact clause with parentheses, earning every word.

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 definition is mostly complete for a two-parameter tool: it gives the action, role options, limits, and a permission constraint. However, it leaves the id parameter ambiguous and does not mention return values; though an output schema exists, the absence of any param-level guidance makes the description not fully self-sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description needed to compensate by explaining the parameters. It covers the role values ('editor or viewer') and implies that the invite is project-scoped, but it never explicitly states that the 'id' parameter is the project ID or explains its format. This leaves a critical mapping gap for an agent invoking the tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly explains the tool's effect: it creates a link that lets a signed-in person join a project as editor or viewer, with specific limits. While it is phrased as a noun phrase rather than an explicit action verb, the title and tool name supply the 'create' action, and the details distinguish it from create_share_link.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a key prerequisite ('Owner only') and the link's scope (up to 50 uses, 7 days), which implies a short-term collaborator invite. However, it does not explicitly state when to use this instead of create_share_link or any alternative, nor does it mention exclusion cases.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation3/5

Most tools target distinct resources, but several overlapping pairs exist: search/list_projects both find projects by title, fetch/get_project both return project details, and upload_logo_image/request_logo_image_upload are two upload paths. The descriptions help clarify boundaries, but an agent could still misselect.

Naming Consistency4/5

Tool names overwhelmingly follow a clear verb_noun snake_case pattern (create_, list_, get_, update_, delete_). Minor deviations like bare 'fetch' and 'search', plus the mixed '3d' in generate_3d_model vs '3D' in descriptions, keep it from being perfectly consistent.

Tool Count2/5

At 31 tools, this exceeds the 25+ threshold where agent tool selection becomes cognitively heavy. While the server covers a broad platform, several tools are near-redundant and could be consolidated, making the count feel inflated.

Completeness4/5

The surface covers project lifecycle, sharing/publishing, AI generation, uploads, materials, and account/plan management quite thoroughly. Minor gaps exist, such as no direct create_coin_project tool and no deletion for generation runs, but these are workable.

Resources