Skip to main content
Glama
qui364

fscp-mcp

by qui364

fscp_save

Save edited .fscp configuration to a new file, preserving the source and copying unchanged records byte-for-byte. Optionally verify integrity before writing.

Instructions

Сохранить конфигурацию с правками в НОВЫЙ файл .fscp. Исходник не трогается никогда; существующий файл по пути out_path перезаписывается только при overwrite=true. Записи, которых правка не касалась, копируются побайтово. Перед записью идёт проверка целостности — отключается через check=false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkNo
handleYes
out_pathYes
overwriteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden. It thoroughly discloses that the source file is never touched, existing files at out_path are overwritten only when overwrite=true, untouched records are copied byte-for-byte, and an integrity check runs before writing (disabled via check=false). This is comprehensive transparency for a mutating operation.

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 three sentences: first states purpose and source safety, second details copying behavior, third explains integrity check. Each sentence adds essential information with no fluff, and the primary purpose is front-loaded.

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 covers core mechanics (source untouched, overwrite flag, integrity check) but leaves gaps: what 'handle' refers to, behavior when the target exists and overwrite=false, and error conditions. Since the tool likely requires an opened session, omitting handle context is notable. However, the presence of an output schema (not shown) may reduce the need to describe return values, so the description is fairly complete for a save operation.

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 description coverage is 0%, so the description must compensate. It explains out_path (new file), overwrite (existing file behavior), and check (integrity check disabling), but does not explain what 'handle' refers to. Since handle is a required parameter and not described in the schema, the agent lacks crucial context about its purpose, leaving a significant gap.

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 saves a configuration with edits to a NEW .fscp file, explicitly noting the source is never touched. This distinguishes it from sibling tools like fscp_open, fscp_close, and fscp_revert by specifying the exact verb (save), resource (configuration with edits), and target (new .fscp file).

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?

The description implies the tool is for saving edited configurations to a new file and clarifies overwrite and integrity check behavior, but does not explicitly state when to use it versus alternatives like fscp_create or fscp_revert. No exclusions or prerequisites (e.g., an open handle) are mentioned, leaving usage context implied rather than explicit.

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/qui364/fscp-mcp'

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