Skip to main content
Glama

unpack

Extract 1C binary files (.cf, .cfe, .epf, .erf) into a temporary directory, returning a path to an organized tree plus raw layer for analysis and further processing.

Instructions

Полная распаковка файла 1С (.cf/.cfe/.epf/.erf) в отдельный временный каталог (без лимита размера, любые объекты). Первый шаг любого цикла. Возвращает путь к каталогу (организованное дерево + raw-слой .v8unpack_raw)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains that unpacking is complete, has no size limits, handles any objects, writes to a separate temporary directory, and returns a path with both an organized tree and a raw .v8unpack_raw layer. It does not cover temporary directory cleanup or lifecycle, but it discloses the key side effects and output structure.

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?

The description is a single, information-dense sentence with no filler. Every clause contributes: the operation, supported formats, scope, temporary location, workflow position, and return value. It is front-loaded with the core purpose.

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?

The description is sufficient for invoking the tool correctly: it identifies the input file types, what the unpack does, and what it returns. The presence of an output schema covers further return details, and the workflow hint links it to the tool family. A minor gap is the lack of explicit guidance on how the returned temporary directory interacts with the cleanup tool.

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 description coverage is 0%, so the description must compensate for the file_path parameter. It does so by specifying the supported 1C file extensions and clarifying that the parameter refers to a file to be fully unpacked. For a single simple path parameter, this adds meaningful context beyond the bare 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?

The description states a specific verb ('распаковка'), resource ('файла 1С'), and supported file extensions (.cf/.cfe/.epf/.erf), making the tool's function immediately clear. It also distinguishes itself from repack and other siblings by positioning itself as the first step in any cycle and by describing its full unpacking behavior.

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?

The phrase 'Первый шаг любого цикла' gives clear workflow context: this tool should be used before other operations on 1C files. It does not explicitly mention alternatives such as unpack_async or cleanup, but it implies the normal sequence well enough for an agent to make a reasonable choice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/sergeyfedyakov/v8unpack-mcp'

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