Skip to main content
Glama
Frihet-io

Frihet MCP Server

Approve GL Entry

frihet_gl_entry_approve
Idempotent

Approve a pending General Ledger journal entry, setting its status to approved and recording the approver and timestamp in the audit trail. Requires gestor or admin role.

Instructions

Approve a General Ledger journal entry pending review. Sets entry status to 'approved' and records the approver + timestamp in the audit trail. Requires gestor/admin role. This is a TRUST AREA action — double-check entry ID before calling. Example: entryId='gl_2026_q1_042'. / Aprueba un asiento contable pendiente de revision. Requiere rol gestor/admin. Accion de area de confianza.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entryIdYesGL entry ID to approve / ID del asiento contable a aprobar
notesNoOptional approval notes / Notas de aprobacion opcionales
Behavior4/5

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

Describes the state change and audit trail recording beyond annotations. Annotations only indicate idempotent and non-destructive, but description adds that it modifies status and requires roles. No contradiction found.

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

Conciseness3/5

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

Contains four sentences (English and Spanish) with some redundancy. The trust area warning and example are useful, but the Spanish translation adds length without new information.

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?

Explains the side effects (status change, audit trail) and role requirement. No output schema exists, so description compensates reasonably. Could mention what the function returns or error conditions.

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 already describes both parameters (entryId and notes) with 100% coverage. Description provides an example for entryId, which adds value, but does not clarify format or constraints beyond schema.

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?

Clearly states it approves a GL journal entry, sets status to approved, and records approver and timestamp. Distinguishes from reject and audit log tools by naming them as siblings, but does not explicitly differentiate usage.

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?

Specifies required role (gestor/admin) and warns this is a trust area action with example. However, does not state when not to use it (e.g., if already approved) or mention alternatives like frihet_gl_entry_reject.

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