Skip to main content
Glama

Fredenslund workshop tools

Server Details

MFT/3 hole patterns (Shaper-ready SVG) and French cleat wall plans with cut lists. Free, unofficial.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.2/5.0
Disambiguation5/5

The two tools address entirely distinct concerns: one plans French cleat walls for storage, the other generates MFT/3 dog-hole patterns for workbenches. There is no functional overlap, and the descriptions clearly delineate their purposes.

Naming Consistency5/5

Both tool names follow the same lowercase_snake_case convention and use descriptive noun phrases ('french_cleat_plan', 'mft3_hole_pattern'). The naming is uniform and predictable, making it easy to infer each tool's role.

Tool Count4/5

With only two tools, the set is minimal but appropriately scoped for a niche workshop-design server. Each tool serves a distinct, well-defined function, and the small count does not feel insufficient for the stated purpose.

Completeness4/5

Each tool covers its primary workflow end-to-end: planning a wall layout or generating a hole pattern with all necessary dimensions and output formats. Minor advanced features (e.g., custom parameters beyond standard presets) are missing, but the core functionality is complete.

Available Tools

2 tools
french_cleat_planFrench cleat wall planA
Read-onlyIdempotent
Inspect

Plan a French cleat wall for a workshop with the Fredenslund cleat system: 90 mm cleat boards and 90 mm gaps (180 mm pitch), hook plate 72 mm including 12 mm material, 30 mm buffer between hangers, rows anchored at a table height of 900 mm (the top of a cleat), top cleat at least one gap below the ceiling, lowest cleat at least 450 mm above the floor. Give the wall size and the hangers to hang (hooks, shelves, boxes, panels: left edge, the cleat row it hangs on, width, extra rows spanned below). Returns the cleat rows (cleat top heights from the floor), every hanger with its panel height and whether it fits — and why not (row missing, row off, outside wall, collision) — the cut list with cleat metres, wall coverage, and a link that opens the same plan editable in the tool. All values in mm. Call with no hangers to get the rows for a wall first. Beta.

ParametersJSON Schema
NameRequiredDescriptionDefault
systemNoOverride the Fredenslund system (all in mm). Leave out to use the defaults
hangersNoHangers to place. Each hangs on one cleat row, given by the height of that cleat's top edge from the floor
rows_offNoCleat rows to switch off, by cleat top height from the floor
wall_width_mmNoWall width in mm (200–8000, default 3000)
wall_height_mmNoWall height in mm (300–4000, default 2400)

TDQS

A4/5.0
Behavior4/5

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

The annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, and the description does not contradict them. It adds transparency by describing the returned plan data and the editable link, with no hidden side effects implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is information-dense but noticeably repetitive, restating cleat-related concepts and output lists multiple times. It is not badly structured, but trimming would improve clarity without losing meaning.

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?

With no output schema, the description carries the burden of explaining results, and it does so reasonably well: it lists cleat rows, hanger fit status with failure reasons, cut list metrics, wall coverage, and the editable link. It does not specify exact response formatting but gives enough context for an agent to understand what will come back.

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?

The schema already covers 100% of the parameters, so the baseline is 3, but the description adds valuable system-level context: default dimensions, pitch calculation, buffer behavior, and the meaning of key values. This helps an agent interpret the parameters beyond their raw schema definitions.

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 verb and resource: it plans a French cleat wall. It also enumerates the main outputs (cleat rows, hanger fit results, cut list, wall coverage, editable link), making the purpose unambiguous.

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?

It gives a useful sequential instruction ('Call with no hangers to get the rows for a wall first') and describes how to provide wall size and hangers. However, it never explicitly contrasts this tool with the sibling mft3_hole_pattern or states when not to use it.

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

mft3_hole_patternMFT/3 hole patternA
Read-onlyIdempotent
Inspect

Festool MFT/3 dog-hole pattern for a table top of any size. The requested width and depth snap to the nearest valid MFT/3 size (46 + 96 × n mm, n = 1–20, i.e. 142–1966 mm): Ø20 mm holes on a 96 mm grid with the first hole centred 71 mm from every edge, plus the four corner screw holes (Ø11 through, Ø15 counterbore). Returns the snapped size, hole count, every hole and screw-hole position, the Shaper export depths, the file name, a link to the true-to-scale SVG for Shaper Origin/Studio and a link that opens the size in the tool. The original MFT/3 top is 1102 × 718 mm (11 × 7 holes). Unofficial hobby tool, not affiliated with Festool or Shaper.

ParametersJSON Schema
NameRequiredDescriptionDefault
depth_mmYesDesired top depth in mm; snaps to the nearest valid size (142–1966)
width_mmYesDesired top width in mm; snaps to the nearest valid size (142–1966)
include_svgNoAlso return the SVG markup itself (2–15 KB). By default only the link to the SVG is returned
thickness_mmNoBoard thickness in mm (default 19). Through cuts are encoded at thickness + 1 mm overcut
counterbore_mmNoCounterbore depth in mm for the Ø15 screw-hole rings (default 6; 0 omits them; never deeper than the thickness)

TDQS

A4.2/5.0
Behavior5/5

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

The description goes beyond the readOnly/idempotent annotations by detailing the exact output (snapped size, hole positions, link to SVG, optional markup) and noting that through cuts are encoded with a 1 mm overcut, which is a precise behavioral trait. This transparency is excellent.

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 well-structured, starting with the core purpose, then detailing grid geometry, output items, and a disclaimer. It is not excessively verbose for the amount of technical detail included, though a slight reduction in redundancy with the schema would improve it.

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?

Given the lack of an output schema, the description comprehensively enumerates all returned elements (snapped size, hole count, positions, export depths, filename, links, optional SVG) and clarifies the counterbore behavior and overcut. It also includes a trademark disclaimer, making the context complete for an agent to use the tool correctly.

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 input schema already describes each parameter with full coverage, including snapping ranges and defaults. The description repeats some of this information (e.g., the snapping formula) without adding significant new meaning to the parameters themselves. It provides context for the overall pattern but does not enhance the per-parameter semantics beyond the 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 clearly states that the tool generates a Festool MFT/3 dog-hole pattern with specific dimensions and snapping behavior. It specifies the resource (table top pattern) and the action (generate/return), making the purpose unambiguous.

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 when the tool is applicable (any table top size, snapping to valid MFT/3 sizes) but does not explicitly differentiate it from alternatives like the sibling french_cleat_plan. It provides enough context that a user would know this is for MFT/3 patterns, but no direct comparison.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • First observedfrench_cleat_plan
    • First observedmft3_hole_pattern

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    SmartCut is a hosted cutting-optimisation API. It turns a list of parts and available stock into machine-ready cutting patterns for sheet materials (plywood, MDF, glass, plastic, sheet metal), linear stock (timber, bar, pipe, extrusion) and roll goods. Guillotine and true-shape nesting modes, with grain direction, per-part orientation locks, edge banding, blade kerf and stock trim.
    1
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 2D irregular polygon nesting (bin-packing) with tools to design, preview, get reports, and export DXF files for laser cutting or CNC routing.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server to control FreeCAD from Claude — parametric modeling, sketches, CAM toolpaths, geometry inspection, and more via 33 tools.
    36
    GNU Lesser General Public v2.1 only
  • F
    license
    Not graded
    quality
    C
    maintenance
    Turns natural-language requests into printable Gridfinity STL/STEP files for bins, baseplates, and drawer spacers using CadQuery.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources