Skip to main content
Glama
Frihet-io

Frihet MCP Server

Generate Portal Self-Onboard Link

frihet_portal_onboard_link_generate

Generates a time-limited, single-use self-onboarding link for prospective clients to register their company details, eliminating manual data entry by gestors.

Instructions

Generate a time-limited, single-use self-onboard invitation link for a prospective client. The client follows the link to register their company details (CIF, address, contact) without requiring manual data entry by the gestor. Requires gestor/admin role. Example: email='cliente@empresa.com', expiresInHours=72. / Genera un enlace de auto-registro para un cliente potencial. El cliente completa sus datos sin que el gestor tenga que introducirlos manualmente. Requiere rol gestor/admin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesProspective client email address / Email del cliente potencial
nameNoProspective client name (pre-fills the form) / Nombre del cliente (pre-rellena el formulario)
expiresInHoursNoLink expiry in hours, 1-168 (default 72h) / Caducidad del enlace en horas (por defecto 72h)
workspaceIdNoTarget gestor workspace ID / ID del workspace del gestor
Behavior4/5

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

Annotations indicate it is not read-only, not destructive, and not idempotent. The description adds context: 'time-limited, single-use' and 'generates an invitation link', which clarifies the behavior. No contradictions with 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?

The description is two sentences per language, front-loaded with the core action, and contains no redundant information. Every sentence serves a purpose.

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?

While the description explains the tool's purpose and role, it does not describe the output format (e.g., returns a link URL). Given no output schema, this omission reduces completeness. The role and example partially compensate.

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?

Schema coverage is 100%, so baseline is 3. The description adds example values and role requirement but does not provide additional meaning beyond the schema descriptions. The example is helpful but not essential.

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 explicitly states 'Generate a time-limited, single-use self-onboard invitation link' with a specific verb and resource, and clearly distinguishes from sibling tools by focusing on client self-onboarding rather than domain management or other 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 specifies the required role ('Requires gestor/admin role') and provides an example usage, but does not explicitly state when to use this tool versus alternatives like manual client creation. However, the unique purpose is clear, and no sibling tool duplicates this functionality.

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/Frihet-io/frihet-mcp'

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