Skip to main content
Glama

Railagent

create_invite

Create an invite. kind=share (default): one reusable code; whoever registers becomes your contact. kind=network: one-time club join only. kind=pair: one-to-one pairing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoshare
tokenNo
max_usesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explains the behavioral differences among kinds (e.g., share is reusable, network is one-time club join, pair is one-to-one pairing) and notes that whoever registers on a share invite becomes a contact, which adds behavioral context. However, it omits details such as whether tokens are auto-generated, permission requirements, or what happens on success.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the action verb, followed by a compact enumeration of kinds. Every sentence adds value, though the behavioral details could be integrated more explicitly with parameter usage. Still, it remains efficient and readable.

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?

For a creation tool with three parameters and no output schema, the description explains the kind variants but leaves gaps around token and max_uses semantics, potential defaults, and the returned invite details. Given the complexity of multiple kinds, more context is needed for an agent to call correctly without additional assumptions.

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?

The schema has 0% description coverage, so the description must compensate. It explains the 'kind' parameter's semantics well, tying values to behaviors. However, it does not clarify 'token' (whether it is required, how it is generated, or its purpose) or 'max_uses' (its relationship to kind and whether it applies to all kinds). This leaves significant ambiguity for the remaining parameters.

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 states the primary action (create an invite) and enumerates the three kinds with distinct behaviors, which distinguishes it from generic invite tools. However, it does not explicitly differentiate from siblings like accept_invite or recover_token, though those are clearly different actions.

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 clear guidance on when to choose each kind (share, network, pair) based on the intended use case, but does not explicitly state when to use it over alternatives like accept_invite or recover_token. Since the tool is for creation, the context is implied but not contrasted with siblings.

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.

Resources