Skip to main content
Glama
alesdev88

Archicad-MCP

by alesdev88

edit_schedule_scheme

Edit exported Archicad schedule scheme XML using a YAML spec: set column order, retarget bindings, rename scheme. Dry-run by default, writes only when dry_run=false. Preserves criteria and never overwrites the input file.

Instructions

Apply a YAML scheme spec to an exported schedule scheme XML: set the columns and their order, retarget bindings, rename the scheme. DRY-RUN BY DEFAULT: returns the before and after column lists and writes nothing until dry_run=false. Never overwrites the input; writes to 'output' or to .edited.xml beside it. Import the result via Document > Schedules > Scheme Settings > Import. Criteria are preserved, not yet editable. A spec that binds every property by GUID needs no Archicad connection and runs fully offline; a spec that binds a property by a 'Group/Name' string needs Archicad open so the name can be resolved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
portNo
outputNo
dry_runNo
spec_idNo
spec_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavior: it is dry-run by default, never overwrites the input, writes to a specific location, and clarifies that the need for an Archicad connection depends on how properties are bound (GUID vs Group/Name). This is highly transparent.

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 detailed but not excessively verbose. It is logically structured, covering the main action, default behavior, output location, import instruction, and dependency on a live connection. Each sentence adds value.

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 provides a solid overview of the tool's functionality, including key constraints and prerequisites. It lacks explicit explanations for all parameters but covers the core use case and edge conditions well enough for an agent to use the tool.

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?

The description explains the roles of 'path' and 'spec_path' indirectly, and mentions 'output' and 'dry_run' in behavior, but does not clarify 'port' or 'spec_id'. Since the schema provides no descriptions, the coverage is partial.

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's purpose: applying a YAML scheme spec to an exported schedule scheme XML, with specific actions like setting columns, retargeting bindings, and renaming. It distinguishes this editing operation from other tools in the sibling set.

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 explains the default behavior (dry-run) and output file naming, but does not explicitly state when to use this tool versus alternatives or provide contextual usage conditions. The user must infer that this is for editing schedule schemes.

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/alesdev88/Archicad-MCP'

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