Skip to main content
Glama
sebastiankoukoui

open-mcp-cad

get_working_examples

Retrieve verified code examples for Cadwork operations, filterable by category such as beam, panel, or mitre. Get proven snippets to avoid guessing in timber construction workflows.

Instructions

Gibt verifizierte Code-Beispiele für Cadwork-Operationen zurück.

Liefert Snippets, die in Cadwork 2025/437 nachweislich funktionieren — damit Claude bei Holzbau-Operationen nicht raten muss. Quelle: knowledge/working_examples.json.

Args: category: Optional. Filter nach Kategorie, z.B. 'beam', 'panel', 'gehrung', 'mirror', 'collision', 'material', 'duplikat', 'bodenplatte'. Leer = alle Beispiele.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.6/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 behavioral disclosure burden. It discloses the data source (knowledge/working_examples.json), the verified Cadwork version (2025/437), and the fact that it returns snippets, implying a safe read-only operation. It could mention side-effect absence or error behavior, but the core behavioral traits are covered.

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 compact and front-loaded: it states the main purpose first, then adds verification details, source, and parameter semantics. Every sentence contributes meaningful information with no redundancy or filler.

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

Completeness5/5

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

For a tool with one optional parameter and an output schema present, the description covers everything an agent needs: purpose, source, verification level, and category filtering behavior. Nothing critical is missing.

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

Parameters5/5

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

Schema coverage is 0%, but the description fully compensates by explaining the category parameter, providing concrete category examples, and defining empty-string behavior as 'all examples'. This adds meaning far beyond the bare schema field.

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 ('returns') and resource ('verified code examples for Cadwork operations' backed by knowledge/working_examples.json). It clearly differentiates this from sibling tools by emphasizing verified, working snippets rather than API reference or connection management.

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 description gives a clear usage context: use this when Claude needs proven Cadwork code snippets for timber construction operations and shouldn't guess. It does not explicitly name alternatives or when-not-to-use conditions, so it falls short of a 5.

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