Skip to main content
Glama
berthelius

Frihet MCP Server

Generate Portal Self-Onboard Link

frihet_portal_onboard_link_generate

Generate a time-limited, single-use self-onboard link so prospective clients register their company details without manual data entry by the gestor.

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

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

Annotations indicate non-readonly, non-destructive, non-idempotent. Description adds behavioral traits: time-limited, single-use, requires role. No contradictions, and it provides value beyond 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 English sentences followed by a redundant Spanish translation. Key information is front-loaded. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema is defined, but the description implies a link is returned. For a simple generate-link tool, this is adequate. Could mention return type explicitly, but not critical given the clarity.

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?

Schema coverage is 100%. Description adds meaning by explaining the purpose of the 'name' parameter (pre-fills form) and providing an example for 'email' and 'expiresInHours', enhancing understanding beyond the schema descriptions.

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 it generates a time-limited, single-use self-onboard invitation link for a prospective client, specifying the action and resource. It distinguishes from siblings by focusing on self-onboarding rather than manual data entry.

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?

Explicitly mentions required role (gestor/admin) and provides an example. While it does not list when not to use or alternatives, the context is clear and unambiguous given the sibling tools.

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

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