Skip to main content
Glama
Frihet-io

Frihet MCP Server

Create Expense

create_expense

Record business expenses with description and amount. Track deductible costs, vendor payments, and categorize expenses for financial management.

Instructions

Record a new expense. Requires a description and amount. Useful for tracking business costs, deductible expenses, and vendor payments. Example: description='Office supplies', amount=49.99, category='office', vendor='Amazon', taxDeductible=true / Registra un nuevo gasto. Requiere descripcion e importe. Util para seguimiento de costes, gastos deducibles y pagos a proveedores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYesExpense description / Descripcion del gasto
amountYesAmount in EUR / Importe en EUR
categoryNoExpense category (e.g. 'office', 'travel', 'software') / Categoria
dateNoExpense date in ISO 8601 (YYYY-MM-DD) / Fecha del gasto
vendorNoVendor/supplier name / Nombre del proveedor
taxDeductibleNoWhether the expense is tax deductible / Si el gasto es deducible fiscalmente

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
descriptionYes
amountYes
categoryNo
dateNo
vendorNo
taxDeductibleNo
createdAtNo
updatedAtNo
Behavior3/5

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

Annotations already indicate non-readonly, non-destructive, non-idempotent. Description adds typical use cases but no deep behavioral nuances. No contradiction 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?

Two concise sentences in English (plus Spanish translation) that front-load the purpose. Every sentence adds value without redundancy.

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?

Tool has 6 parameters, 2 required, output schema exists. Description provides example and usage areas. Could mention return value but output schema fills that gap.

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 covers 100% parameters with descriptions. Description adds a concrete example (description='Office supplies', amount=49.99) that aids understanding beyond 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 'Record a new expense' with specific verb and resource. Includes required fields and example usage. Distinguishes from siblings like update_expense and delete_expense.

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?

Mentions usefulness for tracking business costs, deductible expenses, and vendor payments, implying contexts for use. Does not explicitly exclude alternatives, but sibling list provides contrast.

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