Skip to main content
Glama
Frihet-io

Frihet MCP Server

Create Gestoria Template

gestoria_template_create

Create reusable document request templates with variable interpolation for bulk-sending to clients. Set due date offset and require file attachments.

Instructions

Create a reusable document request template that the gestor can bulk-send to many client workspaces. Template body supports plain-text variable interpolation (e.g. {{quarter}}, {{year}}). dueDateOffsetDays sets when the request is due relative to the bulk-send date. attachmentRequired=true enforces clients to upload a file before marking complete. Example: name='IVA trimestral', title='Documentacion IVA {{quarter}}/{{year}}', description='Adjunta extractos bancarios y facturas emitidas del {{quarter}}', dueDateOffsetDays=14, attachmentRequired=true. / Crea una plantilla de solicitud de documento reutilizable que el gestor puede enviar en masa a varios espacios cliente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesInternal template name (shown to gestor only) / Nombre interno
titleYesTitle rendered to the client (supports {{variables}}) / Titulo visible al cliente
descriptionYesDescription / instructions for the client (supports {{variables}}) / Descripcion e instrucciones
dueDateOffsetDaysYesDays from send until due (0-365) / Dias desde envio hasta vencimiento
attachmentRequiredNoRequire an uploaded file before completion (default: false) / Requiere archivo
variablesNoVariable definitions for interpolation / Definiciones de variables

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateIdYes
Behavior5/5

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

Adds details beyond annotations: variable interpolation, dueDateOffsetDays relative to bulk-send, attachmentRequired enforcement. No contradictions.

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?

Contains both English and Spanish versions, which is useful for bilingual contexts but slightly redundant. Front-loaded with purpose, includes example for clarity.

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?

With output schema present and annotations covering non-read, non-destructive nature, description sufficiently explains behavior, parameters, and usage context for a creation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema descriptions cover all parameters, but description adds concrete context like variable interpolation and example, enhancing understanding beyond the schema.

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?

Clearly states verb 'Create' and resource 'reusable document request template'. Differentiates from siblings like gestoria_template_bulk_send and gestoria_message_send by specifying bulk-send purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage for creating templates intended for bulk-sending, but lacks explicit guidance on when to use this vs alternatives or when not to use 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/Frihet-io/frihet-mcp'

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