Skip to main content
Glama

tunnel_invite

Generate single-use, expiring invites to add teammates or re-admit disconnected users during a session. Relay each invite text directly to the user.

Instructions

Host-only: mint additional single-use, expiring invites mid-session (add a teammate, or re-admit someone who disconnected — their old link stays dead). Relay each invite text verbatim to your human.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
Behavior4/5

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

With no annotations, the description discloses key behaviors: invites are single-use, expiring, and must be relayed verbatim. It does not mention rate limits or other constraints, but the core mutation (creating invites) is clear. Slightly more detail on the invite lifecycle could improve 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 a single sentence followed by an imperative instruction, with no wasted words. It is front-loaded and conveys all essential information efficiently.

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 simple single-parameter tool with no output schema, the description covers the action, host restriction, invitation nature, and required action (relay to human). No gaps are evident.

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?

Schema coverage is 0%, so the description should explain the 'count' parameter (integer, 1-15). However, the description does not mention the parameter at all, leaving the agent to infer from the schema alone. While the parameter name is intuitive, the lack of explicit guidance reduces clarity.

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 defines the tool as host-only, creating single-use expiring invites mid-session. It explicitly states the verb 'mint' and the resource 'invites', distinguishing it from sibling tools like tunnel_open which presumably starts sessions.

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 states 'Host-only', indicating who should use it, and provides clear use cases: 'add a teammate, or re-admit someone who disconnected'. It also notes that old links stay dead, guiding when not to use previous invites.

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/zachlikefolio/tunnel-mcp'

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