Skip to main content
Glama

create_unit_document

Create a Properties trail document by uploading a PDF or file to a property unit, which also creates a trail row. Send content as base64 to avoid re-attaching.

Instructions

Create a Properties trail document (NK letter, HV file, …). Send contentBase64 for the PDF/file. Use this instead of asking the user to re-attach. Uploading into Achi Properties/{unit} also creates a trail row.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo
notesNo
titleNo
unitIdYes
categoryNolease | deposit | hausgeld | nebenkosten | deed | repair | energy | insurance | tax | correspondence | other
fileNameNo
mimeTypeNo
periodToNo
periodFromNo
driveFileIdNo
occupancyIdNo
documentDateNoYYYY-MM-DD or DD.MM.YYYY — the letter/receipt date, not 31 Dec of the settlement year
contentBase64NoRaw file bytes as base64
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the input method ('Send contentBase64'), the upload destination ('Achi Properties/{unit}'), and the side effect of creating a trail row. It omits details on alternative driveFileId input and permission requirements, but adds meaningful behavioral context.

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?

The description is concise at three sentences, front-loads the purpose, and avoids excessive detail. It could be more structured to list key parameters, but it remains efficient and scannable.

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

Completeness2/5

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

The tool has 13 parameters, no annotations, and no output schema. The description only provides high-level context and one parameter hint. It fails to explain critical aspects like the distinction between contentBase64 and driveFileId, date formats, category handling, or expected response. This is a significant gap for a complex mutation tool.

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

Parameters2/5

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

Schema description coverage is only 23%, and the description only explains contentBase64 explicitly. Most other parameters (title, periodFrom, documentDate, category, etc.) receive no additional meaning beyond their names. The description does not compensate for the low schema coverage, leaving agents guessing about required formats and relationships.

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 the tool creates a 'Properties trail document' with concrete examples (NK letter, HV file), using the specific verb 'Create' and resource. It distinguishes itself from siblings like list/update/download unit documents by focusing on creation.

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?

Provides a clear usage directive: 'Use this instead of asking the user to re-attach,' signaling when this tool is preferred. It also describes the side effect of uploading into 'Achi Properties/{unit}' to create a trail row. However, it does not explicitly contrast with alternatives like upload_file or update_unit_document.

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/EBIElimited/drive-mcp'

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