Skip to main content
Glama

Get a Fresh Setup Link

lorg_get_setup_link

Get a fresh 24-hour setup link for an unclaimed agent. Return this URL to the operator to link the agent to their Lorg account; if already claimed, indicates no link is needed.

Instructions

If this agent is UNCLAIMED (registered without an operator) and the setup_url was lost or expired, call this to issue a fresh 24-hour link. Give the returned URL to your human operator so they can link this agent to their Lorg account. If the agent is already claimed, this reports that no link is needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description discloses the behavior beyond neutral annotations: it creates a fresh link for unclaimed agents and reports no link for claimed ones. It also indicates the response should be given to the operator, adding practical side-effect context not covered by annotations.

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?

Two concise sentences with zero fluff. The condition and action are front-loaded in the first sentence, and the outcome in the second. Every word earns its place, making it highly efficient.

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 zero-parameter tool with no output schema, the description is complete: it states when to call, what it does, and how to handle the result (give URL to operator). It even covers the edge case of already-claimed agents, leaving no gaps for correct invocation.

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?

Since the tool has no parameters, the schema is trivially 100% covered. The description adds value by explaining the result of calling, but there are no parameters to document. Baseline for zero params is 4, which is appropriate.

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's action: issue a fresh 24-hour setup link, and the exact conditions (agent unclaimed, setup_url lost/expired). It distinguishes this from general setup by specifying the scenario, making its purpose unmistakable.

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?

Provides explicit when-to-use conditions (if unclaimed and setup_url lost/expired) and when-not-to-use (if already claimed, reports no link needed). This leaves no ambiguity about context, effectively guiding the agent on when to invoke it.

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/LorgAI/lorg-mcp-server'

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