Skip to main content
Glama
nometalalchemist

io.github.nometalalchemist/kitchensink4xl

copy_range

Copies a source rectangle to a destination anchor in Excel, safely handling overlapping pastes. Choose to copy all, values, formulas, or formats; relative formula references shift automatically.

Instructions

Copy a source rectangle to a destination anchor (location objects, may name different sheets). what is 'all', 'values', 'formulas', or 'formats'. The destination is overwritten; the source is buffered first, so an overlapping paste is safe. Relative refs in copied formulas shift by the paste offset like an Excel copy unless adjust_formulas is false; absolute ($) anchors stay put. A hazardous workbook refuses unless allow_loss is true. Auto-backup to .ks4xl-backups; atomic verified save. Refuses while open in Excel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
destYes
pathYes
whatNoall
sheetNo
backupNo
sourceYes
allow_lossNo
verify_comNo
adjust_formulasNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.1/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 and does so excellently: the destination is overwritten, the source is buffered so overlapping pastes are safe, relative formulas shift while absolute anchors stay, hazardous workbooks are refused unless allow_loss is true, auto-backup occurs, saves are atomic and verified, and the tool refuses while the workbook is open in Excel.

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 dense but efficient, with each clause adding a meaningful behavioral constraint. It is front-loaded with the core operation and then lists edge cases. The grammar is a bit fragmented, especially the 'what is' clause, but it remains compact and scannable.

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?

For a 9-parameter tool with no annotations and zero schema descriptions, the description covers the major behavioral concerns: overlap safety, formula adjustment, data-loss protection, backups, atomic saves, and Excel-lock refusal. It falls short only on a few parameter details like verify_com, sheet, and explicit path/location-object shape, though an output schema exists to describe return values.

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 add parameter meaning. It explains what values for 'what', location objects for source/dest, allow_loss, adjust_formulas, and backup behavior. However, it does not explain verify_com, sheet, or the exact structure of location objects.

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 opens with a specific verb and resource: 'Copy a source rectangle to a destination anchor.' It clearly distinguishes this from siblings like move_range, write_range, and copy_workbook by describing the exact object being copied and the destination concept.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no explicit guidance on when to use copy_range versus alternatives such as move_range, write_range, or copy_workbook. It explains mechanics and safety behavior but never states the intended selection conditions or when another tool should be preferred.

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/nometalalchemist/KitchenSink4XL'

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